- Add beanstalk-client

- Add notes about licenses on each dependency.
This commit is contained in:
Jordan Sissel 2011-05-16 01:07:04 -07:00
parent 7e84aead36
commit a20a8ddb03
2 changed files with 18 additions and 16 deletions

32
Gemfile
View file

@ -1,24 +1,24 @@
source :rubygems
gem "bunny" # for amqp support
gem "uuidtools" # for naming amqp queues
gem "filewatch", "~> 0.2.3" # for file tailing
gem "jls-grok", "~> 0.4.7" # for grok filter
gem "jruby-elasticsearch", "~> 0.0.7"
gem "stomp" # for stomp protocol
gem "json"
gem "awesome_print"
gem "bunny" # for amqp support, MIT-style license
gem "uuidtools" # for naming amqp queues, License ???
gem "filewatch", "~> 0.2.3" # for file tailing, BSD License
gem "jls-grok", "~> 0.4.7" # for grok filter, BSD License
gem "jruby-elasticsearch", "~> 0.0.7", BSD License
gem "stomp" # for stomp protocol, Apache 2.0 License
gem "json" # Ruby license
gem "awesome_print" # MIT License
gem "rack"
gem "mizuno"
gem "sinatra"
gem "haml"
gem "rack" # License: MIT
gem "mizuno" # License: Apache 2.0
gem "sinatra" # License: MIT-style
gem "haml" # License: MIT
# TODO(sissel): Put this into a group that's only used for monolith packaging
gem "mongo" # outputs/mongodb
gem "redis" # outputs/redis
gem "gelf" # outputs/gelf
gem "mongo" # outputs/mongodb, License: Apache 2.0
gem "redis" # outputs/redis, License: MIT-style
gem "beanstalk-client" # for beanstalk support, License: GPL3
gem "gelf" # outputs/gelf, # License: MIT-style
# For testing/dev
group :development do

View file

@ -2,6 +2,7 @@ GEM
remote: http://rubygems.org/
specs:
awesome_print (0.3.2)
beanstalk-client (1.1.0)
bson (1.3.0-java)
bunny (0.6.0)
daemons (1.1.2)
@ -43,6 +44,7 @@ PLATFORMS
DEPENDENCIES
awesome_print
beanstalk-client
bunny
filewatch (~> 0.2.3)
gelf