logstash-output-websocket 3.0.4 → 3.0.5

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
  SHA256:
3
- metadata.gz: 7ca389d6a6b9a44d250df3a1a11c3d16905977eaaa5824bccbc908223d99c4d2
4
- data.tar.gz: dc1009455995911f66d63f9eacd2dbb44603d5248b52e1931828086e500f30d6
3
+ metadata.gz: d7493581974f57cfac8e3d53f09fc0cfb7bda887bcefc09d7b952e25bc32b39e
4
+ data.tar.gz: 06d4d22d3c9d5b284ca40a57ada0a9fbbf17a0715c95feda04f9a1c9e6c55d39
5
5
  SHA512:
6
- metadata.gz: 10b77b07a48e543dd8c04937070a53fbe5c55ac502cc723be34f0e481ededb73cb89126a9da5a478deef56ce63b71f5932747a4685f8b883ec216f919f5dac89
7
- data.tar.gz: dee65bf9c49ac80dfe48518e7938704f74bf851e67996ced1e5de049ba21888d81bd59a7794bf1b036c7676ced3c7b04785ce2c7348e6d7737457f620fa810ca
6
+ metadata.gz: 2695365f8d23ab45172d4a389d0a863cf9e3d5247a14d7ff0e617fb2c2381c1d1436c189057a5a16653c1f304ce9684e2aebdcf11f31db4e6d7ce2e6ae7a5934
7
+ data.tar.gz: 684ab2861c39af6beb89625435efe40b1cce7acc9dd0185ef3abb1a60793dd147f38261ec73118277def72e094cf6ca7d7afad1d710ed7348a82b00998c94ad1
@@ -1,3 +1,6 @@
1
+ ## 3.0.5
2
+ - Docs: Set the default_codec doc attribute.
3
+
1
4
  ## 3.0.4
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: websocket
2
2
  :type: output
3
+ :default_codec: plain
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -63,4 +64,6 @@ The port to serve websocket data from
63
64
 
64
65
 
65
66
  [id="plugins-{type}s-{plugin}-common-options"]
66
- include::{include_path}/{type}.asciidoc[]
67
+ include::{include_path}/{type}.asciidoc[]
68
+
69
+ :default_codec!:
@@ -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.4'
4
+ s.version = '3.0.5'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Publishes messages to a websocket"
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.4
4
+ version: 3.0.5
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-13 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