logstash-filter-syslog_pri 3.0.4 → 3.0.5

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: 5dd8f403eda9132dbaa29bf5a3270d821dc5e209
4
- data.tar.gz: a69508884db9b87b98fd5243364621a76dd7d616
2
+ SHA256:
3
+ metadata.gz: 7bfd50034e91b1a26c2ec1136854455deb71692e1d787637b89b2715abdcba38
4
+ data.tar.gz: 5d59920394ca52927a6448bada663bf6fc1631051afa23931edb04965eae2b6c
5
5
  SHA512:
6
- metadata.gz: 63e8986853c287115ae671c173c1bade63d547156677ca1459453b791825337fa87e2c821e06ea2787aa8ba13d24345384207ec654c00e9d8c5bd17760b6fbe5
7
- data.tar.gz: e6b6c5f685592a8a0f6d3bb5c4d48e85361adfcc25a6e6d4f49f89a50ce0223b259715a30e435e9365d6b709fad7453513ab9ec8d1f016d24697c1d477156538
6
+ metadata.gz: 333d235ddb28becf97d7ad7c534e5501a44cdb526a4ffcb7cbbfb8927f4a5e7f1567e7a3121896e3dd0cdaadabdc14b88cabb0bad4d3acc5acc5d6cc6a2d3bdb
7
+ data.tar.gz: bbef82bef7c19281cf33491a89ab01870d4825fe467755cdaefe18ae6a3aab9f0bbf53f94dad3e4a01bbc90c925fa1b73967912282cc893477800598f8ea0acb
@@ -1,3 +1,6 @@
1
+ ## 3.0.5
2
+ - Update gemspec summary
3
+
1
4
  ## 3.0.4
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-filter-syslog_pri'
4
- s.version = '3.0.4'
4
+ s.version = '3.0.5'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "Filter plugin for logstash to parse the PRI field from the front of a Syslog (RFC3164) message"
6
+ s.summary = "Parses the `PRI` (priority) field of a `syslog` message"
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-filter-syslog_pri
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.4
4
+ version: 3.0.5
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
@@ -44,7 +44,9 @@ dependencies:
44
44
  - - ">="
45
45
  - !ruby/object:Gem::Version
46
46
  version: '0'
47
- 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
47
+ description: This gem is a Logstash plugin required to be installed on top of the
48
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
49
+ gem is not a stand-alone program
48
50
  email: info@elastic.co
49
51
  executables: []
50
52
  extensions: []
@@ -83,10 +85,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
83
85
  version: '0'
84
86
  requirements: []
85
87
  rubyforge_project:
86
- rubygems_version: 2.4.8
88
+ rubygems_version: 2.6.11
87
89
  signing_key:
88
90
  specification_version: 4
89
- summary: Filter plugin for logstash to parse the PRI field from the front of a Syslog (RFC3164) message
91
+ summary: Parses the `PRI` (priority) field of a `syslog` message
90
92
  test_files:
91
93
  - spec/filters/syslog_pri_spec.rb
92
94
  - spec/spec_helper.rb