Closed nicolasbrechet closed 10 years ago
@nicolasbrechet sorry, not aware of it until you mentioned it, I'm still on Vagrant 1.3.5 (which is the last version to support bindler)...
Is it just a deprecation warning or does it break the plugin's functionality?
I'm probably not going to have the time for fixing this in the next weeks, maybe yes, maybe no. Pull requests are always welcome though.
P.S.: to keep it backwards-compatible we could add a version check similar to this:
if Vagrant::VERSION < '1.6.0'
# use HandleBoxUrl...
else
# use HandleBox...
end
It's a deprecation warning but it works fine. I'll use your suggestion and send a PR.
Thanks!
Thanks @nicolasbrechet!
This is included in the v0.3.0 release
Hello,
I'm starting to use this plugin and here's an error message I got:
I'm using Vagrant 1.6.2, ruby 2.1.1p76, and vagrant-managed-servers (0.2.0).
Is it something you're aware of ?
Thanks!
Nicolas