vagrant/lib
Mark Mickan 1378eebea9 Use pristine version string when constructing path to box
Without this change, the version string may be mutated when passed through
Gem::Version.new(version).to_s before being used to construct the box
directory.  This is a problem when using prerelease version numbers because,
for example, it will look for "~/.vagrant.d/boxes/1.0.0.pre.alpha.1" when it
should be looking for "~/.vagrant.d/boxes/1.0.0-alpha.1".
2016-01-20 10:22:00 +10:30
..
vagrant Use pristine version string when constructing path to box 2016-01-20 10:22:00 +10:30
vagrant.rb for newer versions of Bundler, store the runtime 2015-07-09 22:12:47 -06:00