logstash-filter-syslog_pri 3.0.0 → 3.0.1

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
2
  SHA1:
3
- metadata.gz: 6803543d75939012ebc8333603e30436299d534c
4
- data.tar.gz: 077b96d8871363b6209a86c9fee25cafcf3d3f1a
3
+ metadata.gz: f7df19216b27ba9df228644c3c8ad3acd06be277
4
+ data.tar.gz: 6e355307e95ca4b330fdfca19589f57c4312b528
5
5
  SHA512:
6
- metadata.gz: 8aa565e571f8d00f63772fa0c7a30dbe7c50b216d19eb9ec9215e1983fee7b0e82f786962c87d6e0a38b699aa11bd7654391552d44d3d81f6d82b72741f44f53
7
- data.tar.gz: 1afa06158c213da582904f84aa6cc7709d73645762627c8b9fbbfe8672616e5239194e990e92a4b103f090ee0849ed5b5cea3bb8f542856db82c93239d370712
6
+ metadata.gz: 577ed2a87f43b0b287f777547256232a4205816b9266390c60bb7091b11a57da545bf1f0b4e2862c808b4e8930404b917b0f1e23c36c9333d62012e8cd4d1abd
7
+ data.tar.gz: 4454ed1a5ff81d6a888f130989a172fa4bd4767ba6089c616e0200864e60ac6d5e2b25499b487584618c6348999bd09f6d27146f61c5881f8a57566f727be43a
@@ -1,3 +1,5 @@
1
+ ## 3.0.1
2
+ - Republish all the gems under jruby.
1
3
  ## 3.0.0
2
4
  - Update the plugin to the version 2.0 of the plugin api, this change is required for Logstash 5.0 compatibility. See https://github.com/elastic/logstash/issues/5141
3
5
  # 2.0.4
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-filter-syslog_pri'
4
- s.version = '3.0.0'
4
+ s.version = '3.0.1'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Filter plugin for logstash to parse the PRI field from the front of a Syslog (RFC3164) 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"
metadata CHANGED
@@ -1,46 +1,44 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-filter-syslog_pri
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
4
+ version: 3.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-05-06 00:00:00.000000000 Z
11
+ date: 2016-05-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
- name: logstash-core-plugin-api
15
14
  requirement: !ruby/object:Gem::Requirement
16
15
  requirements:
17
16
  - - "~>"
18
17
  - !ruby/object:Gem::Version
19
18
  version: '2.0'
20
- type: :runtime
19
+ name: logstash-core-plugin-api
21
20
  prerelease: false
21
+ type: :runtime
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: '2.0'
27
27
  - !ruby/object:Gem::Dependency
28
- name: logstash-devutils
29
28
  requirement: !ruby/object:Gem::Requirement
30
29
  requirements:
31
30
  - - ">="
32
31
  - !ruby/object:Gem::Version
33
32
  version: '0'
34
- type: :development
33
+ name: logstash-devutils
35
34
  prerelease: false
35
+ type: :development
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
- description: This gem is a Logstash plugin required to be installed on top of the
42
- Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
43
- gem is not a stand-alone program
41
+ 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
44
42
  email: info@elastic.co
45
43
  executables: []
46
44
  extensions: []
@@ -62,7 +60,7 @@ licenses:
62
60
  metadata:
63
61
  logstash_plugin: 'true'
64
62
  logstash_group: filter
65
- post_install_message:
63
+ post_install_message:
66
64
  rdoc_options: []
67
65
  require_paths:
68
66
  - lib
@@ -77,12 +75,11 @@ required_rubygems_version: !ruby/object:Gem::Requirement
77
75
  - !ruby/object:Gem::Version
78
76
  version: '0'
79
77
  requirements: []
80
- rubyforge_project:
81
- rubygems_version: 2.5.1
82
- signing_key:
78
+ rubyforge_project:
79
+ rubygems_version: 2.4.8
80
+ signing_key:
83
81
  specification_version: 4
84
- summary: Filter plugin for logstash to parse the PRI field from the front of a Syslog
85
- (RFC3164) message
82
+ summary: Filter plugin for logstash to parse the PRI field from the front of a Syslog (RFC3164) message
86
83
  test_files:
87
84
  - spec/filters/syslog_pri_spec.rb
88
85
  - spec/spec_helper.rb