socialcast-git-extensions 3.0.0 → 3.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -64,10 +64,10 @@ module Socialcast
64
64
  say "Deleting branches that have been merged into "
65
65
  say Socialcast::Gitx::BASE_BRANCH, :green
66
66
  branches(:merged => true).each do |branch|
67
- run_cmd "git branch -d #{branch}"
67
+ run_cmd "git branch -d #{branch}" unless aggregate_branch?(branch)
68
68
  end
69
69
  branches(:merged => true, :remote => true).each do |branch|
70
- run_cmd "grb rm #{branch}"
70
+ run_cmd "grb rm #{branch}" unless aggregate_branch?(branch)
71
71
  end
72
72
  end
73
73
 
@@ -1,5 +1,5 @@
1
1
  module Socialcast
2
2
  module Gitx
3
- VERSION = "3.0.0"
3
+ VERSION = "3.0.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: socialcast-git-extensions
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
4
+ version: 3.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -230,7 +230,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
230
230
  version: '0'
231
231
  segments:
232
232
  - 0
233
- hash: -1464484862352811039
233
+ hash: -1310348592362360769
234
234
  required_rubygems_version: !ruby/object:Gem::Requirement
235
235
  none: false
236
236
  requirements:
@@ -239,7 +239,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
239
239
  version: '0'
240
240
  segments:
241
241
  - 0
242
- hash: -1464484862352811039
242
+ hash: -1310348592362360769
243
243
  requirements: []
244
244
  rubyforge_project: socialcast-git-extensions
245
245
  rubygems_version: 1.8.24