logstash-output-rabbitmq 4.0.3-java → 4.0.4-java

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: 1e03c4f1e2bbc855db6de366a51c180729f7a489
4
- data.tar.gz: b677c439b38bdbc86b472876d49dd0e81b61b56d
3
+ metadata.gz: 22126fff13ce2f1d8d19b4eb2ec62576a5d35720
4
+ data.tar.gz: 051d2461534df37ae124cd8112a1eb69a0b7b5b2
5
5
  SHA512:
6
- metadata.gz: da4a38dae14df794a5e862eaca5708bb0c14315fdd6ce9b99fa399d63b1acbc52adc91b6739feb79d8935a8e5b83fd951cbaa25ae5a0fd24c682876e1d5a2af2
7
- data.tar.gz: 52301bf676f3e30f51d1dc07335a9ecbd7a229a5e424bd608d12527dd4bd5f51bc6b9655432a6ddf30aeae9833af695a61fccc7046c6be42395968648b24db63
6
+ metadata.gz: d7b315d30988487138cac36220037028716356c89179ee96fa5200bb87c3c5a45e254deb729a4a9d152f42e5ea810e93de368327b64298af2d074a67eb0a7550
7
+ data.tar.gz: 69b85b72cbc06a266d9fa40010bb1f31aacbbdf70e3c55c5be3c6188f54fa586e9e5b877518bb3ed3d67938c68a842cfb16e89c4fe306c00ed902877f6ba2199
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 4.0.4
2
+ - Depend on latest RMQ connection which retries on connection exception
3
+
1
4
  ## 4.0.3
2
5
  - Relax constraint on logstash-core-plugin-api to >= 1.60 <= 2.99
3
6
 
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-output-rabbitmq'
3
- s.version = '4.0.3'
3
+ s.version = '4.0.4'
4
4
  s.licenses = ['Apache License (2.0)']
5
5
  s.summary = "Push events to a RabbitMQ exchange"
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"
@@ -20,7 +20,7 @@ Gem::Specification.new do |s|
20
20
 
21
21
  # Gem dependencies
22
22
  s.add_runtime_dependency "logstash-core-plugin-api", ">= 1.60", "<= 2.99"
23
- s.add_runtime_dependency "logstash-mixin-rabbitmq_connection", '>= 4.1.0', '< 5.0.0'
23
+ s.add_runtime_dependency "logstash-mixin-rabbitmq_connection", '>= 4.1.1', '< 5.0.0'
24
24
 
25
25
  s.platform = RUBY_PLATFORM
26
26
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-output-rabbitmq
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.3
4
+ version: 4.0.4
5
5
  platform: java
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-07-14 00:00:00.000000000 Z
11
+ date: 2016-08-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -35,7 +35,7 @@ dependencies:
35
35
  requirements:
36
36
  - - ">="
37
37
  - !ruby/object:Gem::Version
38
- version: 4.1.0
38
+ version: 4.1.1
39
39
  - - "<"
40
40
  - !ruby/object:Gem::Version
41
41
  version: 5.0.0
@@ -46,7 +46,7 @@ dependencies:
46
46
  requirements:
47
47
  - - ">="
48
48
  - !ruby/object:Gem::Version
49
- version: 4.1.0
49
+ version: 4.1.1
50
50
  - - "<"
51
51
  - !ruby/object:Gem::Version
52
52
  version: 5.0.0
@@ -129,7 +129,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
129
129
  version: '0'
130
130
  requirements: []
131
131
  rubyforge_project:
132
- rubygems_version: 2.6.3
132
+ rubygems_version: 2.4.8
133
133
  signing_key:
134
134
  specification_version: 4
135
135
  summary: Push events to a RabbitMQ exchange