vagrant 0.8.6 → 0.8.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/CHANGELOG.md +7 -0
- data/Gemfile +3 -7
- data/Rakefile +2 -2
- data/lib/vagrant/action/vm/forward_ports.rb +4 -1
- data/lib/vagrant/data_store.rb +6 -1
- data/lib/vagrant/errors.rb +0 -5
- data/lib/vagrant/provisioners/chef_solo.rb +3 -3
- data/lib/vagrant/version.rb +1 -1
- data/templates/locales/en.yml +6 -5
- data/test/{locales → unit/locales}/en.yml +0 -0
- data/test/{test_helper.rb → unit/test_helper.rb} +0 -0
- data/test/{vagrant → unit/vagrant}/action/box/destroy_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/action/box/download_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/action/box/package_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/action/box/unpackage_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/action/box/verify_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/action/builder_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/action/env/set_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/action/environment_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/action/general/package_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/action/general/validate_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/action/vm/boot_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/action/vm/check_accessible_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/action/vm/check_box_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/action/vm/check_guest_additions_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/action/vm/clean_machine_folder_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/action/vm/clear_forwarded_ports_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/action/vm/clear_nfs_exports_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/action/vm/clear_shared_folders_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/action/vm/customize_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/action/vm/destroy_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/action/vm/destroy_unused_network_interfaces_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/action/vm/discard_state_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/action/vm/export_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/action/vm/forward_ports_helpers_test.rb +7 -0
- data/test/{vagrant → unit/vagrant}/action/vm/forward_ports_test.rb +7 -10
- data/test/{vagrant → unit/vagrant}/action/vm/halt_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/action/vm/host_name_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/action/vm/import_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/action/vm/match_mac_address_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/action/vm/modify_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/action/vm/network_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/action/vm/nfs_helpers_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/action/vm/nfs_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/action/vm/package_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/action/vm/package_vagrantfile_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/action/vm/provision_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/action/vm/provisioner_cleanup_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/action/vm/resume_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/action/vm/share_folders_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/action/vm/suspend_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/action/warden_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/action_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/box_collection_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/box_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/cli_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/command/base_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/command/group_base_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/command/helpers_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/command/package_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/config/base_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/config/error_recorder_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/config/ssh_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/config/vagrant_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/config/vm/provisioner_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/config/vm_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/config_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/data_store_test.rb +8 -0
- data/test/{vagrant → unit/vagrant}/downloaders/base_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/downloaders/file_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/downloaders/http_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/environment_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/errors_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/hosts/base_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/hosts/bsd_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/hosts/linux_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/plugin_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/provisioners/base_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/provisioners/chef_client_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/provisioners/chef_solo_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/provisioners/chef_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/provisioners/puppet_server_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/provisioners/puppet_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/provisioners/shell_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/ssh/session_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/ssh_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/systems/base_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/systems/linux_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/ui_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/util/busy_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/util/counter_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/util/hash_with_indifferent_access_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/util/platform_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/util/retryable_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/util/stacked_proc_runner_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/util/template_renderer_test.rb +0 -0
- data/test/{vagrant → unit/vagrant}/vm_test.rb +9 -0
- data/vagrant.gemspec +2 -2
- metadata +103 -101
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## 0.8.7 (September 13, 2011)
|
|
2
|
+
|
|
3
|
+
- Fix regression with remote paths from chef-solo. [GH-431]
|
|
4
|
+
- Fix issue where Vagrant crashes if `.vagrant` file becomes invalid. [GH-496]
|
|
5
|
+
- Issue a warning instead of an error for attempting to forward a port
|
|
6
|
+
<= 1024. [GH-487]
|
|
7
|
+
|
|
1
8
|
## 0.8.6 (August 28, 2011)
|
|
2
9
|
|
|
3
10
|
- Fix issue with download progress not properly clearing the line. [GH-476]
|
data/Gemfile
CHANGED
|
@@ -3,19 +3,15 @@ platform = RbConfig::CONFIG["host_os"].downcase
|
|
|
3
3
|
|
|
4
4
|
source "http://rubygems.org"
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
gemspec
|
|
7
7
|
|
|
8
8
|
# Use the following gems straight from git, since Vagrant dev
|
|
9
9
|
# typically coincides with it
|
|
10
10
|
gem "virtualbox", :git => "git://github.com/mitchellh/virtualbox.git"
|
|
11
11
|
|
|
12
12
|
if platform.include?("mingw") || platform.include?("mswin")
|
|
13
|
+
# JRuby requires these gems for development, but only
|
|
14
|
+
# on windows.
|
|
13
15
|
gem "jruby-openssl", "~> 0.7.4", :platforms => :jruby
|
|
14
16
|
gem "jruby-win32ole", "~> 0.8.5", :platforms => :jruby
|
|
15
17
|
end
|
|
16
|
-
|
|
17
|
-
group :test do
|
|
18
|
-
gem "rake"
|
|
19
|
-
gem "contest", ">= 0.1.2"
|
|
20
|
-
gem "mocha"
|
|
21
|
-
end
|
data/Rakefile
CHANGED
|
@@ -23,7 +23,10 @@ module Vagrant
|
|
|
23
23
|
# 1024, which causes the forwarded ports to fail.
|
|
24
24
|
def threshold_check
|
|
25
25
|
@env.env.config.vm.forwarded_ports.each do |name, options|
|
|
26
|
-
|
|
26
|
+
if options[:hostport] <= 1024
|
|
27
|
+
@env.ui.warn I18n.t("vagrant.actions.vm.forward_ports.privileged_ports")
|
|
28
|
+
return
|
|
29
|
+
end
|
|
27
30
|
end
|
|
28
31
|
end
|
|
29
32
|
|
data/lib/vagrant/data_store.rb
CHANGED
|
@@ -23,7 +23,12 @@ module Vagrant
|
|
|
23
23
|
|
|
24
24
|
if File.exist?(file_path)
|
|
25
25
|
File.open(file_path, "r") do |f|
|
|
26
|
-
|
|
26
|
+
begin
|
|
27
|
+
merge!(JSON.parse(f.read))
|
|
28
|
+
rescue JSON::ParserError
|
|
29
|
+
# Ignore if the data is invalid in the file.
|
|
30
|
+
# TODO: Log here.
|
|
31
|
+
end
|
|
27
32
|
end
|
|
28
33
|
end
|
|
29
34
|
end
|
data/lib/vagrant/errors.rb
CHANGED
|
@@ -168,11 +168,6 @@ module Vagrant
|
|
|
168
168
|
error_key(:auto_empty, "vagrant.actions.vm.forward_ports")
|
|
169
169
|
end
|
|
170
170
|
|
|
171
|
-
class ForwardPortBelowThreshold < VagrantError
|
|
172
|
-
status_code(25)
|
|
173
|
-
error_key(:below_threshold_error, "vagrant.actions.vm.forward_ports")
|
|
174
|
-
end
|
|
175
|
-
|
|
176
171
|
class ForwardPortCollision < VagrantError
|
|
177
172
|
status_code(26)
|
|
178
173
|
error_key(:collision_error, "vagrant.actions.vm.forward_ports")
|
|
@@ -74,9 +74,9 @@ module Vagrant
|
|
|
74
74
|
# Path exists on the host, setup the remote path
|
|
75
75
|
remote_path = "#{config.provisioning_path}/chef-solo-#{get_and_update_counter(:cookbooks_path)}"
|
|
76
76
|
else
|
|
77
|
-
# Path already exists on the virtual machine
|
|
78
|
-
#
|
|
79
|
-
remote_path = path
|
|
77
|
+
# Path already exists on the virtual machine. Expand it
|
|
78
|
+
# relative to where we're provisioning.
|
|
79
|
+
remote_path = File.expand_path(path, config.provisioning_path)
|
|
80
80
|
end
|
|
81
81
|
|
|
82
82
|
# Return the result
|
data/lib/vagrant/version.rb
CHANGED
data/templates/locales/en.yml
CHANGED
|
@@ -314,11 +314,6 @@ en:
|
|
|
314
314
|
|
|
315
315
|
VM: %{vm_name}
|
|
316
316
|
Forwarded port: %{name} (%{guest_port} => %{host_port})
|
|
317
|
-
below_threshold_error: |-
|
|
318
|
-
The host port of all forwarded ports must be above 1024. VirtualBox
|
|
319
|
-
does not allow host ports to be below 1024. (Guest ports below 1024
|
|
320
|
-
are fine. For example: SSH on port 22 on the guest can be forwarded
|
|
321
|
-
to port 2222, but not 222).
|
|
322
317
|
collision_error: |-
|
|
323
318
|
Vagrant cannot forward the specified ports on this VM, since they
|
|
324
319
|
would collide with another VirtualBox virtual machine's forwarded
|
|
@@ -336,6 +331,12 @@ en:
|
|
|
336
331
|
non_nat: |-
|
|
337
332
|
VirtualBox adapter #%{adapter} not configured as "NAT"
|
|
338
333
|
Skipping port forwarding '%{name}'.
|
|
334
|
+
privileged_ports: |-
|
|
335
|
+
You are trying to forward to privileged ports (ports <= 1024). Most
|
|
336
|
+
operating systems restrict this to only privileged process (typically
|
|
337
|
+
processes running as an administrative user). This is a warning in case
|
|
338
|
+
the port forwarding doesn't work. If any problems occur, please try a
|
|
339
|
+
port higher than 1024.
|
|
339
340
|
halt:
|
|
340
341
|
force: Forcing shutdown of VM...
|
|
341
342
|
host_name:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -27,6 +27,7 @@ class ForwardPortsHelpersVMActionTest < Test::Unit::TestCase
|
|
|
27
27
|
def mock_vm(options={})
|
|
28
28
|
options = {
|
|
29
29
|
:running? => true,
|
|
30
|
+
:accessible? => true,
|
|
30
31
|
:uuid => :foo
|
|
31
32
|
}.merge(options)
|
|
32
33
|
|
|
@@ -50,6 +51,12 @@ class ForwardPortsHelpersVMActionTest < Test::Unit::TestCase
|
|
|
50
51
|
@instance.used_ports
|
|
51
52
|
end
|
|
52
53
|
|
|
54
|
+
should "ignore VMs which aren't accessible" do
|
|
55
|
+
@vms << mock_vm(:accessible? => false)
|
|
56
|
+
@vms[0].expects(:forwarded_ports).never
|
|
57
|
+
@instance.used_ports
|
|
58
|
+
end
|
|
59
|
+
|
|
53
60
|
should "ignore VMs of the same uuid" do
|
|
54
61
|
@vms << mock_vm(:uuid => @vm.uuid)
|
|
55
62
|
@vms[0].expects(:forwarded_ports).never
|
|
@@ -22,24 +22,21 @@ class ForwardPortsVMActionTest < Test::Unit::TestCase
|
|
|
22
22
|
context "checking for threshold" do
|
|
23
23
|
setup do
|
|
24
24
|
@klass.any_instance.stubs(:external_collision_check)
|
|
25
|
+
@env.env.config.vm.forwarded_ports.clear
|
|
25
26
|
end
|
|
26
27
|
|
|
27
|
-
should "
|
|
28
|
-
@env.env.config.vm.forwarded_ports.clear
|
|
28
|
+
should "issue a warning for ports less than 1024" do
|
|
29
29
|
@env.env.config.vm.forward_port("foo", 22, 222)
|
|
30
30
|
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
}
|
|
31
|
+
@env.ui.expects(:warn).once
|
|
32
|
+
@klass.new(@app, @env)
|
|
34
33
|
end
|
|
35
34
|
|
|
36
|
-
should "not
|
|
37
|
-
@env.env.config.vm.forwarded_ports.clear
|
|
35
|
+
should "not issue a warning for ports greater than 1024" do
|
|
38
36
|
@env.env.config.vm.forward_port("foo", 22, 2222)
|
|
39
37
|
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
38
|
+
@env.ui.expects(:warn).never
|
|
39
|
+
@klass.new(@app, @env)
|
|
43
40
|
end
|
|
44
41
|
end
|
|
45
42
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -23,6 +23,14 @@ class DataStoreTest < Test::Unit::TestCase
|
|
|
23
23
|
}
|
|
24
24
|
end
|
|
25
25
|
|
|
26
|
+
should "initialize just fine if the db file contains invalid data" do
|
|
27
|
+
file = tmp_path.join("data_store_empty_test")
|
|
28
|
+
File.open(file, "w") { |f| f.write("") }
|
|
29
|
+
|
|
30
|
+
instance = @klass.new(file)
|
|
31
|
+
assert instance.length == 0
|
|
32
|
+
end
|
|
33
|
+
|
|
26
34
|
should "be a hash with indifferent access" do
|
|
27
35
|
assert @instance.is_a?(Vagrant::Util::HashWithIndifferentAccess)
|
|
28
36
|
end
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -262,6 +262,7 @@ class VMTest < Test::Unit::TestCase
|
|
|
262
262
|
setup do
|
|
263
263
|
@mock_vm.stubs(:running?).returns(false)
|
|
264
264
|
@mock_vm.stubs(:saved?).returns(false)
|
|
265
|
+
@mock_vm.stubs(:accessible?).returns(true)
|
|
265
266
|
end
|
|
266
267
|
|
|
267
268
|
should "not do anything if the VM is already running" do
|
|
@@ -286,6 +287,14 @@ class VMTest < Test::Unit::TestCase
|
|
|
286
287
|
@vm.env.actions.expects(:run).with(:start, :foo => :bar).once
|
|
287
288
|
@vm.start(:foo => :bar)
|
|
288
289
|
end
|
|
290
|
+
|
|
291
|
+
should "raise an exception if the VM is not accessible" do
|
|
292
|
+
@mock_vm.stubs(:accessible?).returns(false)
|
|
293
|
+
|
|
294
|
+
assert_raises(Vagrant::Errors::VMInaccessible) {
|
|
295
|
+
@vm.start
|
|
296
|
+
}
|
|
297
|
+
end
|
|
289
298
|
end
|
|
290
299
|
end
|
|
291
300
|
end
|
data/vagrant.gemspec
CHANGED
|
@@ -19,14 +19,14 @@ Gem::Specification.new do |s|
|
|
|
19
19
|
s.add_dependency "json", "~> 1.5.1"
|
|
20
20
|
s.add_dependency "net-ssh", "~> 2.1.4"
|
|
21
21
|
s.add_dependency "net-scp", "~> 1.0.4"
|
|
22
|
-
s.add_dependency "i18n", "~> 0.
|
|
22
|
+
s.add_dependency "i18n", "~> 0.6.0"
|
|
23
23
|
s.add_dependency "thor", "~> 0.14.6"
|
|
24
24
|
s.add_dependency "virtualbox", "~> 0.9.1"
|
|
25
25
|
|
|
26
26
|
s.add_development_dependency "rake"
|
|
27
27
|
s.add_development_dependency "contest", ">= 0.1.2"
|
|
28
|
+
s.add_development_dependency "minitest", "~> 2.5.1"
|
|
28
29
|
s.add_development_dependency "mocha"
|
|
29
|
-
s.add_development_dependency "ruby-debug"
|
|
30
30
|
|
|
31
31
|
s.files = `git ls-files`.split("\n")
|
|
32
32
|
s.executables = `git ls-files`.split("\n").map{|f| f =~ /^bin\/(.*)/ ? $1 : nil}.compact
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vagrant
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 49
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 8
|
|
9
|
-
-
|
|
10
|
-
version: 0.8.
|
|
9
|
+
- 7
|
|
10
|
+
version: 0.8.7
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Mitchell Hashimoto
|
|
@@ -16,7 +16,7 @@ autorequire:
|
|
|
16
16
|
bindir: bin
|
|
17
17
|
cert_chain: []
|
|
18
18
|
|
|
19
|
-
date: 2011-
|
|
19
|
+
date: 2011-09-13 00:00:00 Z
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|
|
22
22
|
version_requirements: &id001 !ruby/object:Gem::Requirement
|
|
@@ -104,12 +104,12 @@ dependencies:
|
|
|
104
104
|
requirements:
|
|
105
105
|
- - ~>
|
|
106
106
|
- !ruby/object:Gem::Version
|
|
107
|
-
hash:
|
|
107
|
+
hash: 7
|
|
108
108
|
segments:
|
|
109
109
|
- 0
|
|
110
|
-
-
|
|
110
|
+
- 6
|
|
111
111
|
- 0
|
|
112
|
-
version: 0.
|
|
112
|
+
version: 0.6.0
|
|
113
113
|
name: i18n
|
|
114
114
|
type: :runtime
|
|
115
115
|
prerelease: false
|
|
@@ -180,13 +180,15 @@ dependencies:
|
|
|
180
180
|
version_requirements: &id011 !ruby/object:Gem::Requirement
|
|
181
181
|
none: false
|
|
182
182
|
requirements:
|
|
183
|
-
- -
|
|
183
|
+
- - ~>
|
|
184
184
|
- !ruby/object:Gem::Version
|
|
185
|
-
hash:
|
|
185
|
+
hash: 25
|
|
186
186
|
segments:
|
|
187
|
-
-
|
|
188
|
-
|
|
189
|
-
|
|
187
|
+
- 2
|
|
188
|
+
- 5
|
|
189
|
+
- 1
|
|
190
|
+
version: 2.5.1
|
|
191
|
+
name: minitest
|
|
190
192
|
type: :development
|
|
191
193
|
prerelease: false
|
|
192
194
|
requirement: *id011
|
|
@@ -200,7 +202,7 @@ dependencies:
|
|
|
200
202
|
segments:
|
|
201
203
|
- 0
|
|
202
204
|
version: "0"
|
|
203
|
-
name:
|
|
205
|
+
name: mocha
|
|
204
206
|
type: :development
|
|
205
207
|
prerelease: false
|
|
206
208
|
requirement: *id012
|
|
@@ -376,94 +378,94 @@ files:
|
|
|
376
378
|
- templates/nfs/exports_linux.erb
|
|
377
379
|
- templates/package_Vagrantfile.erb
|
|
378
380
|
- templates/ssh_config.erb
|
|
379
|
-
- test/locales/en.yml
|
|
380
|
-
- test/test_helper.rb
|
|
381
|
-
- test/vagrant/action/box/destroy_test.rb
|
|
382
|
-
- test/vagrant/action/box/download_test.rb
|
|
383
|
-
- test/vagrant/action/box/package_test.rb
|
|
384
|
-
- test/vagrant/action/box/unpackage_test.rb
|
|
385
|
-
- test/vagrant/action/box/verify_test.rb
|
|
386
|
-
- test/vagrant/action/builder_test.rb
|
|
387
|
-
- test/vagrant/action/env/set_test.rb
|
|
388
|
-
- test/vagrant/action/environment_test.rb
|
|
389
|
-
- test/vagrant/action/general/package_test.rb
|
|
390
|
-
- test/vagrant/action/general/validate_test.rb
|
|
391
|
-
- test/vagrant/action/vm/boot_test.rb
|
|
392
|
-
- test/vagrant/action/vm/check_accessible_test.rb
|
|
393
|
-
- test/vagrant/action/vm/check_box_test.rb
|
|
394
|
-
- test/vagrant/action/vm/check_guest_additions_test.rb
|
|
395
|
-
- test/vagrant/action/vm/clean_machine_folder_test.rb
|
|
396
|
-
- test/vagrant/action/vm/clear_forwarded_ports_test.rb
|
|
397
|
-
- test/vagrant/action/vm/clear_nfs_exports_test.rb
|
|
398
|
-
- test/vagrant/action/vm/clear_shared_folders_test.rb
|
|
399
|
-
- test/vagrant/action/vm/customize_test.rb
|
|
400
|
-
- test/vagrant/action/vm/destroy_test.rb
|
|
401
|
-
- test/vagrant/action/vm/destroy_unused_network_interfaces_test.rb
|
|
402
|
-
- test/vagrant/action/vm/discard_state_test.rb
|
|
403
|
-
- test/vagrant/action/vm/export_test.rb
|
|
404
|
-
- test/vagrant/action/vm/forward_ports_helpers_test.rb
|
|
405
|
-
- test/vagrant/action/vm/forward_ports_test.rb
|
|
406
|
-
- test/vagrant/action/vm/halt_test.rb
|
|
407
|
-
- test/vagrant/action/vm/host_name_test.rb
|
|
408
|
-
- test/vagrant/action/vm/import_test.rb
|
|
409
|
-
- test/vagrant/action/vm/match_mac_address_test.rb
|
|
410
|
-
- test/vagrant/action/vm/modify_test.rb
|
|
411
|
-
- test/vagrant/action/vm/network_test.rb
|
|
412
|
-
- test/vagrant/action/vm/nfs_helpers_test.rb
|
|
413
|
-
- test/vagrant/action/vm/nfs_test.rb
|
|
414
|
-
- test/vagrant/action/vm/package_test.rb
|
|
415
|
-
- test/vagrant/action/vm/package_vagrantfile_test.rb
|
|
416
|
-
- test/vagrant/action/vm/provision_test.rb
|
|
417
|
-
- test/vagrant/action/vm/provisioner_cleanup_test.rb
|
|
418
|
-
- test/vagrant/action/vm/resume_test.rb
|
|
419
|
-
- test/vagrant/action/vm/share_folders_test.rb
|
|
420
|
-
- test/vagrant/action/vm/suspend_test.rb
|
|
421
|
-
- test/vagrant/action/warden_test.rb
|
|
422
|
-
- test/vagrant/action_test.rb
|
|
423
|
-
- test/vagrant/box_collection_test.rb
|
|
424
|
-
- test/vagrant/box_test.rb
|
|
425
|
-
- test/vagrant/cli_test.rb
|
|
426
|
-
- test/vagrant/command/base_test.rb
|
|
427
|
-
- test/vagrant/command/group_base_test.rb
|
|
428
|
-
- test/vagrant/command/helpers_test.rb
|
|
429
|
-
- test/vagrant/command/package_test.rb
|
|
430
|
-
- test/vagrant/config/base_test.rb
|
|
431
|
-
- test/vagrant/config/error_recorder_test.rb
|
|
432
|
-
- test/vagrant/config/ssh_test.rb
|
|
433
|
-
- test/vagrant/config/vagrant_test.rb
|
|
434
|
-
- test/vagrant/config/vm/provisioner_test.rb
|
|
435
|
-
- test/vagrant/config/vm_test.rb
|
|
436
|
-
- test/vagrant/config_test.rb
|
|
437
|
-
- test/vagrant/data_store_test.rb
|
|
438
|
-
- test/vagrant/downloaders/base_test.rb
|
|
439
|
-
- test/vagrant/downloaders/file_test.rb
|
|
440
|
-
- test/vagrant/downloaders/http_test.rb
|
|
441
|
-
- test/vagrant/environment_test.rb
|
|
442
|
-
- test/vagrant/errors_test.rb
|
|
443
|
-
- test/vagrant/hosts/base_test.rb
|
|
444
|
-
- test/vagrant/hosts/bsd_test.rb
|
|
445
|
-
- test/vagrant/hosts/linux_test.rb
|
|
446
|
-
- test/vagrant/plugin_test.rb
|
|
447
|
-
- test/vagrant/provisioners/base_test.rb
|
|
448
|
-
- test/vagrant/provisioners/chef_client_test.rb
|
|
449
|
-
- test/vagrant/provisioners/chef_solo_test.rb
|
|
450
|
-
- test/vagrant/provisioners/chef_test.rb
|
|
451
|
-
- test/vagrant/provisioners/puppet_server_test.rb
|
|
452
|
-
- test/vagrant/provisioners/puppet_test.rb
|
|
453
|
-
- test/vagrant/provisioners/shell_test.rb
|
|
454
|
-
- test/vagrant/ssh/session_test.rb
|
|
455
|
-
- test/vagrant/ssh_test.rb
|
|
456
|
-
- test/vagrant/systems/base_test.rb
|
|
457
|
-
- test/vagrant/systems/linux_test.rb
|
|
458
|
-
- test/vagrant/ui_test.rb
|
|
459
|
-
- test/vagrant/util/busy_test.rb
|
|
460
|
-
- test/vagrant/util/counter_test.rb
|
|
461
|
-
- test/vagrant/util/hash_with_indifferent_access_test.rb
|
|
462
|
-
- test/vagrant/util/platform_test.rb
|
|
463
|
-
- test/vagrant/util/retryable_test.rb
|
|
464
|
-
- test/vagrant/util/stacked_proc_runner_test.rb
|
|
465
|
-
- test/vagrant/util/template_renderer_test.rb
|
|
466
|
-
- test/vagrant/vm_test.rb
|
|
381
|
+
- test/unit/locales/en.yml
|
|
382
|
+
- test/unit/test_helper.rb
|
|
383
|
+
- test/unit/vagrant/action/box/destroy_test.rb
|
|
384
|
+
- test/unit/vagrant/action/box/download_test.rb
|
|
385
|
+
- test/unit/vagrant/action/box/package_test.rb
|
|
386
|
+
- test/unit/vagrant/action/box/unpackage_test.rb
|
|
387
|
+
- test/unit/vagrant/action/box/verify_test.rb
|
|
388
|
+
- test/unit/vagrant/action/builder_test.rb
|
|
389
|
+
- test/unit/vagrant/action/env/set_test.rb
|
|
390
|
+
- test/unit/vagrant/action/environment_test.rb
|
|
391
|
+
- test/unit/vagrant/action/general/package_test.rb
|
|
392
|
+
- test/unit/vagrant/action/general/validate_test.rb
|
|
393
|
+
- test/unit/vagrant/action/vm/boot_test.rb
|
|
394
|
+
- test/unit/vagrant/action/vm/check_accessible_test.rb
|
|
395
|
+
- test/unit/vagrant/action/vm/check_box_test.rb
|
|
396
|
+
- test/unit/vagrant/action/vm/check_guest_additions_test.rb
|
|
397
|
+
- test/unit/vagrant/action/vm/clean_machine_folder_test.rb
|
|
398
|
+
- test/unit/vagrant/action/vm/clear_forwarded_ports_test.rb
|
|
399
|
+
- test/unit/vagrant/action/vm/clear_nfs_exports_test.rb
|
|
400
|
+
- test/unit/vagrant/action/vm/clear_shared_folders_test.rb
|
|
401
|
+
- test/unit/vagrant/action/vm/customize_test.rb
|
|
402
|
+
- test/unit/vagrant/action/vm/destroy_test.rb
|
|
403
|
+
- test/unit/vagrant/action/vm/destroy_unused_network_interfaces_test.rb
|
|
404
|
+
- test/unit/vagrant/action/vm/discard_state_test.rb
|
|
405
|
+
- test/unit/vagrant/action/vm/export_test.rb
|
|
406
|
+
- test/unit/vagrant/action/vm/forward_ports_helpers_test.rb
|
|
407
|
+
- test/unit/vagrant/action/vm/forward_ports_test.rb
|
|
408
|
+
- test/unit/vagrant/action/vm/halt_test.rb
|
|
409
|
+
- test/unit/vagrant/action/vm/host_name_test.rb
|
|
410
|
+
- test/unit/vagrant/action/vm/import_test.rb
|
|
411
|
+
- test/unit/vagrant/action/vm/match_mac_address_test.rb
|
|
412
|
+
- test/unit/vagrant/action/vm/modify_test.rb
|
|
413
|
+
- test/unit/vagrant/action/vm/network_test.rb
|
|
414
|
+
- test/unit/vagrant/action/vm/nfs_helpers_test.rb
|
|
415
|
+
- test/unit/vagrant/action/vm/nfs_test.rb
|
|
416
|
+
- test/unit/vagrant/action/vm/package_test.rb
|
|
417
|
+
- test/unit/vagrant/action/vm/package_vagrantfile_test.rb
|
|
418
|
+
- test/unit/vagrant/action/vm/provision_test.rb
|
|
419
|
+
- test/unit/vagrant/action/vm/provisioner_cleanup_test.rb
|
|
420
|
+
- test/unit/vagrant/action/vm/resume_test.rb
|
|
421
|
+
- test/unit/vagrant/action/vm/share_folders_test.rb
|
|
422
|
+
- test/unit/vagrant/action/vm/suspend_test.rb
|
|
423
|
+
- test/unit/vagrant/action/warden_test.rb
|
|
424
|
+
- test/unit/vagrant/action_test.rb
|
|
425
|
+
- test/unit/vagrant/box_collection_test.rb
|
|
426
|
+
- test/unit/vagrant/box_test.rb
|
|
427
|
+
- test/unit/vagrant/cli_test.rb
|
|
428
|
+
- test/unit/vagrant/command/base_test.rb
|
|
429
|
+
- test/unit/vagrant/command/group_base_test.rb
|
|
430
|
+
- test/unit/vagrant/command/helpers_test.rb
|
|
431
|
+
- test/unit/vagrant/command/package_test.rb
|
|
432
|
+
- test/unit/vagrant/config/base_test.rb
|
|
433
|
+
- test/unit/vagrant/config/error_recorder_test.rb
|
|
434
|
+
- test/unit/vagrant/config/ssh_test.rb
|
|
435
|
+
- test/unit/vagrant/config/vagrant_test.rb
|
|
436
|
+
- test/unit/vagrant/config/vm/provisioner_test.rb
|
|
437
|
+
- test/unit/vagrant/config/vm_test.rb
|
|
438
|
+
- test/unit/vagrant/config_test.rb
|
|
439
|
+
- test/unit/vagrant/data_store_test.rb
|
|
440
|
+
- test/unit/vagrant/downloaders/base_test.rb
|
|
441
|
+
- test/unit/vagrant/downloaders/file_test.rb
|
|
442
|
+
- test/unit/vagrant/downloaders/http_test.rb
|
|
443
|
+
- test/unit/vagrant/environment_test.rb
|
|
444
|
+
- test/unit/vagrant/errors_test.rb
|
|
445
|
+
- test/unit/vagrant/hosts/base_test.rb
|
|
446
|
+
- test/unit/vagrant/hosts/bsd_test.rb
|
|
447
|
+
- test/unit/vagrant/hosts/linux_test.rb
|
|
448
|
+
- test/unit/vagrant/plugin_test.rb
|
|
449
|
+
- test/unit/vagrant/provisioners/base_test.rb
|
|
450
|
+
- test/unit/vagrant/provisioners/chef_client_test.rb
|
|
451
|
+
- test/unit/vagrant/provisioners/chef_solo_test.rb
|
|
452
|
+
- test/unit/vagrant/provisioners/chef_test.rb
|
|
453
|
+
- test/unit/vagrant/provisioners/puppet_server_test.rb
|
|
454
|
+
- test/unit/vagrant/provisioners/puppet_test.rb
|
|
455
|
+
- test/unit/vagrant/provisioners/shell_test.rb
|
|
456
|
+
- test/unit/vagrant/ssh/session_test.rb
|
|
457
|
+
- test/unit/vagrant/ssh_test.rb
|
|
458
|
+
- test/unit/vagrant/systems/base_test.rb
|
|
459
|
+
- test/unit/vagrant/systems/linux_test.rb
|
|
460
|
+
- test/unit/vagrant/ui_test.rb
|
|
461
|
+
- test/unit/vagrant/util/busy_test.rb
|
|
462
|
+
- test/unit/vagrant/util/counter_test.rb
|
|
463
|
+
- test/unit/vagrant/util/hash_with_indifferent_access_test.rb
|
|
464
|
+
- test/unit/vagrant/util/platform_test.rb
|
|
465
|
+
- test/unit/vagrant/util/retryable_test.rb
|
|
466
|
+
- test/unit/vagrant/util/stacked_proc_runner_test.rb
|
|
467
|
+
- test/unit/vagrant/util/template_renderer_test.rb
|
|
468
|
+
- test/unit/vagrant/vm_test.rb
|
|
467
469
|
- vagrant.gemspec
|
|
468
470
|
homepage: http://vagrantup.com
|
|
469
471
|
licenses: []
|