logstash-input-redis-cluster 2.0.2 → 2.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +0 -0
- data/CONTRIBUTORS +0 -0
- data/Gemfile +0 -0
- data/LICENSE +0 -0
- data/NOTICE.TXT +0 -0
- data/README.md +0 -0
- data/lib/logstash/inputs/redis_cluster.rb +0 -0
- data/logstash-input-redis-cluster.gemspec +1 -1
- data/spec/inputs/redis_spec.rb +0 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 35a910295d21a98489ddf116a6ab82e6278f0781
|
4
|
+
data.tar.gz: d658953749222517f3be6e0875b9a64c36ad8400
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 21100167f1dae24db67e4bec8c510d5686a65afd773e84d02345eeb675b78a0e2f0e970c3e1d6e92b14491e435607cfc013e5bf6631be8b40f2c03c06ae99ffb
|
7
|
+
data.tar.gz: b59b5f6e5c669c3ad31ace64f6335c8575c49f54fb603ca20e4ef0559b4142286a505aa43fb4e7a3ea1f7bb756843ce0e14784762b5469f096124f35b0e7c868
|
data/CHANGELOG.md
CHANGED
File without changes
|
data/CONTRIBUTORS
CHANGED
File without changes
|
data/Gemfile
CHANGED
File without changes
|
data/LICENSE
CHANGED
File without changes
|
data/NOTICE.TXT
CHANGED
File without changes
|
data/README.md
CHANGED
File without changes
|
File without changes
|
@@ -1,7 +1,7 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
|
3
3
|
s.name = 'logstash-input-redis-cluster'
|
4
|
-
s.version = '2.0.
|
4
|
+
s.version = '2.0.3'
|
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"
|
data/spec/inputs/redis_spec.rb
CHANGED
File without changes
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: logstash-input-redis-cluster
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.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: 2015-10-
|
11
|
+
date: 2015-10-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|