logstash-input-dead_letter_queue 1.1.1 → 1.1.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
- SHA1:
3
- metadata.gz: 1bf3d0fe790b03f4a7785339f4bdad25345fdd20
4
- data.tar.gz: 8253c7f08a41c515d3eaa5e0b9f00831bc017904
2
+ SHA256:
3
+ metadata.gz: 47be96433077ac56ce8743e357c10e5f58bb39fb7c1d8b0c36c5616e35dcff73
4
+ data.tar.gz: 96c2c7b5f1365cbb7d6e9e237f0d6e2fc8029021508b4830e5409093d2865def
5
5
  SHA512:
6
- metadata.gz: e67a48b52c74c95d6f6915c0c719b79144c6470860cb967a46cd46e2504738924c40f31e0be54c5c3e70af8f907102714a22506509be68fed59c7fc5738f691c
7
- data.tar.gz: b74c5efa3d5f7687e4b3342f232d85365774cc887cf52027317cbfbc385beff447b9018d2d955f957a6adc8afe7a1a1b67bcf066778bd6620d14d6185e01e5cb
6
+ metadata.gz: 8723a648ed9ec9052f3dedf72192f4e285480ce7726a18788994d02abe4b6d3afe51bdaa043473b59fdb852d816527434193d455df062712fb41c52e619c2cab
7
+ data.tar.gz: e259d5fb641a82113f0e3a2f24e09a3a6b62cb91d0c369e69e334533c18bc717dda22b97766d6f6c48168a4d5a4a172783da22d2a4fdbdc5ae944ebb45ca6201
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 1.1.2
2
+ - Update gemspec summary
3
+
1
4
  ## 1.1.1
2
5
  - Docs: Add link to conceptual docs about the dead letter queue
3
6
 
@@ -1,8 +1,8 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-input-dead_letter_queue'
3
- s.version = '1.1.1'
3
+ s.version = '1.1.2'
4
4
  s.licenses = ['Apache License (2.0)']
5
- s.summary = 'Logstash input to read dead lettered events'
5
+ s.summary = "read events from Logstash's dead letter queue"
6
6
  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"
7
7
  s.authors = ['Elastic']
8
8
  s.email = 'info@elastic.co'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-input-dead_letter_queue
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
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-20 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
@@ -58,7 +58,9 @@ dependencies:
58
58
  - - ">="
59
59
  - !ruby/object:Gem::Version
60
60
  version: '0'
61
- 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
61
+ description: This gem is a Logstash plugin required to be installed on top of the
62
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
63
+ gem is not a stand-alone program
62
64
  email: info@elastic.co
63
65
  executables: []
64
66
  extensions: []
@@ -101,9 +103,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
101
103
  version: '0'
102
104
  requirements: []
103
105
  rubyforge_project:
104
- rubygems_version: 2.4.8
106
+ rubygems_version: 2.6.11
105
107
  signing_key:
106
108
  specification_version: 4
107
- summary: Logstash input to read dead lettered events
109
+ summary: read events from Logstash's dead letter queue
108
110
  test_files:
109
111
  - spec/unit/inputs/dead_letter_queue_spec.rb