Skip to content

Instantly share code, notes, and snippets.

@lbt
Created June 18, 2010 12:23
Show Gist options
  • Save lbt/443578 to your computer and use it in GitHub Desktop.
Save lbt/443578 to your computer and use it in GitHub Desktop.
source "http://rubygems.org"
gem 'daemon-kit', :git =>"git://github.com/kennethkalmer/daemon-kit.git"
gem 'amqp', :git =>"git://github.com/tmm1/amqp.git"
gem 'ruote', :path => "../ruote/ruote"
gem 'ruote-amqp', :path => "../ruote/ruote-amqp"
gem 'rspec'
gem 'eventmachine'
gem 'json'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment