Skip to content

Commit 310520f

Browse files
committed
Create 2.3.0.snapshot5
1 parent 4567a42 commit 310520f

File tree

9 files changed

+21
-21
lines changed

9 files changed

+21
-21
lines changed

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# If you modify this file manually all comments and formatting will be lost.
33

44
source "https://rubygems.org"
5-
gem "logstash-core", "2.3.0.snapshot4"
6-
gem "logstash-core-event-java", "2.3.0.snapshot4"
7-
gem "logstash-core-plugin-api", "1.1.0"
5+
gem "logstash-core", "2.3.0.snapshot5"
6+
gem "logstash-core-event-java", "2.3.0.snapshot5"
7+
gem "logstash-core-plugin-api", "1.2.0"
88
gem "file-dependencies", "0.1.6"
99
gem "ci_reporter_rspec", "1.0.0", :group => :development
1010
gem "simplecov", :group => :development

Gemfile.jruby-1.9.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ GEM
1919
nokogiri (>= 1.4.4)
2020
backports (3.6.8)
2121
benchmark-ips (2.5.0)
22-
bindata (2.2.0)
22+
bindata (2.3.0)
2323
buftok (0.2.0)
2424
builder (3.2.2)
2525
cabin (0.8.1)
@@ -156,7 +156,7 @@ GEM
156156
logstash-codec-rubydebug (2.0.7)
157157
awesome_print
158158
logstash-core-plugin-api (~> 1.0)
159-
logstash-core (2.3.0.snapshot4-java)
159+
logstash-core (2.3.0.snapshot5-java)
160160
cabin (~> 0.8.0)
161161
clamp (~> 0.6.5)
162162
concurrent-ruby (= 0.9.2)
@@ -165,18 +165,18 @@ GEM
165165
i18n (= 0.6.9)
166166
jrjackson (~> 0.3.7)
167167
jruby-openssl (= 0.9.13)
168-
logstash-core-event-java (= 2.3.0.snapshot4)
168+
logstash-core-event-java (= 2.3.0.snapshot5)
169169
minitar (~> 0.5.4)
170170
pry (~> 0.10.1)
171171
rubyzip (~> 1.1.7)
172172
stud (~> 0.0.19)
173173
thread_safe (~> 0.3.5)
174174
treetop (< 1.5.0)
175-
logstash-core-event-java (2.3.0.snapshot4-java)
175+
logstash-core-event-java (2.3.0.snapshot5-java)
176176
jar-dependencies
177177
ruby-maven (~> 3.3.9)
178-
logstash-core-plugin-api (1.1.0-java)
179-
logstash-core (>= 2.0.0, <= 2.3.0.snapshot4)
178+
logstash-core-plugin-api (1.2.0-java)
179+
logstash-core (>= 2.0.0, <= 2.3.0.snapshot5)
180180
logstash-devutils (0.0.18-java)
181181
gem_publisher
182182
insist (= 1.0.0)
@@ -575,7 +575,7 @@ GEM
575575
spoon (~> 0.0)
576576
puma (2.16.0-java)
577577
rack (1.6.4)
578-
rake (11.1.1)
578+
rake (11.1.2)
579579
redis (3.2.2)
580580
rspec (3.1.0)
581581
rspec-core (~> 3.1.0)
@@ -670,9 +670,9 @@ DEPENDENCIES
670670
logstash-codec-oldlogstashjson
671671
logstash-codec-plain
672672
logstash-codec-rubydebug
673-
logstash-core (= 2.3.0.snapshot4)
674-
logstash-core-event-java (= 2.3.0.snapshot4)
675-
logstash-core-plugin-api (= 1.1.0)
673+
logstash-core (= 2.3.0.snapshot5)
674+
logstash-core-event-java (= 2.3.0.snapshot5)
675+
logstash-core-plugin-api (= 1.2.0)
676676
logstash-devutils (~> 0.0.15)
677677
logstash-filter-anonymize
678678
logstash-filter-checksum

logstash-core-event-java/lib/logstash-core-event-java/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# Note to authors: this should not include dashes because 'gem' barfs if
66
# you include a dash in the version string.
77

8-
LOGSTASH_CORE_EVENT_JAVA_VERSION = "2.3.0.snapshot4"
8+
LOGSTASH_CORE_EVENT_JAVA_VERSION = "2.3.0.snapshot5"

logstash-core-event/lib/logstash-core-event/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# Note to authors: this should not include dashes because 'gem' barfs if
66
# you include a dash in the version string.
77

8-
LOGSTASH_CORE_EVENT_VERSION = "2.3.0.snapshot4"
8+
LOGSTASH_CORE_EVENT_VERSION = "2.3.0.snapshot5"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# encoding: utf-8
2-
# 1.1.0 tracks 2.3.0.snapshot4
3-
LOGSTASH_CORE_PLUGIN_API = "1.1.0"
2+
# 1.2.0 tracks 2.3.0.snapshot5
3+
LOGSTASH_CORE_PLUGIN_API = "1.2.0"

logstash-core-plugin-api/logstash-core-plugin-api.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Gem::Specification.new do |gem|
1717
gem.require_paths = ["lib"]
1818
gem.version = LOGSTASH_CORE_PLUGIN_API
1919

20-
gem.add_runtime_dependency "logstash-core", ">= 2.0.0", "<= 2.3.0.snapshot4"
20+
gem.add_runtime_dependency "logstash-core", ">= 2.0.0", "<= 2.3.0.snapshot5"
2121

2222
# Make sure we dont build this gem from a non jruby
2323
# environment.

logstash-core/lib/logstash-core/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# Note to authors: this should not include dashes because 'gem' barfs if
66
# you include a dash in the version string.
77

8-
LOGSTASH_CORE_VERSION = "2.3.0.snapshot4"
8+
LOGSTASH_CORE_VERSION = "2.3.0.snapshot5"

logstash-core/lib/logstash/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
# eventually this file should be in the root logstash lib fir and dependencies in logstash-core should be
1212
# fixed.
1313

14-
LOGSTASH_VERSION = "2.3.0.snapshot4"
14+
LOGSTASH_VERSION = "2.3.0.snapshot5"

logstash-core/logstash-core.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Gem::Specification.new do |gem|
1717
gem.require_paths = ["lib"]
1818
gem.version = LOGSTASH_CORE_VERSION
1919

20-
gem.add_runtime_dependency "logstash-core-event-java", "2.3.0.snapshot4"
20+
gem.add_runtime_dependency "logstash-core-event-java", "2.3.0.snapshot5"
2121

2222
gem.add_runtime_dependency "cabin", "~> 0.8.0" #(Apache 2.0 license)
2323
gem.add_runtime_dependency "pry", "~> 0.10.1" #(Ruby license)

0 commit comments

Comments
 (0)