logstash-output-irc 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
- SHA1:
3
- metadata.gz: 73f958ffe80c00ee7fa96c3443094be5d01fdeb5
4
- data.tar.gz: 830ec6e52a93834b5f5bd1e7bfd08c8f8575bcc9
2
+ SHA256:
3
+ metadata.gz: d6a01446e3193794fab192df75dff7356d90f461874b067b118a03667d2f4671
4
+ data.tar.gz: 5128e864ba63d2def8ba191f8dedce0c7ec871e68abe9b9171bbf3a6722a6017
5
5
  SHA512:
6
- metadata.gz: 5109fb1e239680514e3689a921a9b116a0c90e071b5bd78d3e5a046b085a9f076fbf27273395870dbe1055eb988afc9da3b365157d3c8823daace8315f86f95c
7
- data.tar.gz: 64264a269884dcd3c3bb3ab4a5700e11a7bae9022d65e2a917cc60ae9436da1d68b7491312c52cbe51135af8104a46588241626ff357754e63db859e5e3a3efb
6
+ metadata.gz: d571ad497e2a1b5b25aee85d4ca46fdbc4fea6a085bb51684c0d29fba14dcaacaad771dc58c27bb4e9374c8eac0dbacae82fe3abbc1e37579c37a31a487b44b5
7
+ data.tar.gz: 0d2d0dfe4bc6f1896ae38076aa2f4d2985a8ad874f882825d842e5c4b61010502bb32b7188dfd15d59ab140b5d171c661d6de57f857e8b2e5d7f8314bd757149
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 3.0.5
2
+ - Update gemspec summary
3
+
1
4
  ## 3.0.4
2
5
  - Fix some documentation issues
3
6
 
@@ -1,9 +1,9 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-output-irc'
4
- s.version = '3.0.4'
4
+ s.version = '3.0.5'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "Write events to IRC"
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"
8
8
  s.authors = ["Elastic"]
9
9
  s.email = 'info@elastic.co'
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
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-08-16 00:00:00.000000000 Z
11
+ date: 2017-11-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -72,7 +72,9 @@ dependencies:
72
72
  - - ">="
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
- 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
75
+ description: This gem is a Logstash plugin required to be installed on top of the
76
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
77
+ gem is not a stand-alone program
76
78
  email: info@elastic.co
77
79
  executables: []
78
80
  extensions: []
@@ -111,10 +113,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
111
113
  version: '0'
112
114
  requirements: []
113
115
  rubyforge_project:
114
- rubygems_version: 2.4.8
116
+ rubygems_version: 2.6.11
115
117
  signing_key:
116
118
  specification_version: 4
117
- summary: Write events to IRC
119
+ summary: Writes events to IRC
118
120
  test_files:
119
121
  - spec/outputs/irc_spec.rb
120
122
  - spec/spec_helper.rb