vagrant-group 0.5.0 → 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3f9ec1c9d716fea41f719abc64702de7fa147103
4
- data.tar.gz: e188997b9ff398760823250ab94df5e061f76d12
3
+ metadata.gz: 7c302d7362abf4ef0cb4af94c978d8bac66e9def
4
+ data.tar.gz: 40147d05817797d3ed8512128bd9bc51859c2418
5
5
  SHA512:
6
- metadata.gz: 07975b8c1b20472867fa14c37d3e2b62f5915721fbd25502eaa6644188836871abe3ef383b8604ebe98a51351d1ba0d2f360fe8e44115829dac0ddd52307f54f
7
- data.tar.gz: f05cc757e9728f41c130aab6bb2ab772cd2576a1329c44d7c607e50df9cfa80c2d8a2041e8c2fa427ae6b0573a3e2fe4ddfe7dba7c8ef8afe47197ad96b07860
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"
@@ -1,7 +1,7 @@
1
1
  module VagrantPlugins
2
2
  module Group
3
3
 
4
- VERSION = "0.5.0"
4
+ VERSION = "0.6.0"
5
5
 
6
6
  end # Group
7
7
  end # VagrantPlugins
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.5.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-14 00:00:00.000000000 Z
11
+ date: 2015-07-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler