- update to jruby-elasticsearch 0.0.11

This commit is contained in:
Jordan Sissel 2011-10-14 19:34:35 -07:00
parent 4b3a591059
commit 2e3a977e1b
3 changed files with 3 additions and 5 deletions

View file

@ -9,7 +9,7 @@ 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 "jls-grok", "0.9.0" # for grok filter, BSD License
jruby? and gem "jruby-elasticsearch", "~> 0.0.10" # BSD License
jruby? and gem "jruby-elasticsearch", "~> 0.0.11" # BSD License
gem "stomp" # for stomp protocol, Apache 2.0 License
gem "json" # Ruby license
gem "awesome_print" # MIT License

View file

@ -52,7 +52,7 @@ DEPENDENCIES
gmetric (~> 0.1.3)
haml
jls-grok (= 0.9.0)
jruby-elasticsearch (~> 0.0.10)
jruby-elasticsearch (~> 0.0.11)
jruby-openssl
json
minitest

View file

@ -27,13 +27,11 @@ Gem::Specification.new do |spec|
spec.add_dependency("json")
# New for our JRuby stuff
spec.add_dependency("file-tail")
spec.add_dependency("jruby-elasticsearch", ">= 0.0.2")
spec.add_dependency "bunny" # for amqp support
spec.add_dependency "uuidtools" # for naming amqp queues
spec.add_dependency "filewatch", "~> 0.2.3" # for file tailing
spec.add_dependency "jls-grok", "~> 0.9.0" # for grok filter
spec.add_dependency "jruby-elasticsearch", "~> 0.0.7"
spec.add_dependency "jruby-elasticsearch", "~> 0.0.11"
spec.add_dependency "stomp" # for stomp protocol
spec.add_dependency "json"
spec.add_dependency "awesome_print"