logstash-output-juggernaut 3.0.5 → 3.0.6

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
  SHA256:
3
- metadata.gz: 0b65a7b23cda662633f3f016bb18c32e8446e588042f727c6da8d60a0743e003
4
- data.tar.gz: 3a84de3937e476231bb13dab852fdbdecc383bc7365658f30cc88db60443582c
3
+ metadata.gz: cc490138c99cce0e210ed2f53375cc805e8bbe34cb50e0776621ced694844f44
4
+ data.tar.gz: 81a3f822fa287f37efa0792364fca0b5b80670adb4182a2815666c2416f9e93f
5
5
  SHA512:
6
- metadata.gz: 97dfcbadcf88786ac05d1bd4104a5d8cfb4c6b252f5b8804424f3fc2f2bc25e7ce718dd78eada6a6f288618dbb6fccbcfb627132043cef607c57bb85236e0a49
7
- data.tar.gz: bda091239e7988e3968cfd59eda9fe10328c6a6b30800f9230204c14b5542732bab3717d4d5e988160defaa5da17cc836e31ca282928ecbabc4e2b08c2474eef
6
+ metadata.gz: 9b11f8584435939082dca7f27b838b58d8fa92a2760fc1014a96781977d5ef4e5d4fb63616cc406740ad4b59b78d68a0d3c02e1e3fcb618c9500464deed73291
7
+ data.tar.gz: 7e74d7a963619b11f30826edc723b6447c807a4e1e0ba2e1984177596f130fae198b8234ea0f23502cd310da26b646c45c5c63fec0495300f77e14e02496d289
@@ -1,3 +1,6 @@
1
+ ## 3.0.6
2
+ - Docs: Set the default_codec doc attribute.
3
+
1
4
  ## 3.0.5
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: juggernaut
2
2
  :type: output
3
+ :default_codec: plain
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -112,4 +113,6 @@ Redis initial connection timeout in seconds.
112
113
 
113
114
 
114
115
  [id="plugins-{type}s-{plugin}-common-options"]
115
- include::{include_path}/{type}.asciidoc[]
116
+ include::{include_path}/{type}.asciidoc[]
117
+
118
+ :default_codec!:
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-output-juggernaut'
4
- s.version = '3.0.5'
4
+ s.version = '3.0.6'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Pushes messages to the Juggernaut websockets 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-output-juggernaut
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.5
4
+ version: 3.0.6
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-07 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