- add cabin

This commit is contained in:
Jordan Sissel 2011-10-14 10:03:29 -07:00
parent 3467c8868a
commit 6dcac8a051

View file

@ -4,6 +4,7 @@ def jruby?
return RUBY_ENGINE == "jruby"
end
gem "cabin" # for logging, Apache 2 license
gem "bunny" # for amqp support, MIT-style license
gem "uuidtools" # for naming amqp queues, License ???
gem "filewatch", "~> 0.3.0" # for file tailing, BSD License