Skip to content

Commit 51cded0

Browse files
committed
Update dependencies to logstash-core 2.0 and udate the major version
1 parent e148237 commit 51cded0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

logstash-input-sqlite.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Gem::Specification.new do |s|
22

33
s.name = 'logstash-input-sqlite'
4-
s.version = '0.1.4'
4+
s.version = '2.0.0'
55
s.licenses = ['Apache License (2.0)']
66
s.summary = "Read rows from an sqlite database."
77
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"
@@ -20,7 +20,7 @@ Gem::Specification.new do |s|
2020
s.metadata = { "logstash_plugin" => "true", "logstash_group" => "input" }
2121

2222
# Gem dependencies
23-
s.add_runtime_dependency "logstash-core", '>= 1.4.0', '< 2.0.0'
23+
s.add_runtime_dependency "logstash-core", ">= 2.0.0", "< 3.0.0"
2424

2525
s.add_runtime_dependency 'sequel'
2626
s.add_runtime_dependency 'jdbc-sqlite3'

0 commit comments

Comments
 (0)