logstash-output-irc 3.0.5 → 3.0.6

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: d6a01446e3193794fab192df75dff7356d90f461874b067b118a03667d2f4671
4
- data.tar.gz: 5128e864ba63d2def8ba191f8dedce0c7ec871e68abe9b9171bbf3a6722a6017
3
+ metadata.gz: ca005337e8d4038fbaf74dba85aa3d185b3b55dbafd76e37d567a9061ab1de6f
4
+ data.tar.gz: f51a3ec72aea87e963260f5eb59450ce046d8cdb275a4e23bc6c604c2e1f87c5
5
5
  SHA512:
6
- metadata.gz: d571ad497e2a1b5b25aee85d4ca46fdbc4fea6a085bb51684c0d29fba14dcaacaad771dc58c27bb4e9374c8eac0dbacae82fe3abbc1e37579c37a31a487b44b5
7
- data.tar.gz: 0d2d0dfe4bc6f1896ae38076aa2f4d2985a8ad874f882825d842e5c4b61010502bb32b7188dfd15d59ab140b5d171c661d6de57f857e8b2e5d7f8314bd757149
6
+ metadata.gz: 540e697b7a92b5bffb9f5e18bafcb0a7734d3bf583fa292d8b0a753ee6bf49d39065bb24b9d329d6a098a943c7d9abdcf7dbcc7f910d12004b6ace2de1536679
7
+ data.tar.gz: ac58ba94819426c8e894c927b97172347cd98e71cab3bfd6f52a731c153f9f968296e353f18b2e7ecb4262d237c85b9683fda527f343138627b16ec3fd635bf9
@@ -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: irc
2
2
  :type: output
3
+ :default_codec: plain
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -154,4 +155,6 @@ IRC Username
154
155
 
155
156
 
156
157
  [id="plugins-{type}s-{plugin}-common-options"]
157
- include::{include_path}/{type}.asciidoc[]
158
+ include::{include_path}/{type}.asciidoc[]
159
+
160
+ :default_codec!:
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-output-irc'
4
- s.version = '3.0.5'
4
+ s.version = '3.0.6'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Writes events to IRC"
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-irc
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