vagrant-mos 0.9.26 → 0.9.27
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 69dfdf869d50ee3fdc0750f3ec2adf73158b6d48
|
4
|
+
data.tar.gz: 44b91937be73a62e8315f7d514899415a74c4f21
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 28d2d3ab07aeec2ae452a93e90b24c1391c5edece0867a37ec247775f0cceb72f2def6ab2ffbe5435aa75b41befe65551b6aa8837b845a3137ae4070b366e4bb
|
7
|
+
data.tar.gz: 0a1b58af1796cb11699670dfaf32ea713a31daad499ae566a6520f6301ea06f1b890e1a7555b0e47994430b71401ed7571d1c83f954cfb3fad88b7ef9eeb7810
|
data/lib/vagrant-mos/version.rb
CHANGED
@@ -45,11 +45,7 @@ describe VagrantPlugins::MOS::Config do
|
|
45
45
|
instance.send(attribute).should == "foo"
|
46
46
|
end
|
47
47
|
end
|
48
|
-
|
49
|
-
instance.security_groups = "foo"
|
50
|
-
instance.finalize!
|
51
|
-
instance.security_groups.should == ["foo"]
|
52
|
-
end
|
48
|
+
|
53
49
|
end
|
54
50
|
|
55
51
|
describe "getting credentials from environment" do
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vagrant-mos
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.27
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- yangcs2009
|
@@ -124,6 +124,7 @@ files:
|
|
124
124
|
- mos.box
|
125
125
|
- spec/vagrant-mos/config_spec.rb
|
126
126
|
- templates/metadata.json.erb
|
127
|
+
- templates/vagrant-mos_package_Vagrantfile.erb
|
127
128
|
- vagrant-mos.gemspec
|
128
129
|
homepage: http://www.vagrantup.com
|
129
130
|
licenses:
|