Skip to content

Commit

Permalink
dependency logstash-core-plugin-api ~> 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ph committed Mar 24, 2016
1 parent 50fadc0 commit 4e649cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# 3.1.2
- Depend on logstash-core-plugin-api instead of logstash-core, removing the need to mass update plugins on major releases of logstash
# 3.1.1
- New dependency requirements for logstash-core for the 5.0 release
## 3.1.0
Expand Down
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 = '3.1.1'
s.version = '3.1.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", "< 6.0.0.alpha1"
s.add_runtime_dependency "logstash-core-plugin-api", "~> 1.0"

s.add_runtime_dependency 'stud'
s.add_runtime_dependency 'manticore'
Expand Down

0 comments on commit 4e649cb

Please sign in to comment.