cijoe 0.9.0 → 0.9.1

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.
@@ -56,9 +56,8 @@ class CIJoe
56
56
  end
57
57
 
58
58
  def short_message
59
- "Build #{short_sha} of #{project} " +
60
- (worked? ? "was successful" : "failed") +
61
- " (#{duration.to_i}s)"
59
+ "#{branch} at #{short_sha} of #{project} " +
60
+ (worked? ? "passed" : "failed") + " (#{duration.to_i}s)"
62
61
  end
63
62
 
64
63
  def full_message
@@ -1,3 +1,3 @@
1
1
  class CIJoe
2
- Version = VERSION = "0.9.0"
2
+ Version = VERSION = "0.9.1"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cijoe
3
3
  version: !ruby/object:Gem::Version
4
- hash: 59
4
+ hash: 57
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
- - 0
10
- version: 0.9.0
9
+ - 1
10
+ version: 0.9.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Chris Wanstrath