public
Description: Sinatra app that pushes your Github Commit info to Campfire
Homepage:
Clone URL: git://github.com/jnewland/github-campfire.git
name age message
file .gitignore Fri Feb 15 19:36:17 -0800 2008 initial version [jnewland]
file README Sat Jun 14 10:52:29 -0700 2008 Update README. [eventualbuddha]
file config.yml.example Wed Apr 02 12:03:09 -0700 2008 * Add config param for Campfire with SSL (defau... [Matt Pelletier]
directory lib/ Loading commit data...
directory servers/ Tue Jul 15 13:13:07 -0700 2008 Oh yeah, the error message should be there too. [eventualbuddha]
directory spec/
github-campfire
===============

Toss your github pushes to Campfire

requirements
============
sudo gem install json tinder (sinatra|merb-core)

instructions
============
cp config.yml.example config.yml
vim config.yml
# sinatra
ruby servers/sinatra.rb
# merb-core
merb -I servers/merb-core.rb