logstash-input-gelf 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
- SHA1:
3
- metadata.gz: e806e28bd31b260b1695d50d47d1a40393b52ef7
4
- data.tar.gz: 780112e96906e22c46116389fb10b9e141449a3b
2
+ SHA256:
3
+ metadata.gz: b21ddfaa0568e8cf3d5cbf4634f73b9fd65f46688f5ed825c150c1b0cd3ca606
4
+ data.tar.gz: 78657fa48ea9e0bf2c89f72100b82590d47e4f7f61e4b9c7f5fb065cee6ef4a9
5
5
  SHA512:
6
- metadata.gz: c9bfbde11aab858898372df8434e2bc44c92514dd19ed4ec4f3a2d140e0bbf29de1b914674f5bb5f2251823ca4987bb26ad4129a921161f476c4e036a30abd4a
7
- data.tar.gz: e0cbeadc455f717240dab36234378eda7f40ba96fcdfc41246611e86a0fce830fe0654afc8ed66747088feae0e242cebd555df1009200f20fef05c7569611e45
6
+ metadata.gz: aba07a0185db140cea32f308ab3d2c8f3e137bbb43dc502c1bff459020c2d9f1ff2a245560215eadb90a9abb40a847683bd8b9a4c64a5b1f514753e07f6250d4
7
+ data.tar.gz: 01b2a5e830938baa44887c65d5feab7ab9ab91254b5eec26e529d73bd8758428b62c816458a2dd858dc73935a0bb76ed6228bab0b2ebe66e6566ad6c93e84176
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 3.0.7
2
+ - Update gemspec summary
3
+
1
4
  ## 3.0.6
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-input-gelf'
4
- s.version = '3.0.6'
4
+ s.version = '3.0.7'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "This input will read GELF messages as events over the network, making it a good choice if you already use Graylog2 today."
6
+ s.summary = "Reads GELF-format messages from Graylog2 as events"
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-input-gelf
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-08-15 00:00:00.000000000 Z
11
+ date: 2017-11-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -114,7 +114,9 @@ dependencies:
114
114
  - - ">="
115
115
  - !ruby/object:Gem::Version
116
116
  version: '0'
117
- 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
117
+ description: This gem is a Logstash plugin required to be installed on top of the
118
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
119
+ gem is not a stand-alone program
118
120
  email: info@elastic.co
119
121
  executables: []
120
122
  extensions: []
@@ -153,10 +155,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
153
155
  version: '0'
154
156
  requirements: []
155
157
  rubyforge_project:
156
- rubygems_version: 2.4.8
158
+ rubygems_version: 2.6.11
157
159
  signing_key:
158
160
  specification_version: 4
159
- summary: This input will read GELF messages as events over the network, making it a good choice if you already use Graylog2 today.
161
+ summary: Reads GELF-format messages from Graylog2 as events
160
162
  test_files:
161
163
  - spec/inputs/gelf_spec.rb
162
164
  - spec/support/helpers.rb