crazy_ivan 1.2.0 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -94,7 +94,8 @@ Campfire.basic_auth ARGV[1], 'x'
94
94
  campfire_room_id = campfire_url.path[/\d+/]
95
95
  campfire_room = Campfire.room(campfire_room_id)
96
96
 
97
- if report['test']['exit_status'].nil?
97
+ exit_status = report['test']['exit_status']
98
+ if exit_status == "0" || exit_status.nil?
98
99
  campfire_room.message "#{report['project_name']} #{report['version']['output']} built happily: #{ARGV[2]}"
99
100
  else
100
101
  campfire_room.message "#{report['project_name']} #{report['version']['output']} broke. Please take a look at #{ARGV[2]}"
@@ -1,3 +1,3 @@
1
1
  module CrazyIvan
2
- VERSION = '1.2.0'
2
+ VERSION = '1.2.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: crazy_ivan
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Edward Ocampo-Gooding
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2010-02-01 00:00:00 -05:00
12
+ date: 2010-02-03 00:00:00 -05:00
13
13
  default_executable: crazy_ivan
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency