logstash-output-sns 4.0.5 → 4.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: 5c2e15e2444d01447dcc8708c134a0eaee190c0a
4
- data.tar.gz: 6ad199c8ec277a51a666efbf9f310c8221c60dca
2
+ SHA256:
3
+ metadata.gz: 737ce3525ff929fe594c081b3b3bde559becd044e2617ed94e5b0269db15c626
4
+ data.tar.gz: 46efe91f7edf72a92c998552c05554133945a9dd7837343d783dfd9528090b87
5
5
  SHA512:
6
- metadata.gz: f90d8f5e77551d10079f990ee0f4bebdacb75e04c9d41d7864ce6294e2def840b57496a4b904eaf394c081631c5c8243233d66968fcaad82be47d1c15364e68e
7
- data.tar.gz: 3706fd43810e299ca81bd5323acfddbb61c6e474af2fe9497e6853886dd005f335309f0ddf6d20f8e8d52f88af79783f183969a5ca0b27c3803d1d441617a90a
6
+ metadata.gz: cace340b184955bdd169414a87b8453ec634a47fc6880cb241d9f1d3360ee046877e21986a5286bce6ef64d9604c9fd497adb8497c62f70aac289d69a6db1d11
7
+ data.tar.gz: 795b8318a75e4ad9ae51189ad0938027486756e85d4bc643f6f8acb6a3b5d776a4d3cb84c2e65b8580e967ca00b3fa6d4fb2b6aacb3bd36061c318bbffd05b15
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 4.0.6
2
+ - Update gemspec summary
3
+
1
4
  ## 4.0.5
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-sns'
4
- s.version = '4.0.5'
4
+ s.version = '4.0.6'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "Send events to Amazon's Simple Notification Service a hosted pub/sub framework"
6
+ s.summary = "Sends events to Amazon's Simple Notification Service"
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-sns
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.5
4
+ version: 4.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-13 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: []
@@ -96,9 +98,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
96
98
  version: '0'
97
99
  requirements: []
98
100
  rubyforge_project:
99
- rubygems_version: 2.4.8
101
+ rubygems_version: 2.6.11
100
102
  signing_key:
101
103
  specification_version: 4
102
- summary: Send events to Amazon's Simple Notification Service a hosted pub/sub framework
104
+ summary: Sends events to Amazon's Simple Notification Service
103
105
  test_files:
104
106
  - spec/outputs/sns_spec.rb