Skip to content

Commit

Permalink
fix LS core dep line
Browse files Browse the repository at this point in the history
add changelog entry

Fixes logstash-plugins#91
  • Loading branch information
guyboertje authored and Guy Boertje committed Dec 30, 2015
1 parent 61142ab commit 4a59f3b
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 @@
## 2.1.1
- Correct LS core dependency version

## 2.1.0
- Implement new config options: ignore_older and close_older. When close_older is set, any buffered data will be flushed.
- Fixes [#81](https://github.com/logstash-plugins/logstash-input-file/issues/81)
Expand Down
4 changes: 2 additions & 2 deletions logstash-input-file.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|

s.name = 'logstash-input-file'
s.version = '2.1.0'
s.version = '2.1.1'
s.licenses = ['Apache License (2.0)']
s.summary = "Stream events from files."
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" => "input" }

# Gem dependencies
s.add_runtime_dependency "logstash-core", ">= 2.0.0", "< 3.0.0.alpha0"
s.add_runtime_dependency "logstash-core", ">= 2.0.0", "< 3.0.0"

s.add_runtime_dependency 'logstash-codec-plain'
s.add_runtime_dependency 'addressable'
Expand Down

0 comments on commit 4a59f3b

Please sign in to comment.