public
Fork of benburkert/cruisecontrolrb
Description: CruiseControl.rb is a continuous integration tool, written in Ruby. It is quick to install, simple to use and easy to hack.
Homepage: http://cruisecontrolrb.thoughtworks.com/
Clone URL: git://github.com/dustin/cruisecontrolrb.git
cruisecontrolrb / DEPENDENCIES
100644 12 lines (9 sloc) 0.234 kb
1
2
3
4
5
6
7
8
9
10
11
12
== For git support
 
You'll need Git:
 * http://git.or.cz/#download for instructions
 
To the following gems:
 * mojombo-grit
 * open4
 * mime-types
 
For a beanstalk-based notifier, you'll need the following:
  * dustin-beanstalk-client