vagrant/lib
Seth Vargo fb7c4033a9
Do not create a tempfile when downloading box metadata
The only reason we were using Tempfile was to generate the path. This
commit switches to using `Dir::Tmpname.create`, which accomplishes the
same thing without the overhead of creating and removing a tempfile.
2016-05-28 23:22:34 -04:00
..
vagrant Do not create a tempfile when downloading box metadata 2016-05-28 23:22:34 -04:00
vagrant.rb for newer versions of Bundler, store the runtime 2015-07-09 22:12:47 -06:00