mirror of
https://github.com/elastic/logstash.git
synced 2025-04-23 22:27:21 -04:00
parent
29c408d2bf
commit
f883d90622
5 changed files with 5 additions and 5 deletions
|
@ -5,4 +5,4 @@
|
|||
# Note to authors: this should not include dashes because 'gem' barfs if
|
||||
# you include a dash in the version string.
|
||||
|
||||
LOGSTASH_CORE_EVENT_JAVA_VERSION = "5.0.0-alpha2"
|
||||
LOGSTASH_CORE_EVENT_JAVA_VERSION = "5.0.0-beta1.snapshot2"
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# encoding: utf-8
|
||||
|
||||
LOGSTASH_CORE_PLUGIN_API = "2.0.0"
|
||||
LOGSTASH_CORE_PLUGIN_API = "2.1.0"
|
||||
|
|
|
@ -17,7 +17,7 @@ Gem::Specification.new do |gem|
|
|||
gem.require_paths = ["lib"]
|
||||
gem.version = LOGSTASH_CORE_PLUGIN_API
|
||||
|
||||
gem.add_runtime_dependency "logstash-core", "5.0.0.alpha2"
|
||||
gem.add_runtime_dependency "logstash-core", "5.0.0.beta1.snapshot2"
|
||||
|
||||
# Make sure we dont build this gem from a non jruby
|
||||
# environment.
|
||||
|
|
|
@ -5,4 +5,4 @@
|
|||
# Note to authors: this should not include dashes because 'gem' barfs if
|
||||
# you include a dash in the version string.
|
||||
|
||||
LOGSTASH_CORE_VERSION = "5.0.0-alpha2"
|
||||
LOGSTASH_CORE_VERSION = "5.0.0-beta1.snapshot2"
|
||||
|
|
|
@ -17,7 +17,7 @@ Gem::Specification.new do |gem|
|
|||
gem.require_paths = ["lib"]
|
||||
gem.version = LOGSTASH_CORE_VERSION.gsub(/-/, '.')
|
||||
|
||||
gem.add_runtime_dependency "logstash-core-event-java", "~> 5.0.0.alpha2"
|
||||
gem.add_runtime_dependency "logstash-core-event-java", "5.0.0.beta1.snapshot2"
|
||||
|
||||
gem.add_runtime_dependency "cabin", "~> 0.8.0" #(Apache 2.0 license)
|
||||
gem.add_runtime_dependency "pry", "~> 0.10.1" #(Ruby license)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue