public
Description: A Post Receive HTTP Server template project for use with GitHub
Homepage:
Clone URL: git://github.com/raggi/github_post_receive_server.git
name age message
file .gitignore Loading commit data...
file LICENSE Sat May 10 17:25:23 -0700 2008 * A working template project for a rack based ... [raggi]
file README
file Rakefile Sat May 10 17:45:46 -0700 2008 * Fixed nomenclature, just renamed everything ... [raggi]
file TODO Sat May 10 17:25:23 -0700 2008 * A working template project for a rack based ... [raggi]
directory bin/
directory lib/
directory spec/
README
GitHub Post Commit Server
=========================

This is a template server for using with the github callbacks. Extend it, make
it your own, enjoy it. I've added a rackup for those of you that would prefer
to use an evented server for this application. (It's kinda ideal in this case)

Sadly, the way rubygems packs up binaries, I will need some assistance making
the rackup work from the default binary install path.