vagrant-mos 0.8.97 → 0.8.98

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: 5f4589006f7218010585c2d5cc7d0908ca947069
4
- data.tar.gz: 231d0d1b9a64b8f08f92d56b8babe67ebfe90333
3
+ metadata.gz: 9b58a7275cb03d8429fbc591266dadac80812417
4
+ data.tar.gz: 4526c2ac2f100a049409f768324d6868d545bd54
5
5
  SHA512:
6
- metadata.gz: e4a2a9c8b6a98ab4d96e4488bf47bc6ec1a4252b7c3a082402049e54da2d400157e5e8d033cda0e9edfff817f4c1a3aeca3d5ae04c8b16827c150f04921106a6
7
- data.tar.gz: e6239452ef79a42ec3217d7a9289407f41539e3496ef9c3f85dbaf20abfc3bcee59b31cd4da4a6a59add931ade9db9d5143ad2bd130b1686e5f16ad1017f9cd2
6
+ metadata.gz: a7ed0c0d01ebeada0f1d90ba0f15067c67bf469bb36a284b6fde0d57d2b2ebdff1cf24b0ba084e84d983e94e9aea67dfd70637686ff8c5d581fa5e93f745c7b9
7
+ data.tar.gz: 5846794316972a19956427541108110009274a4949c79029d4e4a0026d7100374d36324e84f8fba6177193bd64068390a68da01a4897e2d55c7fbc21f44d31b2
@@ -4,9 +4,10 @@ require "vagrant/action/builder"
4
4
 
5
5
  module VagrantPlugins
6
6
  module MOS
7
+ include Vagrant::Action::Builtin
7
8
  class Command < Vagrant.plugin(2, :command)
8
9
  # Include the built-in modules so we can use them as top-level things.
9
- include Vagrant::Action::Builtin
10
+
10
11
  # The autoload farm
11
12
 
12
13
  def execute
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module MOS
3
- VERSION = '0.8.97'
3
+ VERSION = '0.8.98'
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.97
4
+ version: 0.8.98
5
5
  platform: ruby
6
6
  authors:
7
7
  - yangcs2009