Skip to content

Commit

Permalink
dependency logstash-core >= 2.0.0.beta2 < 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ph committed Oct 14, 2015
1 parent 721c7b8 commit 91f835d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions logstash-output-influxdb.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|

s.name = 'logstash-output-influxdb'
s.version = '2.0.1'
s.version = '2.0.2'
s.licenses = ['Apache License (2.0)']
s.summary = "This output lets you output Metrics to InfluxDB"
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 @@ -20,7 +20,7 @@ Gem::Specification.new do |s|
s.metadata = { "logstash_plugin" => "true", "logstash_group" => "output" }

# 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 'stud'
s.add_runtime_dependency 'ftw', ['~> 0.0.40']
Expand Down

0 comments on commit 91f835d

Please sign in to comment.