logstash-output-rabbitmq 3.0.2-java → 3.0.3-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: aa90af27f8b861689b5ed6d3d990fdd24c6d1297
4
- data.tar.gz: 999a914a3a14538b0bb28d37944b7f2d413211a6
3
+ metadata.gz: 100db200da2d144c44f70825e8ad3417dbff039e
4
+ data.tar.gz: 1c2ef498605791ba82e33788459795fdd3fa4a77
5
5
  SHA512:
6
- metadata.gz: e45dd5fdc5c32cdd95cdd855b35cbd9158472f449954a980e122fa75bbe807d5806ce332bec69d6229cc0120779411c2b5be2d4aed787391cd9d59dcfa48b606
7
- data.tar.gz: 24da79247d56df29338a697f738f7d152c549cab3582ff6b52fcb6af64e195099e0a2b8f42dc2acbf0618c40f6c1761bc96641449d507440794d9cf77c4ca94f
6
+ metadata.gz: 4ad4edd4a399692b017b1203e3092229a72d82e7e0ec0f1ebba8513688037f03d38aa891b083cef1580a0d4545b807c3db1b0ed8d70a5650636700d7ceba191d
7
+ data.tar.gz: 0475339961e2f0d6824b3a1606a9384c71fe2e14990f35a32413d27466b34cb864615a1a429e329d7dd934575d5e9ec4e1dc4f66f58c2760354ad83462298fda
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 3.0.3
2
+ - Bump dependency on logstash-mixin-rabbitmq_connection
3
+
1
4
  ## 3.0.0
2
5
  - Plugins were updated to follow the new shutdown semantic, this mainly allows Logstash to instruct input plugins to terminate gracefully,
3
6
  instead of using Thread.raise on the plugins' threads. Ref: https://github.com/elastic/logstash/pull/3895
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-output-rabbitmq'
4
- s.version = '3.0.2'
4
+ s.version = '3.0.3'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Push events to a RabbitMQ exchange"
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/plugin install gemname. This gem is not a stand-alone program"
@@ -21,7 +21,7 @@ Gem::Specification.new do |s|
21
21
 
22
22
  # Gem dependencies
23
23
  s.add_runtime_dependency "logstash-core", ">= 2.0.0.snapshot", "< 3.0.0"
24
- s.add_runtime_dependency "logstash-mixin-rabbitmq_connection", '>= 1.0.0', '< 2.0.0'
24
+ s.add_runtime_dependency "logstash-mixin-rabbitmq_connection", '>= 2.0.1', '< 3.0.0'
25
25
 
26
26
  s.platform = RUBY_PLATFORM
27
27
 
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: 3.0.2
4
+ version: 3.0.3
5
5
  platform: java
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-10-08 00:00:00.000000000 Z
11
+ date: 2015-10-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -35,10 +35,10 @@ dependencies:
35
35
  requirements:
36
36
  - - '>='
37
37
  - !ruby/object:Gem::Version
38
- version: 1.0.0
38
+ version: 2.0.1
39
39
  - - <
40
40
  - !ruby/object:Gem::Version
41
- version: 2.0.0
41
+ version: 3.0.0
42
42
  name: logstash-mixin-rabbitmq_connection
43
43
  prerelease: false
44
44
  type: :runtime
@@ -46,10 +46,10 @@ dependencies:
46
46
  requirements:
47
47
  - - '>='
48
48
  - !ruby/object:Gem::Version
49
- version: 1.0.0
49
+ version: 2.0.1
50
50
  - - <
51
51
  - !ruby/object:Gem::Version
52
- version: 2.0.0
52
+ version: 3.0.0
53
53
  - !ruby/object:Gem::Dependency
54
54
  requirement: !ruby/object:Gem::Requirement
55
55
  requirements: