logstash-output-websocket 3.0.2 → 3.0.3

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
  SHA1:
3
- metadata.gz: efc39ac1b309b5b95699f4d12bec809a7bf9108f
4
- data.tar.gz: 4fb13229f61a6627948a0db54188886a9e451dae
3
+ metadata.gz: 321411ec4ac78c13a03979023934c7748149935d
4
+ data.tar.gz: 763353c818e24d8015af83f7a5a701e714d86b1e
5
5
  SHA512:
6
- metadata.gz: 87f7e87abd45517672f48b34948b68f81365f21ae2cef7d007569c74ef32d4ba69b5f752ae61696ce37f8e889fe058c4f323c06c4b33e4cf57c2afe1eb3941c0
7
- data.tar.gz: 8260b3af10a440d53254fa66577bfa6d284aec3a14d04e5d066678d3d785c2146842d2a9f49568a2bdf59bb7d2cd9d9b511a43eb828b5e2fd5a662816adf73c0
6
+ metadata.gz: 4e42274fffaac0f4ec927bd57a17e9fbb22d9f2fe2e6d7022c8bfb5ed8c90b3bc06228f59ebba3d087d1d04a70c7e2edef73084948baed30f7fa85d636b5c6b9
7
+ data.tar.gz: 303fc21c5fed64be13dcf90cb9fcccca891a5f1361d06e3a35507990f65b79d8319551e3d716b8539f53851fbfa25e0ed2ef3a93214355ea91d4c4e739c77b9b
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 3.0.3
2
+ - Fix some documentation issues
3
+
1
4
  ## 3.0.1
2
5
  - Relax constraint on logstash-core-plugin-api to >= 1.60 <= 2.99
3
6
 
data/docs/index.asciidoc CHANGED
@@ -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
  === Websocket output plugin
18
18
 
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-output-websocket'
4
- s.version = '3.0.2'
4
+ s.version = '3.0.3'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "This output runs a websocket server and publishes any messages to all connected websocket clients."
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-output-websocket
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: 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