logstash-output-redis 4.0.2 → 4.0.3

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: e935f64352994f0fe26a5871c420330965f9dbc8
4
- data.tar.gz: eb721d0618859aefd136852c258727b3ffe32e8e
2
+ SHA256:
3
+ metadata.gz: fc4f6d746c852d0866a39129de0cc02c3c2635cd2e22f63fe9baebd49fc28684
4
+ data.tar.gz: a352bed139b06881c9f9bbe222595dab4e95e797b8ed7cce284014d0c86f1dce
5
5
  SHA512:
6
- metadata.gz: 62894fb1cf29f61c9bbecd5c72a6f521d9bdcf5785e7bdd04c3873eb1026497843b519b8000c09f3f5a46a3f6a9a272211bfda99ebe3b5892bcc232e70e136df
7
- data.tar.gz: 21541d1cc446dd59c9048fd08217a1b52c1e730e65ead9bac93697b068662c2241aa74683156d3e0ac72dd661e822e79d16758826089111a2026ae82fa87e768
6
+ metadata.gz: 68671e0f3f67c639e187bc98525ad4c024d39c2e617ee3aa3a631aee36b510c1de4ac66f052f5dd72f5550f5b7bb91c445ad3b125518840cfa42cdefda3d1a93
7
+ data.tar.gz: e4e83c55b9d2c1a0ddedfa37df844f0672547dab2864589595f2a9407b8005c8e5ebb01d7215b17238576aa5d48a929a9dd71d1da150d190a9147bb3234036c9
@@ -1,3 +1,6 @@
1
+ ## 4.0.3
2
+ - Update gemspec summary
3
+
1
4
  ## 4.0.2
2
5
  - Tighten gem deps for the 'redis' gem
3
6
  ## 4.0.1
@@ -1,9 +1,9 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-output-redis'
4
- s.version = '4.0.2'
4
+ s.version = '4.0.3'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "This output will send events to a Redis queue using RPUSH"
6
+ s.summary = "Sends events to a Redis queue using the `RPUSH` command"
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-output-redis
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.2
4
+ version: 4.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: 2017-09-12 00:00:00.000000000 Z
11
+ date: 2017-11-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -114,7 +114,9 @@ dependencies:
114
114
  - - ">="
115
115
  - !ruby/object:Gem::Version
116
116
  version: '0'
117
- 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
117
+ description: This gem is a Logstash plugin required to be installed on top of the
118
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
119
+ gem is not a stand-alone program
118
120
  email: info@elastic.co
119
121
  executables: []
120
122
  extensions: []
@@ -153,10 +155,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
153
155
  version: '0'
154
156
  requirements: []
155
157
  rubyforge_project:
156
- rubygems_version: 2.4.8
158
+ rubygems_version: 2.6.11
157
159
  signing_key:
158
160
  specification_version: 4
159
- summary: This output will send events to a Redis queue using RPUSH
161
+ summary: Sends events to a Redis queue using the `RPUSH` command
160
162
  test_files:
161
163
  - spec/integration/outputs/redis_spec.rb
162
164
  - spec/unit/outputs/redis_spec.rb