logstash-input-stomp 3.0.2 → 3.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
  SHA1:
3
- metadata.gz: d79f4d09d75532cd89359ffe00ae511381ad60eb
4
- data.tar.gz: e3812a2a26382bbc655fce229902257a1fe41ccb
3
+ metadata.gz: f475e30ccc297ced4b2d3e8d807a3085b84c24ea
4
+ data.tar.gz: 724871f95dc511470c25d43ef2cbbafc6f3a0d63
5
5
  SHA512:
6
- metadata.gz: ad205f5b802e08ca657346ee9e7077081c8467e41f187729caeb7a91be8346f659a505d10f28981cc453d6023e00ddbf3bdc2f5d67da0ad18b49f49ecad43698
7
- data.tar.gz: c096335c508f8a569bfbfe3a55e22761280005bae19a1c5f6afe1f2b073699c583e6467a131d248bfee7bedbb372b0673c885af7af96da1fef9f7c06ecc5ce99
6
+ metadata.gz: b296bf5560283143f6f270480913b2e58ea002f1aa131a1f278c7986879b148ce7a3335c50595950c5c3f3069387f0574419bb8bce7a799741ed24fc50ae45ff
7
+ data.tar.gz: ab12a76104043b0f4ea772a209fd6d8efd7675bdbc4e980b9d4e14df609bc49cfb39e7cfe11d62c21695b8fc070892150d5e6168127c420e7c665292ca4f956b
@@ -1,3 +1,6 @@
1
+ # 3.0.3
2
+ - Docs: Add plugin description
3
+
1
4
  # 3.0.2
2
5
  - Added support for reconnecting when the broker is not available
3
6
 
@@ -3,6 +3,7 @@ require "logstash/inputs/base"
3
3
  require "logstash/namespace"
4
4
  require "pp"
5
5
 
6
+ # Creates events received with the STOMP protocol.
6
7
  class LogStash::Inputs::Stomp < LogStash::Inputs::Base
7
8
  attr_accessor :client
8
9
 
@@ -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.2'
4
+ s.version = '3.0.3'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Pull events from a stomp server"
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.2
4
+ version: 3.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: 2016-10-11 00:00:00.000000000 Z
11
+ date: 2017-02-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement