Skip to content

Commit

Permalink
bump filewatch dpendency
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvd authored and jordansissel committed Aug 12, 2015
1 parent c67d8de commit 08e80a2
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
@@ -0,0 +1,3 @@
## 1.0.1
- Force dependency on filewatch >= 0.6.5 that fixes a sincedb bug
- Better documentation and error handling regarding the "sincedb_path" parameter
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 = '1.0.0'
s.version = '1.0.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 @@ -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.6.4', '~> 0.6']
s.add_runtime_dependency 'filewatch', ['>= 0.6.5', '~> 0.6']

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

0 comments on commit 08e80a2

Please sign in to comment.