logstash-input-rabbitmq 6.0.2 → 6.0.3

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
  SHA256:
3
- metadata.gz: 69a31d022aca2e0e7e1d65ac68bb8132a8fd128827a33cd85f3c5e519a07b6eb
4
- data.tar.gz: 9b10633fe8048317d48586ef4c706b0b7dab5fdefc1fc6ff5fb48da28fe511a5
3
+ metadata.gz: 295c316dda1ee433a687a54d002c4962e5ffb85d90218d87f28992b8b9f205c6
4
+ data.tar.gz: a623951f371b8d13745fdf38a9790da94e0c6ee360eb875b260054d41a01c871
5
5
  SHA512:
6
- metadata.gz: ab2e7b8c67ba020ba5bb3b43637ba801713776ac04c8f5c850118b9ef31845f1635fa3eae968335b139cdc481d3bb572a968da0b08a2c7c8de149972383a9ce9
7
- data.tar.gz: 43d3688ca5216549a3c6192ffeddd23901c845a883d43c3a7d8dc2db671e8c7530e99ba9eb8167d82670f6e471c1e4dafa25c15cf5d2fa872a3af0cb2b7ec383
6
+ metadata.gz: b01f520a5bf7ac0a832e4b0198c18c6f3eeff3853928838ba8741ef6448313e1a5c91a536d78b7a380bd0383452ac6c1c76000e04f836ff46f75a58aa9e52a31
7
+ data.tar.gz: 73f43528537b50baaace3cbd7eab6a29bef59ed8e1a15216efc82536d9de9a74c921aac64e1b73dc934bcead3a0d8556bbe4c6de413e02b58ac36901aa9afbe9
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 6.0.3
2
+ - Docs: Set the default_codec doc attribute.
3
+
1
4
  ## 6.0.2
2
5
  - Update gemspec summary
3
6
 
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2012–2016 Elasticsearch <http://www.elastic.co>
1
+ Copyright (c) 2012-2018 Elasticsearch <http://www.elastic.co>
2
2
 
3
3
  Licensed under the Apache License, Version 2.0 (the "License");
4
4
  you may not use this file except in compliance with the License.
data/docs/index.asciidoc CHANGED
@@ -1,5 +1,6 @@
1
1
  :plugin: rabbitmq
2
2
  :type: input
3
+ :default_codec: json
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -392,4 +393,6 @@ slash.
392
393
 
393
394
 
394
395
  [id="plugins-{type}s-{plugin}-common-options"]
395
- include::{include_path}/{type}.asciidoc[]
396
+ include::{include_path}/{type}.asciidoc[]
397
+
398
+ :default_codec!:
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-input-rabbitmq'
3
- s.version = '6.0.2'
3
+ s.version = '6.0.3'
4
4
  s.licenses = ['Apache License (2.0)']
5
5
  s.summary = "Pulls events from 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-input-rabbitmq
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.0.2
4
+ version: 6.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-11-07 00:00:00.000000000 Z
11
+ date: 2018-04-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement