logstash-input-sqs 3.0.4 → 3.0.5

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
2
  SHA1:
3
- metadata.gz: 2dc82a7d1d1227b791ab03e4e6a1a21f33a66edd
4
- data.tar.gz: db8523d125f6bc77265d5f949094dbd895b38388
3
+ metadata.gz: 3a66f60003c46de9637fd2c6a9a7ac01908c27f3
4
+ data.tar.gz: 543556eea8092dbc1b9980e392940f3cdf826b81
5
5
  SHA512:
6
- metadata.gz: fc5355a299b8ec1cbc78e81ff2303a3bb4ccc8e510558924327c05d0c41df66926e2605654eb89abea8172f78fd7aa0001d4ebe084941325da45fa866bc7ba71
7
- data.tar.gz: f37c65ead28fbd33ba421525ac426d55a4d1cde074e70b6d9032120b2205fd4bb26f250b0948992ba9b053e8ab00aa152c628fc384dca128e3d3d903a7ef6128
6
+ metadata.gz: fb714ba859fd841af4593cc3271c2ac2eb2b64886b7cbd0a7693e4a5a3372d36a744ec4d4dde8804e2abea3c54b4dc08e41f6e6df22f0dce6f89b111e09f8e3a
7
+ data.tar.gz: 39732b44f342e4ff9bd313c8d06fc933de5ef664281b58d7e027dfb14e0c2c44f510ae7bc458047625a0ce3b4fa49418ce7f84e3a9f670f791413bf2bdc7030f
@@ -1,3 +1,6 @@
1
+ ## 3.0.5
2
+ - Fix some documentation issues
3
+
1
4
  ## 3.0.3
2
5
  - Monkey-patch the AWS-SDK to prevent "uninitialized constant" errors.
3
6
 
@@ -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
  === Sqs input plugin
18
18
 
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-input-sqs'
3
- s.version = '3.0.4'
3
+ s.version = '3.0.5'
4
4
  s.licenses = ['Apache License (2.0)']
5
5
  s.summary = "Pull events from an Amazon Web Services Simple Queue Service (SQS) 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"
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.4
4
+ version: 3.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