diff --git a/CHANGELOG.md b/CHANGELOG.md index 7978585..b0c82db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 2.1.3 + - Use ruby-filewatch 0.7.1, re-enable close after file is modified again + ## 2.1.2 - Isolate test helper class in their own namespace diff --git a/logstash-input-file.gemspec b/logstash-input-file.gemspec index c68b9af..281a9f9 100644 --- a/logstash-input-file.gemspec +++ b/logstash-input-file.gemspec @@ -1,7 +1,7 @@ Gem::Specification.new do |s| s.name = 'logstash-input-file' - s.version = '2.1.2' + s.version = '2.1.3' s.licenses = ['Apache License (2.0)'] s.summary = "Stream events from files." s.description = "This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not a stand-alone program" @@ -24,7 +24,7 @@ Gem::Specification.new do |s| s.add_runtime_dependency 'logstash-codec-plain' s.add_runtime_dependency 'addressable' - s.add_runtime_dependency 'filewatch', ['>= 0.7.0', '~> 0.7'] + s.add_runtime_dependency 'filewatch', ['>= 0.7.1', '~> 0.7'] s.add_runtime_dependency 'logstash-codec-multiline', ['~> 2.0.5'] s.add_development_dependency 'stud', ['~> 0.0.19']