cruisestatus 1.2.0 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
data/README.rdoc CHANGED
@@ -24,6 +24,10 @@ build. Use this to abort check-ins when the build has failed, for example.
24
24
  commit by itself I can ignore when I pull)
25
25
  * Send me a pull request.
26
26
 
27
+ == Build Status
28
+
29
+ http://runcoderun.com/tobytripp/cruisestatus
30
+
27
31
  == TODO
28
32
 
29
33
  * Cruise.java support?
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.2.0
1
+ 1.2.1
data/cruisestatus.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{cruisestatus}
8
- s.version = "1.2.0"
8
+ s.version = "1.2.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Toby Tripp"]
12
- s.date = %q{2010-01-24}
12
+ s.date = %q{2010-01-28}
13
13
  s.default_executable = %q{cruisestatus}
14
14
  s.description = %q{Allows scripts and applications to check the status of your project's build.}
15
15
  s.email = %q{toby.tripp+git@gmail.com}
@@ -43,7 +43,7 @@ class CruiseStatus::Command
43
43
  def self.are_you_sure?( status )
44
44
  puts "\n", "Build FAILURES: #{status.failure_message}"
45
45
  input = ""
46
- while( input.strip.empty? )
46
+ while( input && input.strip.empty? )
47
47
  input = Readline.readline @prompt
48
48
  end
49
49
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cruisestatus
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
  - Toby Tripp
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2010-01-24 00:00:00 -06:00
12
+ date: 2010-01-28 00:00:00 -06:00
13
13
  default_executable: cruisestatus
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency