logstash-input-sqs 3.0.5 → 3.0.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: 3a66f60003c46de9637fd2c6a9a7ac01908c27f3
4
- data.tar.gz: 543556eea8092dbc1b9980e392940f3cdf826b81
2
+ SHA256:
3
+ metadata.gz: e4b33151fac00f5d5ea23db3c036881914a9b3a5eb4989378d39b9322245e390
4
+ data.tar.gz: d8bf976ed88505bf0c1dcb1259f57e06d1e7d2e060a0c0e2453031ac272cda6c
5
5
  SHA512:
6
- metadata.gz: fb714ba859fd841af4593cc3271c2ac2eb2b64886b7cbd0a7693e4a5a3372d36a744ec4d4dde8804e2abea3c54b4dc08e41f6e6df22f0dce6f89b111e09f8e3a
7
- data.tar.gz: 39732b44f342e4ff9bd313c8d06fc933de5ef664281b58d7e027dfb14e0c2c44f510ae7bc458047625a0ce3b4fa49418ce7f84e3a9f670f791413bf2bdc7030f
6
+ metadata.gz: c35473cc3c5653e2007f7fe4f01790db73923433e8c294dfbc3c735096be326215fbc775d1713997808225a8197c19c554fc32ac4f51a9a178cbdc1785182afd
7
+ data.tar.gz: 56f87b1c551cd65d46f7961bd5ec3c85055ad91bdc31ff80a3de77c421b7e08f3f37fcbfdcc89cc996461a56ec10c80db851147a7f3657e328059be7157fac26
@@ -1,3 +1,6 @@
1
+ ## 3.0.6
2
+ - Update gemspec summary
3
+
1
4
  ## 3.0.5
2
5
  - Fix some documentation issues
3
6
 
@@ -1,8 +1,8 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-input-sqs'
3
- s.version = '3.0.5'
3
+ s.version = '3.0.6'
4
4
  s.licenses = ['Apache License (2.0)']
5
- s.summary = "Pull events from an Amazon Web Services Simple Queue Service (SQS) queue."
5
+ s.summary = "Pulls events from an Amazon Web Services Simple Queue Service 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-sqs
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.5
4
+ version: 3.0.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-08-16 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: []
@@ -114,10 +116,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
114
116
  version: '0'
115
117
  requirements: []
116
118
  rubyforge_project:
117
- rubygems_version: 2.4.8
119
+ rubygems_version: 2.6.11
118
120
  signing_key:
119
121
  specification_version: 4
120
- summary: Pull events from an Amazon Web Services Simple Queue Service (SQS) queue.
122
+ summary: Pulls events from an Amazon Web Services Simple Queue Service queue
121
123
  test_files:
122
124
  - spec/inputs/sqs_spec.rb
123
125
  - spec/integration/sqs_spec.rb