logstash-filter-csv 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
2
  SHA1:
3
- metadata.gz: e9975cc4ea26ea06e7cd9faf725c1559348662d2
4
- data.tar.gz: 1ebb3894e769febe4f48aa0a1583bba8dc5c13f2
3
+ metadata.gz: 55248ee94900a2352a2900c98c891c5de8ebfe3b
4
+ data.tar.gz: fe7817db9a950532cf8b32650413d6b8c74cbb71
5
5
  SHA512:
6
- metadata.gz: fd3046e1ead39a1ad532a5ffb51e7f5da2b3a01bea5f8d339bd8da01bcfaa060bbc61f9fe4933e2aa754db9689d2e66a934e2c2c2ad884370bacfc5a95e736f3
7
- data.tar.gz: 2b00766018f3b5c3a296bd8c9d2f39d1fd31efe90d48e32ae3d2251788fa5f85c033d1632f12a16891602a7426e3e0984437d920103406e6e773d25af3de68ba
6
+ metadata.gz: 48756013179fb793a380dd17f4b078c4acb9332ecb2da455279214b8653bdfd27b01cb251252d6b12b062bc726426e214ae3bc0a18bac1a7bd5fd5879212893f
7
+ data.tar.gz: c588100c860435e658c98ff3be641a3794374593558cf8715096687524e9ef9712416f1de32ce0444f75420dea288d3fee094401c53944b3098e103ddabd4a36
@@ -1,3 +1,6 @@
1
+ ## 3.0.5
2
+ - Fix some documentation issues
3
+
1
4
  ## 3.0.3
2
5
  - generate Timestamp objects for correctly converted :date and :date_time fields with related specs.
3
6
 
@@ -12,7 +12,7 @@ START - GENERATED VARIABLES, DO NOT EDIT!
12
12
  END - GENERATED VARIABLES, DO NOT EDIT!
13
13
  ///////////////////////////////////////////
14
14
 
15
- [id="plugins-{type}-{plugin}"]
15
+ [id="plugins-{type}s-{plugin}"]
16
16
 
17
17
  === Csv filter plugin
18
18
 
@@ -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.4'
4
+ s.version = '3.0.5'
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,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-filter-csv
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-06-23 00:00:00.000000000 Z
11
+ date: 2017-08-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement