Skip to content

Commit

Permalink
bumped version to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvd committed Feb 19, 2015
1 parent 08b4a17 commit e434d42
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.3'
s.version = '0.1.4'
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.5.1']
s.add_runtime_dependency 'filewatch', ['0.6.1']

s.add_development_dependency 'logstash-devutils'
end
Expand Down

0 comments on commit e434d42

Please sign in to comment.