mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
bump jls-lumberjack gem version
This commit is contained in:
parent
38686ada12
commit
977d772c55
2 changed files with 3 additions and 1 deletions
|
@ -16,6 +16,7 @@
|
|||
encoded log files. This should help resolve the many UTF-8 bugs that were
|
||||
reported recently.
|
||||
- bugfix: zeromq: 'topology' is now a required setting
|
||||
- lumberjack: jls-lumberjack gem updated to 0.0.6
|
||||
|
||||
## filters
|
||||
- improvement: grok: now accepts (?<foo>...) named captures. This lets you
|
||||
|
@ -37,6 +38,7 @@
|
|||
field as a mongodb date instead of a string. (#224, patch by Kevin Amorin)
|
||||
- improvement: gelf: Allow full_message gelf property to be overridden (#245,
|
||||
patch by Sébastien Masset)
|
||||
- lumberjack: jls-lumberjack gem updated to 0.0.6
|
||||
|
||||
1.1.5 (November 10, 2012)
|
||||
## Overview of this release:
|
||||
|
|
|
@ -53,7 +53,7 @@ Gem::Specification.new do |gem|
|
|||
gem.add_runtime_dependency "uuidtools" # For generating amqp queue names
|
||||
gem.add_runtime_dependency "xml-simple"
|
||||
gem.add_runtime_dependency "xmpp4r", ["0.5"]
|
||||
gem.add_runtime_dependency "jls-lumberjack", ["0.0.4"]
|
||||
gem.add_runtime_dependency "jls-lumberjack", ["0.0.6"]
|
||||
gem.add_runtime_dependency "geoip", [">= 1.1.0"]
|
||||
gem.add_runtime_dependency "beefcake", "0.3.7"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue