vagrant/lib
Seth Vargo 3d2390fc94
Give a unique, prefixed name to all tempfiles
This commit basically grepped the code base for all uses of Dir.mktmpdir
and Tempfile.new/open and ensures the value is unique within the
code base and also prefixed with `vagrant-`.

Previously, most invocations of these commands simply used "vagrant",
thus making them indistinguishable when trying to identify leaks.
2016-05-28 23:22:34 -04:00
..
vagrant Give a unique, prefixed name to all tempfiles 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