logstash-output-rabbitmq 5.0.1-java → 5.0.2-java

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: 83f169a510be61e45394a3e646c023ae36e079a6
4
- data.tar.gz: 535938504e1fb3c36da9eefbd895b70f7790ffbf
3
+ metadata.gz: 87be64d893053a936dc2aa2ec8d39a6f9a64fe8f
4
+ data.tar.gz: f6efcf0755829e01a2432f190676d944af44d63f
5
5
  SHA512:
6
- metadata.gz: 908d3653b1c74bd2804c60ce9444341da98eecc9e009988e4afd0003a78ee24bd1993f7fea763c6ee09762aad034012bcc094088ae47a54e94976c25e600a2b1
7
- data.tar.gz: 762f2144035741e5cb5ae4c13c3176db7a4957b9208a5cad5fa1661ce708d6c93e6e685333f0972063a86b2fc3fbe704d6393611ce59b730f17f6d47cf62ed21
6
+ metadata.gz: b4d6a8ec9b6e70341a208b558966fc10620d31d64411e876e1c10cea16fa224a00197c8e329efaae6a1b0540910f7dceb19acf295ede89f0577569b8a01cedbe
7
+ data.tar.gz: 99e3c8ff1853e3c15150b8fbd916d94b459cddd677f79df7888d9ebde02f07a8ab7556ef212c4b5d59dc4073cb193c65ae7013c64a5051003ac7741dc6da10d9
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 5.0.2
2
+ - Docs: Fix broken link
3
+
1
4
  ## 5.0.1
2
5
  - Fix some documentation issues
3
6
 
data/docs/index.asciidoc CHANGED
@@ -46,7 +46,7 @@ This plugin supports the following configuration options plus the <<plugins-{typ
46
46
  | <<plugins-{type}s-{plugin}-heartbeat>> |<<number,number>>|No
47
47
  | <<plugins-{type}s-{plugin}-host>> |<<string,string>>|Yes
48
48
  | <<plugins-{type}s-{plugin}-key>> |<<string,string>>|No
49
- | <<plugins-{type}s-{plugin}-message_properties>> |<<Hash,Hash>>|No
49
+ | <<plugins-{type}s-{plugin}-message_properties>> |<<hash,hash>>|No
50
50
  | <<plugins-{type}s-{plugin}-passive>> |<<boolean,boolean>>|No
51
51
  | <<plugins-{type}s-{plugin}-password>> |<<password,password>>|No
52
52
  | <<plugins-{type}s-{plugin}-persistent>> |<<boolean,boolean>>|No
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-output-rabbitmq'
3
- s.version = '5.0.1'
3
+ s.version = '5.0.2'
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"
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: 5.0.1
4
+ version: 5.0.2
5
5
  platform: java
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-16 00:00:00.000000000 Z
11
+ date: 2017-09-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement