- add filewatch

This commit is contained in:
Jordan Sissel 2011-06-30 17:34:26 -07:00
parent ce67dbcefb
commit 529e6c726e
2 changed files with 4 additions and 1 deletions

View file

@ -2,7 +2,7 @@ source :rubygems
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 "filewatch", "~> 0.2.5" # for file tailing, BSD License
gem "jls-grok", "~> 0.4.7" # for grok filter, BSD License
gem "jruby-elasticsearch", "~> 0.0.9" # BSD License
gem "stomp" # for stomp protocol, Apache 2.0 License
@ -13,6 +13,7 @@ gem "rack" # License: MIT
gem "mizuno" # License: Apache 2.0
gem "sinatra" # License: MIT-style
gem "haml" # License: MIT
gem "sass" # License: MIT
# TODO(sissel): Put this into a group that's only used for monolith packaging
gem "mongo" # outputs/mongodb, License: Apache 2.0

View file

@ -25,6 +25,7 @@ GEM
rack (1.3.0)
rake (0.9.2)
redis (2.2.1)
sass (3.1.3)
sinatra (1.2.6)
rack (~> 1.1)
tilt (>= 1.2.2, < 2.0)
@ -54,6 +55,7 @@ DEPENDENCIES
mongo
rack
redis
sass
sinatra
spoon
stomp