logstash-filter-csv 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: 4429289ac57b4af0203b4e25f2afaf8af49c60d3
4
- data.tar.gz: c985828193852bf22d0892970eedf6b2af1a0046
3
+ metadata.gz: 4f69b0446abb512b0bfc284a817e5c3c2db7591b
4
+ data.tar.gz: cd10cdb72aea6afe0c675d63f55c4a91c1534c68
5
5
  SHA512:
6
- metadata.gz: 9bd907eb2461f2561230b749551508e1c7cec3ae01852bd28c2528bafb4d0c1951db8a161954068e20ff00e9bc696feae8969febe62cdcc32e3dd3b600897b4f
7
- data.tar.gz: d66e0d43c0d8a6be73535bf7015b91b1c124b0c544d5db7fb8180b6ddee00811412b9a2f24ac78c6fb578b11c7d9abd6aeeb17f66d1d6730b15913eada78a951
6
+ metadata.gz: e9f4c746a6e33857d056cb8b8f16265bf3f6780ac92893eb01447443d63974bfa28fbb882b1c43e966d85971d90f3ca6c6471d4280db6e4d62f892ecd56df254
7
+ data.tar.gz: 15d82ca803255caaf7b01e9270446aac7b8a2a51587b93606162bc77045686ee856e352bf61c0582a12ca89fcb4f45010dd1dd45bf872e12600992cf3ab06993
@@ -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.1.3
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-filter-csv'
4
- s.version = '3.0.0'
4
+ s.version = '3.0.1'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "The CSV filter takes an event field containing CSV data, parses it, and stores it as individual fields (can optionally specify the names)."
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-csv
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-10 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: []
@@ -61,7 +59,7 @@ licenses:
61
59
  metadata:
62
60
  logstash_plugin: 'true'
63
61
  logstash_group: filter
64
- post_install_message:
62
+ post_install_message:
65
63
  rdoc_options: []
66
64
  require_paths:
67
65
  - lib
@@ -76,11 +74,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
76
74
  - !ruby/object:Gem::Version
77
75
  version: '0'
78
76
  requirements: []
79
- rubyforge_project:
80
- rubygems_version: 2.5.1
81
- signing_key:
77
+ rubyforge_project:
78
+ rubygems_version: 2.4.8
79
+ signing_key:
82
80
  specification_version: 4
83
- summary: The CSV filter takes an event field containing CSV data, parses it, and stores
84
- it as individual fields (can optionally specify the names).
81
+ summary: The CSV filter takes an event field containing CSV data, parses it, and stores it as individual fields (can optionally specify the names).
85
82
  test_files:
86
83
  - spec/filters/csv_spec.rb