vagrant-mos 0.8.94 → 0.8.95

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: f7f6b7b2f20b3d35aced3730e404b56af3d6487c
4
- data.tar.gz: d0a568d57d721cd4097606311c0cc483e41bf3e4
3
+ metadata.gz: 106bd2c28d6b3771af591dbbfad94869fa0ffd81
4
+ data.tar.gz: a72838b3ceb8e8d8ac3f38c20563440db9e1f287
5
5
  SHA512:
6
- metadata.gz: e055ada22f8c2fb1dabe750a280683d3ffbee11f0a7de51f47380beaa1df2d931980b529546c957b4ff5ffe322901f319a848a407a9bcb79d40cf72c46412a29
7
- data.tar.gz: e390a19284d533e1e02edc73ac7b95e27b0149857e5ad94616170fcce6ac767e2b8c71330761072deb3c1f88dd1a791cd3e6ca2c09cbe338cf7fb87a647255ce
6
+ metadata.gz: f5f827bc81495889c9bed9b829fcf7e1cc3ab207bb8d01474fd8dc14eee727bf05347c6ba5d0a40613d209a4791d8387c2ffca7f9d4f1d6a7b10e7e97ba2d6db
7
+ data.tar.gz: b3e2adf2bbd8407888ca6011623715002b042a68e754854d40511b3413ffa31ca7f9c3ea56d3324ce4ae8f6ba6e05c037d0f1f94294295da6f7fc7a11b975a8a
@@ -17,7 +17,7 @@ module VagrantPlugins
17
17
  puts autoload?(:ConnectMOS)
18
18
  Vagrant::Action::Builder.new.tap do |b|
19
19
  b.use ConfigValidate
20
- b.use ConnectMOS
20
+ #b.use ConnectMOS
21
21
  b.use DescribeTemplates
22
22
  end
23
23
  0
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module MOS
3
- VERSION = '0.8.94'
3
+ VERSION = '0.8.95'
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.94
4
+ version: 0.8.95
5
5
  platform: ruby
6
6
  authors:
7
7
  - yangcs2009