public
Description: Growl notifier for the Integrity continuous integration server
Homepage: http://github.com/calavera/integrity-growl
Clone URL: git://github.com/calavera/integrity-growl.git
calavera (author)
Sat Jan 17 14:23:00 -0800 2009
commit  2536ff1fda8ceba48974fd9127e2e77b2d954bee
tree    154e1eeb31f178a82b3ef5d3254393cbd62babc3
parent  078dec538c033ac652706db7213cca62fdf051a0
name age message
file README.markdown Sat Jan 17 07:55:30 -0800 2009 extension deleted [calavera]
file Rakefile Sat Jan 17 11:18:27 -0800 2009 config added to gem spec [calavera]
file integrity-growl.gemspec Sat Jan 17 14:23:00 -0800 2009 fix directory error [calavera]
directory lib/ Sat Jan 17 10:58:08 -0800 2009 addresses configuration added [calavera]
directory spec/ Sat Jan 17 10:58:08 -0800 2009 addresses configuration added [calavera]
README.markdown

Integrity

Integrity is your friendly automated Continuous Integration server.

Integrity Growl Notifier

This lets Integrity show Growl notifications after each build is made.

Setup Instructions

Just install this gem via sudo gem install -s http://gems.github.com calavera-integrity-growl and then in your Rackup (ie, config.ru) file:

require "rubygems"
require "notifier/growl"

License

(The MIT License)

Copyright (c) 2009 David Calavera

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.