vagrant-group 0.3.0 → 0.4.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: 2a4dd960e0680217401217f4925cbc776fca5144
4
- data.tar.gz: d9081b252da970e291385ab3839af05ea52e9f78
3
+ metadata.gz: dced499578181759b0061562645807318c9f1ff4
4
+ data.tar.gz: f408fa4f5fbe272ad03a9e975f8ec886d4bd3aae
5
5
  SHA512:
6
- metadata.gz: d6187fa87820167b3a4f3b7c38669381a9b538158321b70b5af142828d8e48065dfcbf4ac7f43801ba408eb2914bd9ce5368d58a86562136c6c556e3a447cea2
7
- data.tar.gz: e399476386cc37e3832d9eadbcf1f0632fa7bc5a75aab117705a535bb64b1e0e63b57b4e69fefe2c4b50411c9849edf824dd80f08b4c47f42cf5b9a672667d34
6
+ metadata.gz: b17978ab662467390b9fea4f6bc1677d787384ea52c87a5181ddf6a38599b9467de5b34a94c9a2da15efd4ce759b33b36e2d8ada767903c7b9ce87bd8d055239
7
+ data.tar.gz: 70767d5b9e2a0a3cd0c914b22d74d6e81c22473e5624da003d632995f27d1495a7791127687260329145c6ac2880d25065e4f3d7803b842f3cf880fd4f67da5a
@@ -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 hosts)
5
+ COMMANDS = %w(up halt destroy provision reload hosts)
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.3.0"
4
+ VERSION = "0.4.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.3.0
4
+ version: 0.4.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-12 00:00:00.000000000 Z
11
+ date: 2015-07-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler