logstash-input-syslog 3.2.2 → 3.2.3

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: f3741a2f2ef353e1deb0970f006f34c8cca061f8
4
- data.tar.gz: 1c1444dd67b944f758e2eb839f8c9497e282dddc
2
+ SHA256:
3
+ metadata.gz: eaa7bffcee872ad4acc31204befd27fe1dfaf8b7ed7e2ea1f9c5f83cd1e90d55
4
+ data.tar.gz: '08e2261511e7ebaac9406c438680e37894b9ed97bc8219f957dc6c5cc31e66e5'
5
5
  SHA512:
6
- metadata.gz: 3039059e5b956082ab2729daf121b6aee01434b66817e10e2dbc9171f496c80860aa68824f02686f9056f25f11183f1a79f61a23566479f972b322915b523250
7
- data.tar.gz: a6fbf75e091010a99142785c32d6b965346b2d5ea248bd3111fbae9109b697ee9a242d70dc4a0efe04070446b262f4af007db558add71484ea8f20f6e42347a5
6
+ metadata.gz: bce1f222438c07c3f56691febb451a578e59861e36ba980bc81656ba4390f36bb820c6f945bc803317b9f35ca557377f9eb2a8e5102e63597030fb522d6ababb
7
+ data.tar.gz: 7fb0770942f47b8819887bae185bba673e8390ae30bbdc8622913c0d7efaada310226e580de0cd109ec24ad1a51d5a2a064c395fa8e1d3de7393ce2f0d456ad9
@@ -1,3 +1,6 @@
1
+ ## 3.2.3
2
+ - Update gemspec summary
3
+
1
4
  ## 3.2.2
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-syslog'
4
- s.version = '3.2.2'
4
+ s.version = '3.2.3'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "Read syslog messages as events over the network."
6
+ s.summary = "Reads syslog messages 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-syslog
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.2
4
+ version: 3.2.3
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
@@ -134,7 +134,9 @@ dependencies:
134
134
  - - ">="
135
135
  - !ruby/object:Gem::Version
136
136
  version: '0'
137
- 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
137
+ description: This gem is a Logstash plugin required to be installed on top of the
138
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
139
+ gem is not a stand-alone program
138
140
  email: info@elastic.co
139
141
  executables: []
140
142
  extensions: []
@@ -172,9 +174,9 @@ 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: Read syslog messages as events over the network.
180
+ summary: Reads syslog messages as events
179
181
  test_files:
180
182
  - spec/inputs/syslog_spec.rb