logstash-output-redis 4.0.3 → 4.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fc4f6d746c852d0866a39129de0cc02c3c2635cd2e22f63fe9baebd49fc28684
4
- data.tar.gz: a352bed139b06881c9f9bbe222595dab4e95e797b8ed7cce284014d0c86f1dce
3
+ metadata.gz: 03434cdc5a9abfc298250ae6bef7f085ce2732d9f7b6382f6f8f26362ce79a90
4
+ data.tar.gz: a0146cd87f5d475de9bb420eea209926bf6aee2635006bedcb8c6dfcdb279920
5
5
  SHA512:
6
- metadata.gz: 68671e0f3f67c639e187bc98525ad4c024d39c2e617ee3aa3a631aee36b510c1de4ac66f052f5dd72f5550f5b7bb91c445ad3b125518840cfa42cdefda3d1a93
7
- data.tar.gz: e4e83c55b9d2c1a0ddedfa37df844f0672547dab2864589595f2a9407b8005c8e5ebb01d7215b17238576aa5d48a929a9dd71d1da150d190a9147bb3234036c9
6
+ metadata.gz: 679c2d0aa20058aaaaa6bf95bb959e38ee454c461acf9daa9beebe366e33e95fcc4ad79b92a1c87b5fb9180aeb2f03546b5a974b4f7a13f64cc6a212212ebda7
7
+ data.tar.gz: '08cfcd4df976cf98dc6a4e5b2af9617d87debee595bafbeef97ad7799e0b9c98176b996b25f3dd3c156f5340e51c97b19bbe70cfd5f4bea4690f6be149cb66d5'
@@ -1,3 +1,6 @@
1
+ ## 4.0.4
2
+ - Docs: Set the default_codec doc attribute.
3
+
1
4
  ## 4.0.3
2
5
  - Update gemspec summary
3
6
 
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2012–2016 Elasticsearch <http://www.elastic.co>
1
+ Copyright (c) 2012-2018 Elasticsearch <http://www.elastic.co>
2
2
 
3
3
  Licensed under the Apache License, Version 2.0 (the "License");
4
4
  you may not use this file except in compliance with the License.
@@ -1,5 +1,6 @@
1
1
  :plugin: redis
2
2
  :type: output
3
+ :default_codec: json
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -199,4 +200,6 @@ Redis initial connection timeout in seconds.
199
200
 
200
201
 
201
202
  [id="plugins-{type}s-{plugin}-common-options"]
202
- include::{include_path}/{type}.asciidoc[]
203
+ include::{include_path}/{type}.asciidoc[]
204
+
205
+ :default_codec!:
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-output-redis'
4
- s.version = '4.0.3'
4
+ s.version = '4.0.4'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Sends events to a Redis queue using the `RPUSH` command"
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-output-redis
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.3
4
+ version: 4.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-11-13 00:00:00.000000000 Z
11
+ date: 2018-04-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement