vagrant-mos 0.8.95 → 0.8.96

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: 106bd2c28d6b3771af591dbbfad94869fa0ffd81
4
- data.tar.gz: a72838b3ceb8e8d8ac3f38c20563440db9e1f287
3
+ metadata.gz: c198e051e35b15704590d658e1a8e02d18c37c29
4
+ data.tar.gz: d328c03bb8b584ce3c1b55b320e65e4dfe882508
5
5
  SHA512:
6
- metadata.gz: f5f827bc81495889c9bed9b829fcf7e1cc3ab207bb8d01474fd8dc14eee727bf05347c6ba5d0a40613d209a4791d8387c2ffca7f9d4f1d6a7b10e7e97ba2d6db
7
- data.tar.gz: b3e2adf2bbd8407888ca6011623715002b042a68e754854d40511b3413ffa31ca7f9c3ea56d3324ce4ae8f6ba6e05c037d0f1f94294295da6f7fc7a11b975a8a
6
+ metadata.gz: 1f7ab3a50bd9e95c7bb0138a497307686fd7b74bb5ac1d55fd553a36d34ffc702d36fec06693d36a376de07a2abbfb35427c2c6d29779d4a0a2083410354124b
7
+ data.tar.gz: bb4323279c4d3d0754cca64628d1bf91c656b6957afd1c47e578648d035a0a63cb72d18961fa8dbd2d368eb0fdc9a68cbadd3ee8115019fe778bc636e9d96f95
@@ -11,13 +11,14 @@ module VagrantPlugins
11
11
 
12
12
  def execute
13
13
  puts "Hello!"
14
- action_root = Pathname.new(File.expand_path("../action", __FILE__))
15
- autoload :ConnectMOS, action_root.join("connect_mos")
16
- autoload :DescribeTemplates, action_root.join("describe_templates")
17
- puts autoload?(:ConnectMOS)
14
+
18
15
  Vagrant::Action::Builder.new.tap do |b|
16
+ action_root = Pathname.new(File.expand_path("../action", __FILE__))
17
+ autoload :ConnectMOS, action_root.join("connect_mos")
18
+ autoload :DescribeTemplates, action_root.join("describe_templates")
19
+ puts autoload?(:ConnectMOS)
19
20
  b.use ConfigValidate
20
- #b.use ConnectMOS
21
+ b.use ConnectMOS
21
22
  b.use DescribeTemplates
22
23
  end
23
24
  0
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module MOS
3
- VERSION = '0.8.95'
3
+ VERSION = '0.8.96'
4
4
  end
5
5
  end
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.8.95
4
+ version: 0.8.96
5
5
  platform: ruby
6
6
  authors:
7
7
  - yangcs2009