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 +4 -4
- data/CHANGELOG.md +3 -0
- data/LICENSE +1 -1
- data/docs/index.asciidoc +4 -1
- data/logstash-output-irc.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ca005337e8d4038fbaf74dba85aa3d185b3b55dbafd76e37d567a9061ab1de6f
|
|
4
|
+
data.tar.gz: f51a3ec72aea87e963260f5eb59450ce046d8cdb275a4e23bc6c604c2e1f87c5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 540e697b7a92b5bffb9f5e18bafcb0a7734d3bf583fa292d8b0a753ee6bf49d39065bb24b9d329d6a098a943c7d9abdcf7dbcc7f910d12004b6ace2de1536679
|
|
7
|
+
data.tar.gz: ac58ba94819426c8e894c927b97172347cd98e71cab3bfd6f52a731c153f9f968296e353f18b2e7ecb4262d237c85b9683fda527f343138627b16ec3fd635bf9
|
data/CHANGELOG.md
CHANGED
data/LICENSE
CHANGED
data/docs/index.asciidoc
CHANGED
|
@@ -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!:
|
data/logstash-output-irc.gemspec
CHANGED
|
@@ -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.
|
|
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.
|
|
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:
|
|
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
|