public
Description: Sinatra app that pushes your Github Commit info to Campfire
Clone URL: git://github.com/jnewland/github-campfire.git
commit  7c141a6a2a7868c8c812ddc8332db16c056d4236
tree    7150bc873e8a56050d9bb436c55cad43e461d448
parent  7f70dfb8682abb97183ed8400b75c2c3b142831c
README
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