vagrant-mos 0.8.90 → 0.8.91

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b365777ebc152858ba91c376495766716958b88a
4
- data.tar.gz: 071d3d8895cced1ef47ba04d0d75a4b5af2fff7c
3
+ metadata.gz: c6769c052f2fc3d4d93166c0caa074bff4420ccb
4
+ data.tar.gz: 9b96412fa5f7daa5f7b29bd69ca964071930612e
5
5
  SHA512:
6
- metadata.gz: 1819c50c9eea91b25e1a1bee544ce61f376d62f4d828422b800621022aff7b46d3cc222fd1b8316336f2a0f072a24a9b039673ff2b1b71d70933d5f309d1d641
7
- data.tar.gz: 906c6799cd2cf43eff3c1085a9eea27157780ab74d083174ddcd0a301be94dc7f8c4a2f1bb9dd6ed03166fae3c5935f261b5532beddbcde00bedef0b61432058
6
+ metadata.gz: 02ad13c5a6a99b511315d179c6779f14e116fcff3d00ad3f3199a0d49474a71419408bb4b39a10250c31e9b810b65ae4cc47e96c43cf1983619eaaeaea8bba82
7
+ data.tar.gz: 7e4090dc5080222cb73159e537f3ce28cb8f9ea42d3b8dc3da877476f726c8060f5c709ed90d317b6df90c947469a40fe277e517d831eb11af285a34b669967a
@@ -11,6 +11,7 @@ module VagrantPlugins
11
11
  action_root = Pathname.new(File.expand_path("../action", __FILE__))
12
12
  autoload :ConnectMOS, action_root.join("connect_mos")
13
13
  autoload :DescribeTemplates, action_root.join("describe_templates")
14
+ puts autoload?(:ConnectMOS)
14
15
  def execute
15
16
  puts "Hello!"
16
17
  Vagrant::Action::Builder.new.tap do |b|
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module MOS
3
- VERSION = '0.8.90'
3
+ VERSION = '0.8.91'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-mos
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.90
4
+ version: 0.8.91
5
5
  platform: ruby
6
6
  authors:
7
7
  - yangcs2009
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-28 00:00:00.000000000 Z
11
+ date: 2015-01-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mos-sdk