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.
- data/lib/cijoe/campfire.rb +2 -3
- data/lib/cijoe/version.rb +1 -1
- metadata +3 -3
data/lib/cijoe/campfire.rb
CHANGED
|
@@ -56,9 +56,8 @@ class CIJoe
|
|
|
56
56
|
end
|
|
57
57
|
|
|
58
58
|
def short_message
|
|
59
|
-
"
|
|
60
|
-
(worked? ? "
|
|
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
|
data/lib/cijoe/version.rb
CHANGED
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:
|
|
4
|
+
hash: 57
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 9
|
|
9
|
-
-
|
|
10
|
-
version: 0.9.
|
|
9
|
+
- 1
|
|
10
|
+
version: 0.9.1
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Chris Wanstrath
|