vagrant-group 0.5.0 → 0.6.0
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-group/command.rb +1 -1
- data/lib/vagrant-group/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7c302d7362abf4ef0cb4af94c978d8bac66e9def
|
|
4
|
+
data.tar.gz: 40147d05817797d3ed8512128bd9bc51859c2418
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 627df585b47bb2016e7f8f9ec214a4007dff3cf7361e79094adbe5f5490dd634af813b107147bfb74c097097daca3cb968bc889b8ce4f679ea218a219dce2d0a
|
|
7
|
+
data.tar.gz: 2a80033dbe4858a8cabdb2c72483e7d6625677dce4095158ad346f9b1f7930a1aef18a0eff94b1fe02c8e6b5bb75ac574d33463ded7ea3cd891f0cf5f7072e49
|
|
@@ -2,7 +2,7 @@ module VagrantPlugins
|
|
|
2
2
|
module Group
|
|
3
3
|
class Command < Vagrant.plugin(2, :command)
|
|
4
4
|
|
|
5
|
-
COMMANDS = %w(up halt destroy provision reload hosts)
|
|
5
|
+
COMMANDS = %w(up halt destroy provision reload hosts suspend resume)
|
|
6
6
|
|
|
7
7
|
def self.synopsis
|
|
8
8
|
"runs vagrant command on specific group of VMs"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vagrant-group
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.6.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Krzysztof Magosa
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-07-
|
|
11
|
+
date: 2015-07-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|