From e434d42afeb0ba936555f7c2fb562801c290d08b Mon Sep 17 00:00:00 2001 From: Joao Duarte Date: Thu, 19 Feb 2015 11:37:25 +0000 Subject: [PATCH] bumped version to 0.1.4 --- 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 58da7c6..5cee7da 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.3' + s.version = '0.1.4' 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.5.1'] + s.add_runtime_dependency 'filewatch', ['0.6.1'] s.add_development_dependency 'logstash-devutils' end