pullermann 1.0.3 → 1.0.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 -1
  2. metadata +2 -2
@@ -169,7 +169,6 @@ class Pullermann
169
169
  @log.error 'Unable to switch to merge branch.'
170
170
  abort
171
171
  end
172
-
173
172
  end
174
173
 
175
174
  def switch_branch_back
@@ -209,6 +208,8 @@ class Pullermann
209
208
  @log.info "Adding new #{notion(@test_success)} comment."
210
209
  call_github(@test_success).add_comment(@project, @request_id, message)
211
210
  end
211
+ # Once we're done, reset @comment to ensure it's not carried over to the next iteration.
212
+ @comment = nil
212
213
  end
213
214
 
214
215
  def notion(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.0.3
4
+ version: 1.0.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-06-15 00:00:00.000000000 Z
14
+ date: 2012-06-19 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: octokit