Skip to content

Commit

Permalink
dependency logstash-core-plugin-api >= 1.60 <= 2.99
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvd committed Jul 14, 2016
1 parent 66d0258 commit d772a54
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 5.0.1
- Relax constraint on logstash-core-plugin-api to >= 1.60 <= 2.99

## 5.0.0
- Kafka 0.10 broker producer
## 4.0.0
Expand Down
4 changes: 2 additions & 2 deletions logstash-output-kafka.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|

s.name = 'logstash-output-kafka'
s.version = '5.0.0'
s.version = '5.0.1'
s.licenses = ['Apache License (2.0)']
s.summary = 'Output events to a Kafka topic. This uses the Kafka Producer API to write messages to a topic on the broker'
s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program"
Expand All @@ -25,7 +25,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'jar-dependencies', '~> 0.3.2'

# Gem dependencies
s.add_runtime_dependency "logstash-core-plugin-api", "~> 2.0"
s.add_runtime_dependency "logstash-core-plugin-api", ">= 1.60", "<= 2.99"
s.add_runtime_dependency 'logstash-codec-plain'
s.add_runtime_dependency 'logstash-codec-json'

Expand Down

0 comments on commit d772a54

Please sign in to comment.