bring in filewatch 0.3.2

This commit is contained in:
Pete Fritchman 2012-01-02 11:58:15 -05:00
parent 4a012474e3
commit 9d4be968c9
2 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@ end
gem "cabin", "0.1.7" # 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
gem "filewatch", "0.3.2" # for file tailing, BSD License
gem "jls-grok", "0.9.4" # for grok filter, BSD License
jruby? and gem "jruby-elasticsearch", "0.0.11" # BSD License
gem "stomp" # for stomp protocol, Apache 2.0 License

View file

@ -10,7 +10,7 @@ GEM
json
columnize (0.3.4)
ffi-rzmq (0.9.0)
filewatch (0.3.0)
filewatch (0.3.2)
gelf (1.1.3)
json
gelfd (0.2.0)
@ -64,7 +64,7 @@ DEPENDENCIES
bunny
cabin (= 0.1.7)
ffi-rzmq (= 0.9.0)
filewatch (= 0.3.0)
filewatch (= 0.3.2)
gelf
gelfd (= 0.2.0)
gmetric (= 0.1.3)