Skip to content

Commit

Permalink
Use filewatch 0.7.1, bump version and add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
guyboertje authored and Guy Boertje committed Jan 4, 2016
1 parent 202074c commit 795fbee
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.3
- Use ruby-filewatch 0.7.1, re-enable close after file is modified again

## 2.1.2
- Isolate test helper class in their own namespace

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.2'
s.version = '2.1.3'
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 @@ -24,7 +24,7 @@ Gem::Specification.new do |s|

s.add_runtime_dependency 'logstash-codec-plain'
s.add_runtime_dependency 'addressable'
s.add_runtime_dependency 'filewatch', ['>= 0.7.0', '~> 0.7']
s.add_runtime_dependency 'filewatch', ['>= 0.7.1', '~> 0.7']
s.add_runtime_dependency 'logstash-codec-multiline', ['~> 2.0.5']

s.add_development_dependency 'stud', ['~> 0.0.19']
Expand Down

0 comments on commit 795fbee

Please sign in to comment.