mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
parent
cf99988942
commit
0f5089d1f0
8 changed files with 11 additions and 11 deletions
6
Gemfile
6
Gemfile
|
@ -2,9 +2,9 @@
|
|||
# If you modify this file manually all comments and formatting will be lost.
|
||||
|
||||
source "https://rubygems.org"
|
||||
gem "logstash-core", "5.0.0.alpha1.snapshot2"
|
||||
gem "logstash-core-event-java", "5.0.0.alpha1.snapshot2"
|
||||
gem "logstash-core-plugin-api", "1.5.0"
|
||||
gem "logstash-core", "5.0.0.alpha1"
|
||||
gem "logstash-core-event-java", "5.0.0"
|
||||
gem "logstash-core-plugin-api", "1.6.0"
|
||||
gem "file-dependencies", "0.1.6"
|
||||
gem "ci_reporter_rspec", "1.0.0", :group => :development
|
||||
gem "simplecov", :group => :development
|
||||
|
|
|
@ -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-alpha1.snapshot2"
|
||||
LOGSTASH_CORE_EVENT_JAVA_VERSION = "5.0.0-alpha1"
|
||||
|
|
|
@ -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_VERSION = "5.0.0-alpha1.snapshot2"
|
||||
LOGSTASH_CORE_EVENT_VERSION = "5.0.0-alpha1"
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# encoding: utf-8
|
||||
# 1.5.0 tracks 5.0.0-alpha1.snapshot2
|
||||
LOGSTASH_CORE_PLUGIN_API = "1.5.0"
|
||||
# 1.6.0 tracks 5.0.0-alpha1
|
||||
LOGSTASH_CORE_PLUGIN_API = "1.6.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.alpha1.snapshot2"
|
||||
gem.add_runtime_dependency "logstash-core", "5.0.0.alpha1"
|
||||
|
||||
# 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-alpha1.snapshot2"
|
||||
LOGSTASH_CORE_VERSION = "5.0.0-alpha1"
|
||||
|
|
|
@ -11,4 +11,4 @@
|
|||
# eventually this file should be in the root logstash lib fir and dependencies in logstash-core should be
|
||||
# fixed.
|
||||
|
||||
LOGSTASH_VERSION = "5.0.0-alpha1.snapshot2"
|
||||
LOGSTASH_VERSION = "5.0.0-alpha1"
|
||||
|
|
|
@ -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.alpha1.snapshot2"
|
||||
gem.add_runtime_dependency "logstash-core-event-java", "~> 5.0.0.alpha1"
|
||||
|
||||
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