logstash-codec-json 3.0.3 → 3.0.4

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
2
  SHA1:
3
- metadata.gz: f7bcfdec11e9db8638f88a5bc3e9750e52d6e4bd
4
- data.tar.gz: f7cdfcb37f4b8d2dcf105e1c7b5f8bbae01aac0d
3
+ metadata.gz: c3d9f3a14750c5a7947c6d48f41fe6470b075790
4
+ data.tar.gz: a5f106f7711d5dbbc446944dd6cf4933984ad3a4
5
5
  SHA512:
6
- metadata.gz: 5727a3d1056e2f29d4c1fb51aa39eaa72ffbecda623c047f08c91c9e118d478e6154efcd3c6d188b3371993a68ea79043ba9c93c068b20aa4dadc15abce01b35
7
- data.tar.gz: 41314b92660488759c3735d30726280693c1f056c43258be3d713655ba8f4d3b8bf4daaf1c9d629a34468151412fb2d3c2fe5455f31748664b1a033ba6fb990c
6
+ metadata.gz: 634e5a1f8d315c6a09698c897f567d6c06eb28b51354484c998185c724a275d9acb47e296d779175a4f1f07b02143494e1fd3f426ce05303702e48a432e36c14
7
+ data.tar.gz: 0eda183e351375d37ad503604eb4ddeab929c8feff94212df80b6c55aeda12ed28cfb0a3fcd4dfaa8a13e6dbff8790fd9696195e44004a3bb8c30420e8163d12
@@ -1,3 +1,6 @@
1
+ ## 3.0.4
2
+ - Fix some documentation issues
3
+
1
4
  ## 3.0.2
2
5
  - Relax constraint on logstash-core-plugin-api to >= 1.60 <= 2.99
3
6
 
@@ -12,7 +12,7 @@ START - GENERATED VARIABLES, DO NOT EDIT!
12
12
  END - GENERATED VARIABLES, DO NOT EDIT!
13
13
  ///////////////////////////////////////////
14
14
 
15
- [id="plugins-{type}-{plugin}"]
15
+ [id="plugins-{type}s-{plugin}"]
16
16
 
17
17
  === Json codec plugin
18
18
 
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-codec-json'
4
- s.version = '3.0.3'
4
+ s.version = '3.0.4'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "This codec may be used to decode (via inputs) and encode (via outputs) full JSON messages"
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"
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.3
4
+ version: 3.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-06-23 00:00:00.000000000 Z
11
+ date: 2017-08-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement