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 +4 -4
- data/lib/vagrant-mos/command.rb +2 -1
- data/lib/vagrant-mos/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9b58a7275cb03d8429fbc591266dadac80812417
|
|
4
|
+
data.tar.gz: 4526c2ac2f100a049409f768324d6868d545bd54
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a7ed0c0d01ebeada0f1d90ba0f15067c67bf469bb36a284b6fde0d57d2b2ebdff1cf24b0ba084e84d983e94e9aea67dfd70637686ff8c5d581fa5e93f745c7b9
|
|
7
|
+
data.tar.gz: 5846794316972a19956427541108110009274a4949c79029d4e4a0026d7100374d36324e84f8fba6177193bd64068390a68da01a4897e2d55c7fbc21f44d31b2
|
data/lib/vagrant-mos/command.rb
CHANGED
|
@@ -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
|
-
|
|
10
|
+
|
|
10
11
|
# The autoload farm
|
|
11
12
|
|
|
12
13
|
def execute
|
data/lib/vagrant-mos/version.rb
CHANGED