logstash-input-redis 3.1.5 → 3.1.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 27fa65f5a64cc42544d4b4f08e3902b54b41741b
4
- data.tar.gz: 7e7d89f1457d999c32d3a5ae7cf49a0c4ac9686e
2
+ SHA256:
3
+ metadata.gz: 50dcdb575769f3b35c8af8473a1dcd171bf0c6adadc88dd5388bb119014606de
4
+ data.tar.gz: 1d6f6ebf083fa39e403250fe2f6c5b1c9bf6227f0d2c4578b9d30dc81e85bc01
5
5
  SHA512:
6
- metadata.gz: 4b50af85660b0ab15ecb2df834e9568948ccde68e7b2e0a90ba831697ef5d3e3c3d2dc0b2178cffeb44bfbc345700f83388f203ce0b00046ec22e7314d2411ec
7
- data.tar.gz: 3d3db2d17a155fca53fea3bd6cfea2ad20e61857fbee9ea1d02f10ce778eabc24b8bbe90929afecea6242eb441f7e24c3308ee7c196251e5e6c98ad486c3d32f
6
+ metadata.gz: '0967a513c763163b1c5c98b9335af4bf55e05a34722eaaf1902f12238fdc004014666bb4c2c2b27c630fa2120865da16a1cffb0778ef47c7816685813b9e728b'
7
+ data.tar.gz: 634e11e382c0104ad0d4a7d1fcf85095a850dedc61207a8038320ed25461611f33fdb24c6c986215657fa835a1460a84657c90ade5fe8f8e042659f85e81dc40
@@ -1,3 +1,6 @@
1
+ ## 3.1.6
2
+ - Update gemspec summary
3
+
1
4
  ## 3.1.5
2
5
  - Pin 'redis' gem dependency to major version range 3.x
3
6
 
@@ -1,9 +1,9 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-input-redis'
4
- s.version = '3.1.5'
4
+ s.version = '3.1.6'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "This input will read events from a Redis instance"
6
+ s.summary = "Reads 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/logstash-plugin install gemname. This gem is not a stand-alone program"
8
8
  s.authors = ["Elastic"]
9
9
  s.email = 'info@elastic.co'
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: 3.1.5
4
+ version: 3.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-09-12 00:00:00.000000000 Z
11
+ date: 2017-11-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -72,7 +72,9 @@ dependencies:
72
72
  - - ">="
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
- 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
75
+ description: This gem is a Logstash plugin required to be installed on top of the
76
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
77
+ gem is not a stand-alone program
76
78
  email: info@elastic.co
77
79
  executables: []
78
80
  extensions: []
@@ -110,9 +112,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
110
112
  version: '0'
111
113
  requirements: []
112
114
  rubyforge_project:
113
- rubygems_version: 2.4.8
115
+ rubygems_version: 2.6.11
114
116
  signing_key:
115
117
  specification_version: 4
116
- summary: This input will read events from a Redis instance
118
+ summary: Reads events from a Redis instance
117
119
  test_files:
118
120
  - spec/inputs/redis_spec.rb