logstash-filter-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: 6f23bdf1d900a341082f893723692ea460db92ef
4
- data.tar.gz: ed86bf2c2541192d2fce3bf128427197fc9f0c3e
2
+ SHA256:
3
+ metadata.gz: 901cffe5a5ce6505bf2f526f1d2dff7ed383bf49decc13517e7ce2a79dee0f5b
4
+ data.tar.gz: 1f03087447ff7e5d7ea36730fc51982aa73558fdbfe7365e3241d05d442b8309
5
5
  SHA512:
6
- metadata.gz: 298ac44c355b89b7d5bf78a4f167268bbeb021d907447e870a155ff74df29f9638b77970f0685776f2ca4c8d59d4f1e8be4ed16ae5e7e967d9c3e08d7967567f
7
- data.tar.gz: 0bdc0b0338e4649676e1cc3e4656a48f849984cd72c8f8b3c3b1e8abd2a03d21642a6d2651246744a0ff464aff4357be372498ce67a0de82f976d6c2e4a7be2a
6
+ metadata.gz: ceda74bfd5767ef968e1b953f9b025bfb6438c6aa3a857fd1a69f7b02b26ca3b0ae1f9205a976530fc432af61eb57cc73665da326a4d7942009ad02783c00763
7
+ data.tar.gz: 38b27202d86da5e77fc171d1d3c3b7c9e417ac9c931a77946c4522a28154e498aed1a09d48f6778b58f9e8acd41c3ba1bbb947e70443ae8afb2cbe3d1d10847c
@@ -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-filter-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 is a JSON parsing filter. It takes an existing field which contains JSON and expands it into an actual data structure within the Logstash event."
6
+ s.summary = "Parses JSON events"
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-filter-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 is a JSON parsing filter. It takes an existing field which contains JSON and expands it into an actual data structure within the Logstash event.
90
+ summary: Parses JSON events
89
91
  test_files:
90
92
  - spec/filters/json_spec.rb