logstash-input-unix 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 7bb630baf9c8d17039e40ba0c11047078ae27267
4
- data.tar.gz: 81fbec03d16d6bfe1fbae745a8dfe7a98aae50d3
2
+ SHA256:
3
+ metadata.gz: 127f18796979e36f00bc35bee11fd945b11f08ac97a54c6d01e874b1634634d5
4
+ data.tar.gz: 34b776e08ed40037199c1d9610a7a63dafd098ac12a2a0e628698c41bb29786c
5
5
  SHA512:
6
- metadata.gz: 16c5e41bd9bb88505ebfe9c676d1d916f2e74791d272c46813d94881e9139f23df7ff917027854d90e047546e29eab0001cb2386b155bb716fb8a5e9082c6e33
7
- data.tar.gz: 03c78b33f8280162e78a2884d8448015d444e5185c05572ccca783adad0be04b9fd57595f2942c22bd7ce7a6480d1ac2f7966c18b985fcd855643f1a41399af5
6
+ metadata.gz: 89090ad4e78861240aa846b3a568cacfcbdca5ecee0da9c78cfd8b5fdce00953d76affd7c381a804b49eacaec06e22a97654644d1b094eac577e45b36901c2fa
7
+ data.tar.gz: fd4cddf5f963dfdd4861603a403edb04aac13d2a434833bfe3efd9c7616ed8d5762fddee4db85d5de597b76c995419205e0de81dad9d20f24d98a7de2af6d873
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 3.0.6
2
+ - Update gemspec summary
3
+
1
4
  ## 3.0.5
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-unix'
4
- s.version = '3.0.5'
4
+ s.version = '3.0.6'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "Read events over a UNIX socket."
6
+ s.summary = "Reads events over a UNIX socket"
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-unix
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.5
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: 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
@@ -58,7 +58,9 @@ dependencies:
58
58
  - - ">="
59
59
  - !ruby/object:Gem::Version
60
60
  version: '0'
61
- 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
61
+ description: This gem is a Logstash plugin required to be installed on top of the
62
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
63
+ gem is not a stand-alone program
62
64
  email: info@elastic.co
63
65
  executables: []
64
66
  extensions: []
@@ -97,10 +99,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
97
99
  version: '0'
98
100
  requirements: []
99
101
  rubyforge_project:
100
- rubygems_version: 2.4.8
102
+ rubygems_version: 2.6.11
101
103
  signing_key:
102
104
  specification_version: 4
103
- summary: Read events over a UNIX socket.
105
+ summary: Reads events over a UNIX socket
104
106
  test_files:
105
107
  - spec/inputs/unix_spec.rb
106
108
  - spec/spec_helper.rb