logstash-input-stomp 3.0.7 → 3.0.8

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: 688c0733833ee4f2d0e4990ef9e6316cce32e7074b97bcc0ead7de4193b0fde2
4
- data.tar.gz: 79703cb97779fe765d7cfedb56e64cc7d504ce01e5ad5282a27011a4b51af9bc
3
+ metadata.gz: 27ed063b43766742f5751e398cf53d12836b1e3583ba0db9521003de7bc9882d
4
+ data.tar.gz: ff56e087da3f55b2cc038959eb6b33b30a2ae222beb1ebdd82aaa7767c9f04a4
5
5
  SHA512:
6
- metadata.gz: a314421db3a19be9e6edb0a82cd4f80eaf57f113ae84ca10e62cab10fd03aa0484608e936ccf62e9e9cc1ec6c9e9f1dac9819b7a33d0b92c9cda4a9960970404
7
- data.tar.gz: c1b627d869a4140218d9f0544594fbb2a21d96ec75a18fb19c514dff6c3d841e8afaff9030be5438f2a5295110e4f649c31b43660b2e63b69c07fe1b446a52d8
6
+ metadata.gz: f3b932b26dd50ef10bee97e2994ce0ffa3a61e3ca3715f55bc85f80fe7ea9e92e371aeee8727a0b2956627c594cf0ce484fc39f30d867cfa4dceaf9cd668f913
7
+ data.tar.gz: cb8936838ab4f24d9d2205fe6a2252b2f4c38f79d7b8c775b22841bf4be708ef29cad9b5e573c10edf9fd78845f3478d23ec0820d03f47b017071e33c28612bc
@@ -1,3 +1,6 @@
1
+ ## 3.0.8
2
+ - Docs: Set the default_codec doc attribute.
3
+
1
4
  ## 3.0.7
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.
@@ -1,5 +1,6 @@
1
1
  :plugin: stomp
2
2
  :type: input
3
+ :default_codec: plain
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -116,4 +117,6 @@ The vhost to use
116
117
 
117
118
 
118
119
  [id="plugins-{type}s-{plugin}-common-options"]
119
- include::{include_path}/{type}.asciidoc[]
120
+ include::{include_path}/{type}.asciidoc[]
121
+
122
+ :default_codec!:
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-input-stomp'
4
- s.version = '3.0.7'
4
+ s.version = '3.0.8'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Creates events received with the STOMP protocol"
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/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-stomp
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.7
4
+ version: 3.0.8
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