logstash-input-lumberjack 3.1.3 → 3.1.4

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: b118397c3cfe9561ccee6053de54ec74c99b454d
4
- data.tar.gz: 1a04fe72c0a912b915709a9f5b861c2330606d2e
2
+ SHA256:
3
+ metadata.gz: f209b4e9f0824f584f4b46e855da610b78a34415cc059907855b6429e1c36684
4
+ data.tar.gz: 27da3f4da6516295ba38981232e9d7a6fcb76a689c21f173037d5a7eb3eea8c5
5
5
  SHA512:
6
- metadata.gz: 1941eba776693cfbb716656175fb101085544b171d1e214464e2f7f701cd46952c3a24808caccd9b0e5de1b9eb9d32bcd658d28ff8247d45e4dec251509925d3
7
- data.tar.gz: ea632977472811070dd2a77c0e30d6855d04e47909696876940ab55731a3e42a283c0e6dfc575dad0451f8961d88b267ae648c3c3434dd5058b842d4ce15c164
6
+ metadata.gz: eb2a050b60f9a0c2aa0d8c5f05fde58ab92564211f6b39e514c5b0e4dead7bf4d15d924474bc0820740f39e14d73eab0bcc7f47e4a726cff74d456531f2fec8a
7
+ data.tar.gz: d6080de1ac61b2fa55d0bae2375f074128f451aa387688e2ace86a662b31c37d12baa3c1ca0936bd53b26f51bd19de7299770ec481682792ec47de788ec3d9e4
@@ -1,3 +1,6 @@
1
+ ## 3.1.4
2
+ - Update gemspec summary
3
+
1
4
  ## 3.1.3
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-lumberjack'
4
- s.version = '3.1.3'
4
+ s.version = '3.1.4'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "Receive events using the lumberjack protocol."
6
+ s.summary = "Receives events using the Lumberjack protocl"
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-lumberjack
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.3
4
+ version: 3.1.4
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-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -128,7 +128,9 @@ dependencies:
128
128
  - - ">="
129
129
  - !ruby/object:Gem::Version
130
130
  version: '0'
131
- 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
131
+ description: This gem is a Logstash plugin required to be installed on top of the
132
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
133
+ gem is not a stand-alone program
132
134
  email: info@elastic.co
133
135
  executables: []
134
136
  extensions: []
@@ -172,10 +174,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
172
174
  version: '0'
173
175
  requirements: []
174
176
  rubyforge_project:
175
- rubygems_version: 2.4.8
177
+ rubygems_version: 2.6.11
176
178
  signing_key:
177
179
  specification_version: 4
178
- summary: Receive events using the lumberjack protocol.
180
+ summary: Receives events using the Lumberjack protocl
179
181
  test_files:
180
182
  - spec/inputs/lumberjack_spec.rb
181
183
  - spec/logstash/circuit_breaker_spec.rb