From d74d06321138ac58497853214549e1743e6219fd Mon Sep 17 00:00:00 2001 From: Joao Duarte Date: Tue, 14 Apr 2015 18:42:10 +0100 Subject: [PATCH] use filewatch 0.6.2 or higher Fixes #24 --- logstash-input-file.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/logstash-input-file.gemspec b/logstash-input-file.gemspec index 00d4c39..ffe3761 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 = '0.1.7' + s.version = '0.1.8' 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.6.1'] + s.add_runtime_dependency 'filewatch', ['>= 0.6.2', '~> 0.6'] s.add_development_dependency 'stud', ['~> 0.0.19'] s.add_development_dependency 'logstash-devutils'