logstash-output-rabbitmq 4.0.10-java → 4.0.11-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: d8d60c738fbc9fa48d7f6a40760d6be11996ece4
4
- data.tar.gz: 6d9284d6d6b67c2f16d28c15520ee2099637c416
3
+ metadata.gz: b69eb31143784cb3c54663f2be07d892d8d7e8af
4
+ data.tar.gz: caf92414ae1fc4cba3605a9655c5be58b304db6e
5
5
  SHA512:
6
- metadata.gz: 2202ecf41e75cfbe593d62bdac207bcb17db6e8dec0147310a4ffaad503a3ea9257bee6c824e59427ef36ab0839641a78b4f3c7166f8f84ea3e1b457f6e78e27
7
- data.tar.gz: 8808b7165ea08618efc8c5ff90384d140d51097ae452a840ecda93ad47b175dfb25e9e4f22ca261eef525826400fc061bfc09f0ead6ff1d572bdcead65707687
6
+ metadata.gz: eea511deb9a0410911291495c772d426e69678ac5e8320a0c501633e8ade09d3277fa3f5f368940a30657522184a9f2ef28eaebafab017ec95f4e9a9ea809a88
7
+ data.tar.gz: b5ae510b14e3392f1617a23ff28ac59ff8fee7d227fe7c33529698dae6ddf76fd379079f0a616713c2924914ed816444f242c6e655a6547369eb8f61e2033a9c
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 4.0.11
2
+ - Doc fixes
3
+
1
4
  ## 4.0.10
2
5
  - Doc fixes
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 = '4.0.10'
3
+ s.version = '4.0.11'
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: 4.0.10
4
+ version: 4.0.11
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-18 00:00:00.000000000 Z
11
+ date: 2017-08-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement