public
Description: Sinatra app that pushes your Github Commit info to Campfire
Homepage:
Clone URL: git://github.com/jnewland/github-campfire.git
commit  7c141a6a2a7868c8c812ddc8332db16c056d4236
tree    7150bc873e8a56050d9bb436c55cad43e461d448
parent  7f70dfb8682abb97183ed8400b75c2c3b142831c
name age message
file .gitignore Fri Feb 15 19:36:17 -0800 2008 initial version [Jesse Newland]
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... [bricolage]
directory lib/ Thu Jul 24 10:44:30 -0700 2008 Handle new-style github payloads with commits a... [eventualbuddha]
directory servers/ Tue Jul 15 13:13:07 -0700 2008 Oh yeah, the error message should be there too. [eventualbuddha]
directory spec/ Thu Jul 24 10:44:30 -0700 2008 Handle new-style github payloads with commits a... [eventualbuddha]
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