logstash-output-stomp 3.0.8 → 3.0.9

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
  SHA256:
3
- metadata.gz: 8ad7c8602c5d027295478c1d744b307f3dc9e42801f954a31e4123849ffae8a1
4
- data.tar.gz: b3d138d5f8f5d1220ab417421b66b5aeef8fec9f411af676c9c87ca0eae4a46f
3
+ metadata.gz: 6e2c722b259c5e1cff1575cc64ef66517fb9f6102b958c5eba464a87a4fd9fed
4
+ data.tar.gz: 64c629ffdce398a29550be52d8bbc6585b7a2b33b27bef2cbe91a85cbe3275f7
5
5
  SHA512:
6
- metadata.gz: fe9bed6b94da39b650b0babf71335aa22b57b463cc95cd37661b249cf97bf2089b8a28680943f9ed18b4aac58a12cf5e02b312777cdd60d1e5d1c2c9727b653c
7
- data.tar.gz: 82eb5f8cf41fab28da930be6b2b732907b1210257534c2728cce587191615fb7633c03cb4df935cba8deef4d569ee3867b40fbde6ab87f19a69dcaedd8654cc1
6
+ metadata.gz: 867fa1c9ed22f9cdb3334bd71d4148ddb81605442da6f34eaa4b4129b445daaa0caa2cf235d4ac3567042ea37d88c49b3068e44ae76af9ec781bba5c8de2e6ce
7
+ data.tar.gz: 4a9f79297a64b44e1774650a13eaa2c9e684dd9c1c913eeb1f16e2755641d490e8ff1782517dcafe1b6771cad79797cbf66a9d33b8ae1dbc7cf75d1f5970ecb5
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 3.0.9
2
+ - Docs: Set the default_codec doc attribute.
3
+
1
4
  ## 3.0.8
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: stomp
2
2
  :type: output
3
+ :default_codec: plain
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -120,4 +121,6 @@ The vhost to use
120
121
 
121
122
 
122
123
  [id="plugins-{type}s-{plugin}-common-options"]
123
- include::{include_path}/{type}.asciidoc[]
124
+ include::{include_path}/{type}.asciidoc[]
125
+
126
+ :default_codec!:
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-output-stomp'
3
- s.version = '3.0.8'
3
+ s.version = '3.0.9'
4
4
  s.licenses = ['Apache License (2.0)']
5
5
  s.summary = "Writes events using the STOMP protocol"
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-stomp
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.8
4
+ version: 3.0.9
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-13 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