vagrant-group 0.8.0 → 0.8.1

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: a12d6231dc315ba52c0e2f07ad0a0eaccd63101e
4
- data.tar.gz: 8dc59ae99e730295f0b4357764d68f1fd382e52f
3
+ metadata.gz: f2a416c04db932ac362b1e2cde2d5c811831bd92
4
+ data.tar.gz: a9bc0f5a75c7585e435a5e43af8a0389f719a274
5
5
  SHA512:
6
- metadata.gz: 56d63f1fefa01536aeb55e274909ba006184dd3b76a642652f306627e6359fa3db7049688e3476d387b2ff697f5defb2d438f096d375904c8c03c7a53427ab12
7
- data.tar.gz: 45df86faca90dba6a310629b6963383d9a01f243d6398db4d6802436ddcce3e80f05cf2f00cf6f5123d239fff38ec8442e06b2850bef5a36b1ab9c658f807e47
6
+ metadata.gz: 2f3d9856ed8b0dbcf6ee6159a0c7f0f56ef0cd844ed9ee690d5b9624007cbd359b15a6140e7da8c1b9801df2964357f5ed1212ac09d3c66b3f695a3b2c87212a
7
+ data.tar.gz: e924a6c08a31dfeed08a59870fff3ec28839a4ea7c719b97a4be4fe69b009a0879853364f7f47b432c5218bd8457b8c02ebdb1636a207e250d380c44a58cf2d4
@@ -42,7 +42,7 @@ module VagrantPlugins
42
42
 
43
43
  groups = find_groups(pattern)
44
44
  if groups.length == 0
45
- @env.ui.error('No groups matched the regular expression given.')
45
+ @env.ui.error('No groups matched the pattern given.')
46
46
  return nil
47
47
  end
48
48
 
@@ -1,7 +1,7 @@
1
1
  module VagrantPlugins
2
2
  module Group
3
3
 
4
- VERSION = "0.8.0"
4
+ VERSION = "0.8.1"
5
5
 
6
6
  end # Group
7
7
  end # VagrantPlugins
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-group
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Krzysztof Magosa