pullermann 1.5.2 → 1.5.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/pullermann/pullermann.rb +1 -1
  2. metadata +1 -1
@@ -231,7 +231,7 @@ class Pullermann
231
231
  def remove_comment
232
232
  if @request.comment
233
233
  # Remove old comment and reset variable.
234
- call_github.delete_comment(@project, @request.comment.id)
234
+ call_github(old_comment_success?).delete_comment(@project, @request.comment.id)
235
235
  @request.comment = nil
236
236
  end
237
237
  end
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.2
4
+ version: 1.5.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: