vagrant/lib/vagrant
Adam Spiers 36e924b73e add support for bundler >= 1.6.x
bundler changed their API for Bundler::UI in 1.6.0 via this commit:

  https://github.com/bundler/bundler/commit/5e38e2d7

This caused various issues, e.g.

  https://github.com/mitchellh/vagrant/issues/3451
  https://github.com/test-kitchen/test-kitchen/issues/401

which will hopefully be resolved by teaching vagrant to cope with both
API versions.
2014-04-30 23:32:16 +01:00
..
action Handle a lot of TODOs 2014-04-29 16:50:58 -07:00
config Handle a lot of TODOs 2014-04-29 16:50:58 -07:00
plugin core: Lock in plugin install of a specific version 2014-04-29 16:53:12 -07:00
util Handle a lot of TODOs 2014-04-29 16:50:58 -07:00
action.rb providers/hyperv: suspend/resume 2014-02-27 08:13:11 -08:00
batch_action.rb core: only output error on batch action if not forked 2014-04-21 13:56:36 -07:00
box.rb core: Box#in_use? as an API 2014-04-25 02:02:49 -07:00
box_collection.rb core: BoxCollection#find version constraint can benil 2014-04-02 19:50:44 -07:00
box_metadata.rb core: better error when adding box with malformed version [GH-3332] 2014-04-01 22:48:52 -07:00
bundler.rb add support for bundler >= 1.6.x 2014-04-30 23:32:16 +01:00
capability_host.rb core: Tweak host/guest capability logging 2014-01-09 01:59:08 -03:00
cli.rb clean up usage 2014-02-08 00:20:50 -08:00
config.rb core: configure version can be an int [GH-2689] 2013-12-19 08:03:15 -08:00
environment.rb core: better logging around locks 2014-04-27 17:21:46 -07:00
errors.rb Revert "core: can't add boxes from network shares [GH-3279]" 2014-04-24 22:50:27 -07:00
guest.rb core: more user-friendly errors for caps on guests 2014-01-09 10:24:25 -08:00
host.rb core: pass environment into all host caps 2014-01-07 20:34:33 -08:00
machine.rb core: Store the actual box data, not just the name 2014-04-22 16:46:11 -07:00
machine_index.rb whitespace 2014-04-27 16:36:43 -07:00
machine_state.rb Fix typo. 2013-05-12 16:32:15 +03:00
plugin.rb commands/plugin: list uses PluginManager 2014-01-05 08:42:34 -08:00
pre-rubygems.rb Very quiet mode for development 2014-04-21 13:56:39 -07:00
registry.rb [vagrant] Update Registry with #keys method. 2013-12-12 09:38:50 -05:00
shared_helpers.rb core: add Vagrant.latest_version 2014-04-24 20:09:32 -07:00
ui.rb core: Fix bug where if outputting empty string, would output nothing 2014-04-27 18:19:44 -07:00
util.rb hosts/bsd: convert to new style 2014-01-07 20:39:24 -08:00
vagrantfile.rb core: generalize the autostart stuff so we don't have a bunch of specials 2014-04-21 13:53:35 -07:00
version.rb Add new version.txt used to generate installers 2014-02-02 15:33:12 +01:00