logstash-output-redis 3.0.2 → 3.0.3

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: 8ec297a211565f0c3305d9039e091c6e55d34a97
4
- data.tar.gz: 5fe9fb271101637b9a8c352abad47e4d5c53234d
3
+ metadata.gz: 2c65f7320d9ce46d8e81d66028de147d14022271
4
+ data.tar.gz: ac8a08c2e5d8815fd0ea972be411b66d549728b4
5
5
  SHA512:
6
- metadata.gz: f97f395b58294b7aaa421e9996118adedddbc8273762802a6a010691f32c5b573adf0b4fb0a6c7cce845c9393a8d9828d0f954bd412cc191192c55ce0f54d08f
7
- data.tar.gz: e9fa34b5f5f4d9d03d4ad15606fb848de6e3a27dc9b72b7134330f7477b3710c9ed0a7b2e7fc0a07cde8855c1a160fe302147d485bc8c30494e8bd2f1128d04c
6
+ metadata.gz: 3d0ae828a25891aee0a63cb35fb2ee6caffa0e9bf93a53f463fb3cdd62ca6b7555c4b89ff1065b77dc7dd25c8eeb881064e50194131a9cfb5fb006119b388793
7
+ data.tar.gz: fca979637bb9dfb15beec69d7cd8cc43be871a593741248716bf53c939befc0550cd3815c9ad796483cee742b613cd59749f1ceafd66557c3f307aaa2509f5b1
@@ -1,6 +1,7 @@
1
+ ## 3.0.3
2
+ - Fix logging method signature for #debug
1
3
  ## 3.0.2
2
4
  - Relax constraint on logstash-core-plugin-api to >= 1.60 <= 2.99
3
-
4
5
  ## 3.0.1
5
6
  - Republish all the gems under jruby.
6
7
  ## 3.0.0
@@ -213,7 +213,7 @@ class LogStash::Outputs::Redis < LogStash::Outputs::Base
213
213
  :timeout => @timeout,
214
214
  :db => @db
215
215
  }
216
- @logger.debug(params)
216
+ @logger.debug("connection params", params)
217
217
 
218
218
  if @password
219
219
  params[:password] = @password.value
@@ -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.2'
4
+ s.version = '3.0.3'
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.2
4
+ version: 3.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-07-14 00:00:00.000000000 Z
11
+ date: 2016-10-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -152,7 +152,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
152
152
  version: '0'
153
153
  requirements: []
154
154
  rubyforge_project:
155
- rubygems_version: 2.6.3
155
+ rubygems_version: 2.4.8
156
156
  signing_key:
157
157
  specification_version: 4
158
158
  summary: This output will send events to a Redis queue using RPUSH