Skip to content

Commit

Permalink
use filewatch 0.6.2 or higher
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvd authored and jordansissel committed Apr 14, 2015
1 parent c4f93df commit d74d063
Showing 1 changed file with 2 additions and 2 deletions.
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 = '0.1.7'
s.version = '0.1.8'
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.1']
s.add_runtime_dependency 'filewatch', ['>= 0.6.2', '~> 0.6']

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

0 comments on commit d74d063

Please sign in to comment.