logstash-output-sns 4.0.0 → 4.0.1

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: 198b3cf637a7e334c2da1b507eb8ebb8d0c2c4a8
4
- data.tar.gz: e18ab7028ae9774f960525e254cf2476872b3463
3
+ metadata.gz: ac75f35443edfe367e28462bfb17f059cc2529ad
4
+ data.tar.gz: 987eeb8c68718bd0b9e86e53c38ebf69daff4cc0
5
5
  SHA512:
6
- metadata.gz: 3a25e1927c7ed7414e74bf6efb26084631aa2991ff644b5535deb2e90df1a15b18c13ada80b92a783920809097a3793267912516dd923fb58769c50e5f83980f
7
- data.tar.gz: 85f7058d717d20ee934bc27627f2e88171babe9d75faa60711d5fca5abb82808efb9bca32dcfdf4b7177e87dc34b30bb49e9f292585b5fab8146160cd8855224
6
+ metadata.gz: c253be7013bf81cc74f9f1ff41b3f1946334e025595f8545e2ca434081addfc1eba964f7d3164f878a8b9ee6c38eba5164647b60dd16621cd52d69c86aa4c1ff
7
+ data.tar.gz: c404c6372f450f596d72eafe502eb00163e5a551b79861cf3cbd5080aa4bcfa6b74ebb96d18d95a4c4817d7416aa78cd233217705d2c7f25e4c6f22599918b87
data/CHANGELOG.md CHANGED
@@ -1,3 +1,5 @@
1
+ ## 4.0.1
2
+ - Republish all the gems under jruby.
1
3
  ## 4.0.0
2
4
  - Update the plugin to the version 2.0 of the plugin api, this change is required for Logstash 5.0 compatibility. See https://github.com/elastic/logstash/issues/5141
3
5
  # 3.0.4
@@ -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.0'
4
+ s.version = '4.0.1'
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,60 +1,58 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-output-sns
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.0
4
+ version: 4.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-05-06 00:00:00.000000000 Z
11
+ date: 2016-05-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
- name: logstash-core-plugin-api
15
14
  requirement: !ruby/object:Gem::Requirement
16
15
  requirements:
17
16
  - - "~>"
18
17
  - !ruby/object:Gem::Version
19
18
  version: '2.0'
20
- type: :runtime
19
+ name: logstash-core-plugin-api
21
20
  prerelease: false
21
+ type: :runtime
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: '2.0'
27
27
  - !ruby/object:Gem::Dependency
28
- name: logstash-mixin-aws
29
28
  requirement: !ruby/object:Gem::Requirement
30
29
  requirements:
31
30
  - - ">="
32
31
  - !ruby/object:Gem::Version
33
32
  version: 1.0.0
34
- type: :runtime
33
+ name: logstash-mixin-aws
35
34
  prerelease: false
35
+ type: :runtime
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: 1.0.0
41
41
  - !ruby/object:Gem::Dependency
42
- name: logstash-devutils
43
42
  requirement: !ruby/object:Gem::Requirement
44
43
  requirements:
45
44
  - - ">="
46
45
  - !ruby/object:Gem::Version
47
46
  version: '0'
48
- type: :development
47
+ name: logstash-devutils
49
48
  prerelease: false
49
+ type: :development
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - ">="
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
- description: This gem is a Logstash plugin required to be installed on top of the
56
- Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
57
- gem is not a stand-alone program
55
+ 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
58
56
  email: info@elastic.co
59
57
  executables: []
60
58
  extensions: []
@@ -75,7 +73,7 @@ licenses:
75
73
  metadata:
76
74
  logstash_plugin: 'true'
77
75
  logstash_group: output
78
- post_install_message:
76
+ post_install_message:
79
77
  rdoc_options: []
80
78
  require_paths:
81
79
  - lib
@@ -90,9 +88,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
90
88
  - !ruby/object:Gem::Version
91
89
  version: '0'
92
90
  requirements: []
93
- rubyforge_project:
94
- rubygems_version: 2.5.1
95
- signing_key:
91
+ rubyforge_project:
92
+ rubygems_version: 2.4.8
93
+ signing_key:
96
94
  specification_version: 4
97
95
  summary: Send events to Amazon's Simple Notification Service a hosted pub/sub framework
98
96
  test_files: