logstash-output-syslog 3.0.3 → 3.0.4

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: 725a0389d4a9d948e7d3207c2fc99d6bde15756a
4
- data.tar.gz: 72e8b66c3b3e1826d31e78578ca6d5bf293d38e0
2
+ SHA256:
3
+ metadata.gz: 1e1ef213b7104cd4664b8263e3ec09e13b54ed44af8c313305d84f9a94b66fc7
4
+ data.tar.gz: 3c83395a96e740df1c6801658a95743956963560b4680ebc938f3016d089712f
5
5
  SHA512:
6
- metadata.gz: 850e564a170c04b1b49a459981c9870c4dbef9ac7f6e6a2ce9b422e1cc8195243c0636328012a02fd00fa1e1a019d9e37afc1a2712c367c744880262c7a766f0
7
- data.tar.gz: 064f4c24a62846313ad240bc90e9c2b2d406fc99d1bc11ff4b3d4327bdb75ce332d981252093ef76b1be50736d86ab4e4744c178c7a26154d05d15aae21f466c
6
+ metadata.gz: 45d284379bff4b743ae6352b46e97d3c24d17936cf3a0b36a0774ecaf3020b0399e490fc714fffd5e83ff78da95af58bc609411009eb8764ebf35d35796625d3
7
+ data.tar.gz: 86d9af52c2bf0235b32fc68c5a05f1ffa823b5f7c83e722e6b112dc0678a0e5f76b9c6ecb8453d587d195b622303ca16408d104c2f1760da3f63fabad6b2a91e
@@ -1,3 +1,6 @@
1
+ ## 3.0.4
2
+ - Update gemspec summary
3
+
1
4
  ## 3.0.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-output-syslog'
4
- s.version = '3.0.3'
4
+ s.version = '3.0.4'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "Send events to a syslog server."
6
+ s.summary = "Sends events to a `syslog` 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"
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-syslog
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.3
4
+ version: 3.0.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-16 00:00:00.000000000 Z
11
+ date: 2017-11-13 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: []
@@ -110,9 +112,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
110
112
  version: '0'
111
113
  requirements: []
112
114
  rubyforge_project:
113
- rubygems_version: 2.4.8
115
+ rubygems_version: 2.6.11
114
116
  signing_key:
115
117
  specification_version: 4
116
- summary: Send events to a syslog server.
118
+ summary: Sends events to a `syslog` server
117
119
  test_files:
118
120
  - spec/outputs/syslog_spec.rb