logstash-output-stomp 3.0.5 → 3.0.7

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: 5838c811953d0fd421a79f47d674c00905eefef2
4
- data.tar.gz: 9338d45936875623fbaafdd5f835b238d6ecff3d
3
+ metadata.gz: ffc4538bc5628d9d7f6654598f2146a0c7740a66
4
+ data.tar.gz: df573b64082faf640aa85a66a4557e80dddae1ef
5
5
  SHA512:
6
- metadata.gz: e9505b27412e29cf448d2080eab15bab9e2aa4aa34d18cff28bd3e15784c6435a7420bc8fbd529ae4add77aac1eb5dc37962f1373801e91e1f0e7bcd3972e680
7
- data.tar.gz: 25df157f25c2eb7ff3919c0bb78f7d2a15cf68738523e2c3f2207090ca350749c03a82512b1e7f6f509178acc14e0c1dc2ea7462a83b89e0357109485655ce02
6
+ metadata.gz: d5250ea9141eeb1c23142abcf005705c9c5c0018f9e47c2ade2b32e7c606ad8576152a7a2522e9654cbcafc4107f5fcc18342ec56ded768a9f669491d673319d
7
+ data.tar.gz: aebba2a66c660fb3b28e6b5b00f6b911237cc52c65392fd0fcfc5e385607d5c1f483e642cc81d9fbca0bc9d89f328ebd8b441c30c5d81bdf78dc8c5f0a3f3421
@@ -1,3 +1,12 @@
1
+ ## 3.0.7
2
+ - Fix some documentation issues
3
+
4
+ ## 3.0.6
5
+ - Docs: Add plugin description
6
+
7
+ ## 3.0.5
8
+ - Docs: Bump patch level for doc build
9
+
1
10
  ## 3.0.4
2
11
  - A `logger.debug` statement was crashing because of a type mismatch
3
12
 
@@ -12,7 +12,7 @@ START - GENERATED VARIABLES, DO NOT EDIT!
12
12
  END - GENERATED VARIABLES, DO NOT EDIT!
13
13
  ///////////////////////////////////////////
14
14
 
15
- [id="plugins-{type}-{plugin}"]
15
+ [id="plugins-{type}s-{plugin}"]
16
16
 
17
17
  === Stomp output plugin
18
18
 
@@ -20,7 +20,7 @@ include::{include_path}/plugin_header.asciidoc[]
20
20
 
21
21
  ==== Description
22
22
 
23
-
23
+ This output writes events using the STOMP protocol.
24
24
 
25
25
  [id="plugins-{type}s-{plugin}-options"]
26
26
  ==== Stomp Output Configuration Options
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-output-stomp'
3
- s.version = '3.0.5'
3
+ s.version = '3.0.7'
4
4
  s.licenses = ['Apache License (2.0)']
5
5
  s.summary = "Send events to a stomp server"
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.5
4
+ version: 3.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-06-23 00:00:00.000000000 Z
11
+ date: 2017-08-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement