Sha256: 2a4a4aef542cd5f3f1f2d4d5a7c8458c0d5c90f4ca5d8030b98c50f5777f7831

Contents?: true

Size: 895 Bytes

Versions: 5

Compression:

Stored size: 895 Bytes

Contents

= Cruise Status

CruiseStatus allows your Ruby scripts to check the status of your project's 
build.  Use this to abort check-ins when the build has failed, for example.

== Example:

    require "cruisestatus"
    
    if CruiseStatus.new( 'http://my.cruise.com/projects.rss' ).pass?
      puts "Build passed!"
    else
      abort "Build failed…Boo!"
    end

== Note on Patches/Pull Requests
 
* Fork the project.
* Make your feature addition or bug fix.
* Add tests for it. This is important so I don't break it in a
  future version unintentionally.
* Commit, do not mess with rakefile, version, or history.
  (if you want to have your own version, that is fine but bump version in a
  commit by itself I can ignore when I pull)
* Send me a pull request.

== TODO

* Cruise.java support?
* Support for runcoderun.com

== Copyright

Copyright (c) 2010 Toby Tripp. See LICENSE for details.

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
cruisestatus-1.2.0 README.rdoc
cruisestatus-1.1.6 README.rdoc
cruisestatus-1.1.5 README.rdoc
cruisestatus-1.1.3 README.rdoc
cruisestatus-1.1.2 README.rdoc