Skip to content

Commit 8bf81b4

Browse files
bump version to 2.1.1
1 parent f4d3017 commit 8bf81b4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Gemfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
source 'https://rubygems.org'
2-
gemspec
2+
gemspec
3+
gem "logstash-core", :path => "/Users/colin/dev/src/elasticsearch/logstash/logstash-core"
4+
gem "logstash-core-event-java", :path => "/Users/colin/dev/src/elasticsearch/logstash/logstash-core-event-java"

logstash-codec-json_lines.gemspec

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

33
s.name = 'logstash-codec-json_lines'
4-
s.version = '2.1.0'
4+
s.version = '2.1.1'
55
s.licenses = ['Apache License (2.0)']
66
s.summary = "This codec will decode streamed JSON that is newline delimited."
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"

0 commit comments

Comments
 (0)