pullermann 1.1.1 → 1.1.2

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 +1 -1
  2. metadata +2 -2
@@ -46,7 +46,7 @@ class Pullermann
46
46
  self.exec_block.call
47
47
  # Unless self.success has already been set manually,
48
48
  # the success/failure is determined by the last command's return code.
49
- self.success ||= $? == 0
49
+ self.success ||= ($? == 0)
50
50
  switch_branch_back
51
51
  comment_on_github
52
52
  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.1.1
4
+ version: 1.1.2
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-07-02 00:00:00.000000000 Z
14
+ date: 2012-07-09 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: octokit