Skip to content

Commit

Permalink
Update logstash-filter-rest.gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
lucashenning committed Apr 8, 2016
1 parent e5c2431 commit 9ac7363
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions logstash-filter-rest.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'logstash-filter-rest'
s.version = '0.1.5'
s.version = '0.1.6'
s.licenses = ['Apache License (2.0)']
s.summary = "This filter requests data from a RESTful Web Service."
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"
Expand All @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.metadata = { "logstash_plugin" => "true", "logstash_group" => "filter" }

# Gem dependencies
s.add_runtime_dependency "logstash-core", '>= 1.5.0', '< 2.0.0'
s.add_runtime_dependency "logstash-core", '>= 1.5.0', '< 3.0.0'
s.add_runtime_dependency "rest-client", '>= 1.8.0'
s.add_runtime_dependency 'logstash-codec-json'
s.add_development_dependency 'logstash-devutils'
Expand Down

0 comments on commit 9ac7363

Please sign in to comment.