logstash-filter-json_encode 3.0.2-java → 3.0.3-java

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: c36477ea078c1663f33ad6ee8b947eb81acb4948
4
- data.tar.gz: 758830c5f270ca8aa72e2160c66fd945fc21652e
2
+ SHA256:
3
+ metadata.gz: 314959355fbe477e5337babbd2b5955ccfda213387b82e8c52aaf9aab87f36ab
4
+ data.tar.gz: 2097c93e28fe28fe8baa5ea2c4a03c80482d72f68c9e372e5aeb3ed6b01f0a9c
5
5
  SHA512:
6
- metadata.gz: 768b105911e7e72051c444c150faca7edcdb48b7f98c942adae802a256dcb6d64f186037c8e18271918696a234e3d0b2aedacae7f86400c1362fa13a46c4464c
7
- data.tar.gz: c13157f976cc50b5dff99cad54638055b3cf56042464515d28d6f1cee701aca17ff4b0aa9960d2fe33bd8336eadada01be47cf55092e9e87a463b6b59eab875f
6
+ metadata.gz: 129ce580f76a58598eec3870667965557cfc4f4e0be6614d8b78cc081dc02c7a3183e0fa8e97610b06703c8990a273dcc69f969ae9def90ea2698a53f90138c5
7
+ data.tar.gz: a80bcb276fc8ddfe838e6ff0114a02248f345a5c84463697916cbe1c2d539c1d8f37696e5ef1b7341b412d2e8749fc0bba827c6bd6a9fbe1250f2b970070fa81
@@ -1,3 +1,6 @@
1
+ ## 3.0.3
2
+ - Update gemspec summary
3
+
1
4
  ## 3.0.2
2
5
  - Fix some documentation issues
3
6
 
@@ -1,10 +1,10 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-filter-json_encode'
4
- s.version = '3.0.2'
4
+ s.version = '3.0.3'
5
5
  s.platform = 'java'
6
6
  s.licenses = ['Apache-2.0']
7
- s.summary = "JSON encode filter. Takes a field and serializes it into JSON"
7
+ s.summary = "Serializes a field to JSON"
8
8
  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"
9
9
  s.authors = ["Elastic"]
10
10
  s.email = 'info@elastic.co'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-filter-json_encode
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.2
4
+ version: 3.0.3
5
5
  platform: java
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: JSON encode filter. Takes a field and serializes it into JSON
90
+ summary: Serializes a field to JSON
89
91
  test_files:
90
92
  - spec/filters/json_encode_spec.rb