logstash-codec-json 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: c3d9f3a14750c5a7947c6d48f41fe6470b075790
4
- data.tar.gz: a5f106f7711d5dbbc446944dd6cf4933984ad3a4
2
+ SHA256:
3
+ metadata.gz: 4fbc7048c1e7bf8e2daa8ae41caaeb1ed8ff568f1016fb99628127da820de131
4
+ data.tar.gz: ddb23538dc6fd15c7f4c5fbab08e5c6ea1e697a0d0c6ce9670f3d41c2189fa0a
5
5
  SHA512:
6
- metadata.gz: 634e5a1f8d315c6a09698c897f567d6c06eb28b51354484c998185c724a275d9acb47e296d779175a4f1f07b02143494e1fd3f426ce05303702e48a432e36c14
7
- data.tar.gz: 0eda183e351375d37ad503604eb4ddeab929c8feff94212df80b6c55aeda12ed28cfb0a3fcd4dfaa8a13e6dbff8790fd9696195e44004a3bb8c30420e8163d12
6
+ metadata.gz: 269807ea67c80fbe60e4b2fc3232c180b13ba55894dc1d3ba6f6c0925d7a64539ab08854b739b5bb9ca495fd0594c1fc8ea560602c2ef8a6e615952d0a48a8f2
7
+ data.tar.gz: bba61ccef220c1e3101d8630d2627b263e013b6ec1dcefe771c6fe8829f680b4edb95a27dc5df0f5913a7945cc7e31e901cbf579e87c9a9222e463d45eee6853
@@ -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'
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 may be used to decode (via inputs) and encode (via outputs) full JSON messages"
6
+ s.summary = "Reads JSON formatted content, creating one event per element in a JSON array"
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
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
@@ -44,7 +44,9 @@ dependencies:
44
44
  - - ">="
45
45
  - !ruby/object:Gem::Version
46
46
  version: '0'
47
- 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
47
+ description: This gem is a Logstash plugin required to be installed on top of the
48
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
49
+ gem is not a stand-alone program
48
50
  email: info@elastic.co
49
51
  executables: []
50
52
  extensions: []
@@ -82,9 +84,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
82
84
  version: '0'
83
85
  requirements: []
84
86
  rubyforge_project:
85
- rubygems_version: 2.4.8
87
+ rubygems_version: 2.6.11
86
88
  signing_key:
87
89
  specification_version: 4
88
- summary: This codec may be used to decode (via inputs) and encode (via outputs) full JSON messages
90
+ summary: Reads JSON formatted content, creating one event per element in a JSON array
89
91
  test_files:
90
92
  - spec/codecs/json_spec.rb