Integrity Basecamp Notifier Gem

February 10, 2009

Integrity

Integrity is your friendly automated Continuous Integration server.

Integrity Basecamp Notifier

This lets Integrity alert Basecamp after each build is made.

Setup Instructions

Firstly, get yourself a working install of integrity.

Just install this gem via

sudo gem install -s http://gems.github.com pyrat-integrity-basecamp

and then in your Rackup (ie, `config.ru`) file:

require "rubygems"
require "notifier/basecamp"

Now you can set up your projects to alert Basecamp after
each build (just edit the project and the config options should be
there)