logstash-input-irc 3.0.6 → 3.0.7

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: c61c7494644d96e7f3e5501d46712ace4228ff2b2bcf5cfabf93098eca16c0b9
4
- data.tar.gz: 40a95b5e27c74dcbcd7ff78f999818aa3a1396c03d9b873cb06b7cd352b3ee57
3
+ metadata.gz: 00d14608534c7fd15d537bdaff4eec39cead166e31b3be92efb09ac92fb4954b
4
+ data.tar.gz: 29a23c7350c54dabc684091a539daa0e79c6494d026c0f22ccac1145096c5d29
5
5
  SHA512:
6
- metadata.gz: 3537b0a6d751872c48fdd403d47855e764a7aa83602a81587dba50c8c03858c0c9862f0cbec759e7957990396bc42265c40b3ef617df2c440211283705c0a71e
7
- data.tar.gz: b32a07533cbcd777f7f47e45444e6fcb780041871e9161b3fe6217e6845d8203133aed0e84a61c112454917b95a000a5eb14c32d656910775281455dd6d45d9c
6
+ metadata.gz: c789e747753e583af7b05bcf35571cb188c5f7ab64399a16d23eb7c768ea930b8f3913cf907f1c65fe05af19fd10bd0a44a3a80b796d0e23552fd8a4dd998e28
7
+ data.tar.gz: 655d9233c4a601bcb3ba15f25a60a4b702a4d131f834f65153557650d74e320cbb364e724b33542f7d22dba1202f78bb9b1d020d302906766a971e1c7e0d4e75
@@ -1,3 +1,6 @@
1
+ ## 3.0.7
2
+ - Docs: Set the default_codec doc attribute.
3
+
1
4
  ## 3.0.6
2
5
  - Fix bug where a connection to an idle IRC channel consumed 100% available CPU
3
6
  - Fix issue where a message that did not contain a user's hostname could cause irc input to hang or crash
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: input
3
+ :default_codec: plain
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -149,4 +150,6 @@ IRC Username
149
150
 
150
151
 
151
152
  [id="plugins-{type}s-{plugin}-common-options"]
152
- include::{include_path}/{type}.asciidoc[]
153
+ include::{include_path}/{type}.asciidoc[]
154
+
155
+ :default_codec!:
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-input-irc'
4
- s.version = '3.0.6'
4
+ s.version = '3.0.7'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Reads events from an IRC 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-input-irc
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.6
4
+ version: 3.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-12-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
@@ -127,7 +127,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
127
127
  version: '0'
128
128
  requirements: []
129
129
  rubyforge_project:
130
- rubygems_version: 2.6.13
130
+ rubygems_version: 2.6.11
131
131
  signing_key:
132
132
  specification_version: 4
133
133
  summary: Reads events from an IRC server