vagrant-mos 0.8.92 → 0.8.94

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: c2411666334798f81da50a98f05462a69d849e56
4
- data.tar.gz: 8b058b2abc914f2db1b5ec6a0caf7eca734d5649
3
+ metadata.gz: f7f6b7b2f20b3d35aced3730e404b56af3d6487c
4
+ data.tar.gz: d0a568d57d721cd4097606311c0cc483e41bf3e4
5
5
  SHA512:
6
- metadata.gz: 66fca5aa6bb88fceb9c4abf497f11ea6270c483280be4c7e76c82a662187d336b9a4605715c8d8b5406d0e978842f8bc7c1989de642dedd45f0c47c15cf176a0
7
- data.tar.gz: 1d65711cee07251f7799f33ade52c6174dacd78f3519fbca7b57bc2c1b1258da34366d961720c5e1697f952fa97883440963fb8f86817d717a90586d7cf8be5f
6
+ metadata.gz: e055ada22f8c2fb1dabe750a280683d3ffbee11f0a7de51f47380beaa1df2d931980b529546c957b4ff5ffe322901f319a848a407a9bcb79d40cf72c46412a29
7
+ data.tar.gz: e390a19284d533e1e02edc73ac7b95e27b0149857e5ad94616170fcce6ac767e2b8c71330761072deb3c1f88dd1a791cd3e6ca2c09cbe338cf7fb87a647255ce
@@ -8,12 +8,12 @@ module VagrantPlugins
8
8
  # Include the built-in modules so we can use them as top-level things.
9
9
  include Vagrant::Action::Builtin
10
10
  # The autoload farm
11
- action_root = Pathname.new(File.expand_path("../action", __FILE__))
12
- autoload :ConnectMOS, action_root.join("connect_mos")
13
- autoload :DescribeTemplates, action_root.join("describe_templates")
14
- puts autoload?(:ConnectMOS)
11
+
15
12
  def execute
16
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
17
  puts autoload?(:ConnectMOS)
18
18
  Vagrant::Action::Builder.new.tap do |b|
19
19
  b.use ConfigValidate
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module MOS
3
- VERSION = '0.8.92'
3
+ VERSION = '0.8.94'
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.92
4
+ version: 0.8.94
5
5
  platform: ruby
6
6
  authors:
7
7
  - yangcs2009