vagrant-ebcommon 0.4.4 → 0.4.6

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: 8ea352a431f45e190c9272fd34568584e4ba2b08
4
- data.tar.gz: 6a01faa03b7b5efbcbaf24b187c9e672c44fabfa
3
+ metadata.gz: 49a868ee40b52d81c90387e8279b2e88ba9549ad
4
+ data.tar.gz: daa3df695f109a197b466cda2651428c9ed5d018
5
5
  SHA512:
6
- metadata.gz: fc467c96c01dd841294c21a9d3bf8d2c9dae0dd8126cdc9c80fc4b3820c1d084a50d84d8c39359eba0abefcc27c289abb001b37757ef7f0281037f9163733337
7
- data.tar.gz: e7e6826879b09515959e7bccc8a93067f0d7fb0e2b9a920edce6a38594203c7d30cf1b00ca4999b7f5138b71234f34b33fbf10e1ff623703112b9c54b24b47e1
6
+ metadata.gz: b3f2e8181a648e1caa73452ed7a5d75a189aa11d565fe571a2918e8e63d07c2ad4049facce3cffc2f4f12221fc0c9fb62d89897dbcf71c38d2af0689f0eb99dd
7
+ data.tar.gz: adf9cc59df620fdd0ff9ea706de502ab576bbdb63421c7270741ad0a5da74550c17c9afddf7a95cc7504d318d7d1040fc74a20688e837e846fec26ffd5464aa0
data/Gemfile CHANGED
@@ -4,7 +4,7 @@ gemspec
4
4
 
5
5
  group :development do
6
6
  gem 'vagrant', github: 'mitchellh/vagrant'
7
- gem 'debugger'
7
+ gem 'byebug'
8
8
  end
9
9
 
10
10
  group :plugins do
@@ -42,7 +42,7 @@ current_branch=$(git symbolic-ref HEAD | sed -e 's,.*/\(.*\),\1,')
42
42
 
43
43
  push_command=$(ps -ocommand= -p $PPID)
44
44
 
45
- is_destructive='force|delete|\-f'
45
+ is_destructive='\-\-force|\-\-delete| \-f'
46
46
 
47
47
  will_remove_protected_branch=':'$protected_branch
48
48
 
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module Ebcommon
3
- VERSION = "0.4.4"
3
+ VERSION = "0.4.6"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-ebcommon
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.4
4
+ version: 0.4.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Hahn
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-05-19 00:00:00.000000000 Z
11
+ date: 2014-05-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -92,9 +92,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
92
  version: '0'
93
93
  requirements: []
94
94
  rubyforge_project:
95
- rubygems_version: 2.0.3
95
+ rubygems_version: 2.2.2
96
96
  signing_key:
97
97
  specification_version: 4
98
98
  summary: Vagrant plugin to execute various Eventbrite workflows.
99
99
  test_files: []
100
- has_rdoc: