From cf0aee1fd6968f0d16eaba0435c711351e32a771 Mon Sep 17 00:00:00 2001 From: Pier-Hugues Pellerin Date: Wed, 14 Oct 2015 14:02:28 -0400 Subject: [PATCH] dependency logstash-core >= 2.0.0.beta2 < 3.0.0 --- 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 cd15d1c..ccf3f52 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.0.1' + s.version = '2.0.2' 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" @@ -20,7 +20,7 @@ Gem::Specification.new do |s| s.metadata = { "logstash_plugin" => "true", "logstash_group" => "input" } # Gem dependencies - s.add_runtime_dependency "logstash-core", ">= 2.0.0.snapshot", "< 3.0.0" + s.add_runtime_dependency "logstash-core", ">= 2.0.0.beta2", "< 3.0.0" s.add_runtime_dependency 'logstash-codec-plain' s.add_runtime_dependency 'addressable'