logstash-output-redis 3.0.4 → 3.0.5

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
  SHA1:
3
- metadata.gz: 219f28da639de092f4c59fbeee8e429dd1d0e5d1
4
- data.tar.gz: a72a78f8012bf3546ef9b339b8f0772f81f0840d
3
+ metadata.gz: 6009b56027763c8362c42d50710fab2e85ece956
4
+ data.tar.gz: 8f329922d6678eed6237cc6c8238bac0bb0295ac
5
5
  SHA512:
6
- metadata.gz: 5206e62bcbab82013a79144b700eee53fc0806ab3a209774e5ce7276a2031bf647037cc59e3fa7b59549954a844495286a0339f24a98ccd3e975f698cff9d511
7
- data.tar.gz: 234c53b89d0c0457bb1a190e093a05982116b9ee47b2ffad345793e536c6c71e9ebd15d180de11eaa342c4009ccdc643c00c4ebd70493e928cf6f52eec8d76e8
6
+ metadata.gz: 84c07bae86a0cc3997c5ac3c9154e67de015c0a2ca09b26fe9b858cd5af59bce71bb58862f1d15e0388a4fc1657fd518d7a41204fef288070ed9997c062a692f
7
+ data.tar.gz: 3d5c997286c42e226cbcda84723a203f584fcae806be57533dc0f0020d4532a36e6bfaa9d676b2f3609b7427ec95b8e1a1c905d83181e6103be797e0ea970306
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 3.0.5
2
+ - Docs fixes
3
+
1
4
  ## 3.0.3
2
5
  - Fix logging method signature for #debug
3
6
  ## 3.0.2
data/docs/index.asciidoc CHANGED
@@ -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
  === Redis output plugin
18
18
 
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-output-redis'
4
- s.version = '3.0.4'
4
+ s.version = '3.0.5'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "This output will send events to a Redis queue using RPUSH"
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: 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-06-23 00:00:00.000000000 Z
11
+ date: 2017-08-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement