logstash-output-sns 4.0.4 → 4.0.5

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
2
  SHA1:
3
- metadata.gz: 4af9bd85265a38a9dc507e536ae3bddf07f8b44b
4
- data.tar.gz: c07661a41d6528289084a5ee8fd635bfbc2a26eb
3
+ metadata.gz: 5c2e15e2444d01447dcc8708c134a0eaee190c0a
4
+ data.tar.gz: 6ad199c8ec277a51a666efbf9f310c8221c60dca
5
5
  SHA512:
6
- metadata.gz: 5d5a74f717ff3973eee5f2f2cd6fa5a1daf1445be3dd3f686c1d30a95cf81e5c2b4b7608703a732b8faf9180e5c743f58749613701f3d8138da726d8c9b39a5b
7
- data.tar.gz: 639a4ac9f5b161cb96ab375853b29d98f64f143be19633e6964e5f888dd683d2a24905d7fe6eb1d14887664bf652ac682f9ad54c654227c35761adc3e323e15e
6
+ metadata.gz: f90d8f5e77551d10079f990ee0f4bebdacb75e04c9d41d7864ce6294e2def840b57496a4b904eaf394c081631c5c8243233d66968fcaad82be47d1c15364e68e
7
+ data.tar.gz: 3706fd43810e299ca81bd5323acfddbb61c6e474af2fe9497e6853886dd005f335309f0ddf6d20f8e8d52f88af79783f183969a5ca0b27c3803d1d441617a90a
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 4.0.5
2
+ - Fix some documentation issues
3
+
1
4
  ## 4.0.3
2
5
  - Mark this output as thread safe to allow concurrent connections to AWS.
3
6
 
data/docs/index.asciidoc CHANGED
@@ -12,7 +12,7 @@ START - GENERATED VARIABLES, DO NOT EDIT!
12
12
  END - GENERATED VARIABLES, DO NOT EDIT!
13
13
  ///////////////////////////////////////////
14
14
 
15
- [id="plugins-{type}-{plugin}"]
15
+ [id="plugins-{type}s-{plugin}"]
16
16
 
17
17
  === Sns output plugin
18
18
 
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-output-sns'
4
- s.version = '4.0.4'
4
+ s.version = '4.0.5'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Send events to Amazon's Simple Notification Service a hosted pub/sub framework"
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"
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.4
4
+ version: 4.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-06-23 00:00:00.000000000 Z
11
+ date: 2017-08-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement