From 380629e7ad4482d7852aae9ea5e3ea7f5b4388c9 Mon Sep 17 00:00:00 2001 From: wiibaa Date: Thu, 25 Jun 2015 06:18:15 +0200 Subject: [PATCH] correct logstash dep --- Gemfile | 1 - logstash-filter-date_formatter.gemspec | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index c48c3d1..851fabc 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,2 @@ source 'https://rubygems.org' gemspec -gem "logstash", :github => "elasticsearch/logstash", :branch => "1.5" diff --git a/logstash-filter-date_formatter.gemspec b/logstash-filter-date_formatter.gemspec index 61a226d..798ab03 100644 --- a/logstash-filter-date_formatter.gemspec +++ b/logstash-filter-date_formatter.gemspec @@ -1,7 +1,7 @@ Gem::Specification.new do |s| s.name = 'logstash-filter-date_formatter' - s.version = '0.1.0' + s.version = '0.1.1' s.licenses = ['Apache License (2.0)'] s.summary = "The date_formatter filter is used for formatting date or time from fields containing a time object like @timestamp, and then storing that formatted string in the field defined as target." 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" => "filter" } # Gem dependencies - s.add_runtime_dependency 'logstash', '>= 1.4.0', '< 2.0.0' + s.add_runtime_dependency 'logstash-core', '>= 1.4.0', '< 2.0.0' s.add_development_dependency 'logstash-devutils' end