pullermann 1.5.3 → 1.5.4

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.
Files changed (2) hide show
  1. data/lib/pullermann/pullermann.rb +2 -0
  2. metadata +3 -3
@@ -220,6 +220,8 @@ class Pullermann
220
220
  @log.info 'Switching back to original branch.'
221
221
  # FIXME: For branches other than master, remember the original branch.
222
222
  `git checkout master &> /dev/null`
223
+ # Clean up potential remains and run garbage collector.
224
+ `git gc &> /dev/null`
223
225
  end
224
226
 
225
227
  def old_comment_success?
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pullermann
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.3
4
+ version: 1.5.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2012-11-14 00:00:00.000000000 Z
14
+ date: 2013-03-12 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: octokit
@@ -80,7 +80,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
80
80
  version: '0'
81
81
  requirements: []
82
82
  rubyforge_project:
83
- rubygems_version: 1.8.24
83
+ rubygems_version: 1.8.23
84
84
  signing_key:
85
85
  specification_version: 3
86
86
  summary: An easy way to loop through open pull requests and run code on the merged