logstash-input-websocket 4.0.1 → 4.0.2

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: 7b504a4046eca9aab9cfbc61361c9b6aba2f8803
4
- data.tar.gz: e2bd005609657855fde2df2d1e6e526573f0f0ed
3
+ metadata.gz: 3690bcccef8455ccbe4e7dd4a5d6a0ba492ca8b7
4
+ data.tar.gz: 49ef501a31eb8e1ecdc32723836c9f241899e555
5
5
  SHA512:
6
- metadata.gz: f50075c78cc46095e6ab1d734c8b6f74e273d893b4259c578067f1e6c615f482a28aedc7bf2eaa9ae867c4943fa833851f13b119cce2d9a526175aef2af10586
7
- data.tar.gz: de8fbc8c2afddb75e76e0775ec7917b6b9f90593a2f0c4a5d9fc223237d004a90903f3ff4632d363480a53865c2a81b510a527fb9c88724c2575080232fa7e46
6
+ metadata.gz: e63c7ab5607830580497e07afe1cc247e3afb2cc0d0ef737f5df150a8d7052658393761b2d467ef12a29020c0b330794fe6ce49a369374fa6680d77219d2c1c4
7
+ data.tar.gz: fa7487a73f03592291ce21f8e715427904f050519fb6aae18e2b424d15ab38486297329d8c6d425251ba953fdefd74ed311779be59fe595534c82ee723f3ba29
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 4.0.2
2
+ - Fix some documentation issues
3
+
1
4
  ## 4.0.0
2
5
  - internal: Upgrade event API dependency to support Logstash 2.4 & 5.x.
3
6
  - internal: Bump dependency to ftw library to fix compatibility problem.
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 input plugin
18
18
 
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-input-websocket'
4
- s.version = '4.0.1'
4
+ s.version = '4.0.2'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Read events over the websocket 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-websocket
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.1
4
+ version: 4.0.2
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