- more filewatch

This commit is contained in:
Jordan Sissel 2011-04-12 17:40:08 -07:00
parent 1afe27394c
commit f19e783d7f
2 changed files with 4 additions and 3 deletions

View file

@ -2,7 +2,7 @@ source :rubygems
gem "bunny" # for amqp support
gem "uuidtools" # for naming amqp queues
gem "filewatch" # for file tailing
gem "filewatch", "~> 0.2.1" # for file tailing
gem "jls-grok", "~> 0.4.3"
gem "jruby-elasticsearch", "~> 0.0.6"
gem "stomp" # for stomp protocol

View file

@ -5,7 +5,8 @@ GEM
daemons (1.1.2)
eventmachine (0.12.10-java)
ffi (0.6.3-java)
filewatch (0.1.2)
filewatch (0.2.1)
ffi
haml (3.0.25)
hoe (2.9.4)
rake (>= 0.8.7)
@ -35,7 +36,7 @@ PLATFORMS
DEPENDENCIES
bunny
filewatch
filewatch (~> 0.2.1)
haml
jls-grok (~> 0.4.3)
jruby-elasticsearch (~> 0.0.6)