shadowaspect / twitter_notifier

A CruiseControl.rb builder plugin to post build failures to a twitter account

This URL has Read+Write access

name age message
file .gitignore Loading commit data...
file README
file Rakefile
file config.yml
file init.rb
directory lib/
directory test/
directory vendor/
README
h2. What's this?

A Twitter notifier for CruiseControl.rb

h2. Installation

# change into the builder_plugins directory and clone this repository.
# Create a config.yml file in the main project directory with 2 keys, username and password (for your twitter account 
obviously)

h2. Thanks

This code is based on a plugin we use at work, (which in turn was forked from the Growl Notification plugin) so cheers 
to all involved for letting me nick your codes!