logstash-output-sqs 5.0.1 → 5.0.2

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: f0e0d64131b0bcd1a5c9e294c4e6101f42ce943d
4
- data.tar.gz: 2c8c5669b5fbe236bee42ddcb2467776b7b52c4d
2
+ SHA256:
3
+ metadata.gz: 3134e9ec77534b717e878d3bf32e98330d607103f910994a0bf0918130fadcb8
4
+ data.tar.gz: e2742674de4eca6a8c0ed756070ddcd9369264378aed0dcd871824c333beb437
5
5
  SHA512:
6
- metadata.gz: 4f40117ad26eaac889fd49a69555a39e460ca54a73eed619fd09dea656e95e466945bc7b277fba6e5757c4faa6f959c38c097032d10998a0a2370d16238158f4
7
- data.tar.gz: 3367a2263c4dfe562b353a035025e80195dcf1c0df1c842e8900c0f459b3232481ee0e6cb653ac449f8ee17f2cc97b0907c81e9c0878752c007c31eeff9ebdb9
6
+ metadata.gz: 3ff9f653c28315bf0f721bf8ba6d01c153eb47af6b584b858cef9e5e3ba53306fd9bbd62348400642ba922f23595fd3af255fe20c34d09a85d36f33ef607e97e
7
+ data.tar.gz: 9e120a54fbb9725e24d45d24299e380fe11ad9df1684ec8c98b82c6682adff1b91e2ad5c916485fc9ab4cbf774efdcb965ca9240e9f519a2a43de5d883b87927
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 5.0.2
2
+ - Update gemspec summary
3
+
1
4
  ## 5.0.1
2
5
  - Fix some documentation issues
3
6
 
@@ -1,9 +1,9 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-output-sqs'
4
- s.version = '5.0.1'
4
+ s.version = '5.0.2'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "Push events to an Amazon Web Services Simple Queue Service (SQS) queue."
6
+ s.summary = "Pushes events to an Amazon Web Services Simple Queue Service queue"
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-sqs
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.0.1
4
+ version: 5.0.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-08-16 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
@@ -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: Push events to an Amazon Web Services Simple Queue Service (SQS) queue.
122
+ summary: Pushes events to an Amazon Web Services Simple Queue Service queue
121
123
  test_files:
122
124
  - spec/integration/outputs/sqs_spec.rb
123
125
  - spec/spec_helper.rb