rhomobile-cijoe 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
data/lib/cijoe/email.rb CHANGED
@@ -60,7 +60,8 @@ class CIJoe
60
60
  end
61
61
 
62
62
  def mail_body
63
- "The commit '#{commit.message}' (#{commit.url}) by #{commit.author} caused the build to fail."
63
+ body = "The commit '#{commit.message}' (#{commit.url}) by #{commit.author} caused the build to fail."
64
+ body += "\n\nFail log:\n\n#{faillog}"
64
65
  end
65
66
  end
66
67
  end
data/lib/cijoe/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  class CIJoe
2
- Version = "0.2.1"
2
+ Version = "0.2.2"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rhomobile-cijoe
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 19
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 1
10
- version: 0.2.1
9
+ - 2
10
+ version: 0.2.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Chris Wanstrath
@@ -17,7 +17,7 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2010-06-22 00:00:00 -07:00
20
+ date: 2010-06-30 00:00:00 -07:00
21
21
  default_executable: cijoe
22
22
  dependencies:
23
23
  - !ruby/object:Gem::Dependency