logstash-input-redis 1.0.1 → 1.0.2

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: ddb2a94b6e3c3cff06790e2434bc9f6aaad46760
4
- data.tar.gz: e251dbde7ef57f43b921c6ebf2d6cd3d897d1889
3
+ metadata.gz: c6c5206d7206689d7c9dcdbd3aa91c9b5a7cc283
4
+ data.tar.gz: 173dd51051d94b80cae0bff837e6e6128ac43b11
5
5
  SHA512:
6
- metadata.gz: ea5587b7e19d151161b5065a1efaff804d62621e58c919feac72b01c6f3d7e5e2915422f18e3afcbe721ecf8a6dec69252a92b0fa215aab2c7f9b614502345d6
7
- data.tar.gz: bdf90d25cef6ac38a917251428a057c7007f6226058985a18f97d58509412689c4eb630ea328ce469c6b07b1c7d9a84849133448dd807de22415529893ac7af2
6
+ metadata.gz: 273179e36532d9be66c6994a7da00767c943230b07b9410bd174a36f57663235e6a35347fb2df06e1cb81379a4c3bbce3943e30dc52be245d3feac5371c055df
7
+ data.tar.gz: e2b1ce3f6990f2fc374be97102feb9634b3710eab7158a80997774cc5867b7912c462bfb7381bd9d3bf84bb5e849c3499bd93ceb1d3dee8079f5654a009adeb8
@@ -15,7 +15,7 @@ require "logstash/inputs/threadable"
15
15
  # `batch_count` note: If you use the `batch_count` setting, you *must* use a Redis version 2.6.0 or
16
16
  # newer. Anything older does not support the operations used by batching.
17
17
  #
18
- module Logstash module Inputs class Redis < LogStash::Inputs::Threadable
18
+ module LogStash module Inputs class Redis < LogStash::Inputs::Threadable
19
19
  # class LogStash::Inputs::Redis < LogStash::Inputs::Threadable
20
20
 
21
21
  config_name "redis"
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-input-redis'
4
- s.version = '1.0.1'
4
+ s.version = '1.0.2'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "This input will read events from a Redis instance"
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/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-input-redis
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-24 00:00:00.000000000 Z
11
+ date: 2015-07-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: logstash-core
@@ -111,7 +111,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
111
111
  version: '0'
112
112
  requirements: []
113
113
  rubyforge_project:
114
- rubygems_version: 2.1.9
114
+ rubygems_version: 2.2.2
115
115
  signing_key:
116
116
  specification_version: 4
117
117
  summary: This input will read events from a Redis instance