logstash-codec-json_lines 3.0.4 → 3.0.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 8f380ea9f4bb79189ef98d036a560f1027e41ce6
4
- data.tar.gz: aaa811e551a9e849ddd08bfee4707d71539df249
2
+ SHA256:
3
+ metadata.gz: 2c6b63f3d0477d5d4cd13473d2f71d4c807720dd3c7bd413ec9e2086af855c27
4
+ data.tar.gz: 8e71437c1f8162d45a8209c6b9c4aa4659ae4f054725395fe0dd16db69a09127
5
5
  SHA512:
6
- metadata.gz: 0ed88ad930f341e01ba397f92a7d6c139ea577d442f4fb5b7d3ebdbe73b2cdc3e0b59c5513fa070be2d8f468602b3541b2d9682896b130950ee9c7674a58c8b0
7
- data.tar.gz: 1c7e8a665398f23dedfca4ae462c45573a1df181fffa55143efeb1d88ce46019f024dbe1a11d9e156097e680c16e037ffc13928ca113dfd90626160485ff190b
6
+ metadata.gz: a8f96aaf3289f31e3414ff8d3d7bd19dbf309655b6c79940ae9d76e8e046f7809dd64975f88aad1fd0d6d59814593667df79dd52c9ea32c7ccccf701bacd5265
7
+ data.tar.gz: 5e37cbe8765a7600f0830f9aa9b2e476d69c77c2c1cc1c44918dec3e8897505d2a106ed8577d3b6f52ca181831c78a43b92967c1f13a63b4970f21ed922ea267
@@ -1,3 +1,6 @@
1
+ ## 3.0.5
2
+ - Update gemspec summary
3
+
1
4
  ## 3.0.4
2
5
  - Fix some documentation issues
3
6
 
@@ -1,9 +1,9 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-codec-json_lines'
4
- s.version = '3.0.4'
4
+ s.version = '3.0.5'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "This codec will decode streamed JSON that is newline delimited."
6
+ s.summary = "Reads newline-delimited JSON"
7
7
  s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program"
8
8
  s.authors = ["Elastic"]
9
9
  s.email = 'info@elastic.co'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-codec-json_lines
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.4
4
+ version: 3.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-15 00:00:00.000000000 Z
11
+ date: 2017-11-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -58,7 +58,9 @@ dependencies:
58
58
  - - ">="
59
59
  - !ruby/object:Gem::Version
60
60
  version: '0'
61
- description: This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program
61
+ description: This gem is a Logstash plugin required to be installed on top of the
62
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
63
+ gem is not a stand-alone program
62
64
  email: info@elastic.co
63
65
  executables: []
64
66
  extensions: []
@@ -96,9 +98,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
96
98
  version: '0'
97
99
  requirements: []
98
100
  rubyforge_project:
99
- rubygems_version: 2.4.8
101
+ rubygems_version: 2.6.11
100
102
  signing_key:
101
103
  specification_version: 4
102
- summary: This codec will decode streamed JSON that is newline delimited.
104
+ summary: Reads newline-delimited JSON
103
105
  test_files:
104
106
  - spec/codecs/json_lines_spec.rb