Skip to content

Commit

Permalink
bump version to 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
colinsurprenant committed Feb 5, 2016
1 parent 1d6612c commit 257cbd7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 2.0.5
- Directly use buftok to avoid indirection through the line codec https://github.com/logstash-plugins/logstash-codec-json_lines/pull/18

## 2.0.4
- Support for customizable delimiter

Expand Down
4 changes: 2 additions & 2 deletions logstash-codec-json_lines.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|

s.name = 'logstash-codec-json_lines'
s.version = '2.0.4'
s.version = '2.0.5'
s.licenses = ['Apache License (2.0)']
s.summary = "This codec will decode streamed JSON that is newline delimited."
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"
Expand All @@ -11,7 +11,7 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]

# Files
s.files = Dir['lib/**/*','spec/**/*','vendor/**/*','*.gemspec','*.md','CONTRIBUTORS','Gemfile','LICENSE','NOTICE.TXT']
s.files = Dir['lib/**/*','spec/**/*','*.gemspec','*.md','CONTRIBUTORS','Gemfile','LICENSE','NOTICE.TXT']

# Tests
s.test_files = s.files.grep(%r{^(test|spec|features)/})
Expand Down

0 comments on commit 257cbd7

Please sign in to comment.