logstash-codec-csv 0.1.3 → 0.1.4

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
- SHA256:
3
- metadata.gz: b7cb465338d604e826b68fedac7cc5d0d480c1e2f1d1ba6a03c5ab649b237bc8
4
- data.tar.gz: 4c22457edf2cda054e31e048a2736c583c8ab1c881672acc641e600c374a2aaf
2
+ SHA1:
3
+ metadata.gz: 5aaabef583e1e52a16f43545eb47083e02bc951c
4
+ data.tar.gz: 3aa2c1b325eb41cd65796bd662b02ead367cdaf5
5
5
  SHA512:
6
- metadata.gz: f43f24282d31ddf8ba59e888c9cb3a5136efaa0444a0a6094f9aeb9f41bc6b9c39714b05f910e6eb0e4360fb603a4362fbef7729df441a0bd1f60189fef8c962
7
- data.tar.gz: 8ce58d07603ae05dbdeb385b7563367760a9375f6c44cd9bec6583ee0948e61fe87f9d49819652113375db52a30468560c38fa224a516df3590e542995dabeec
6
+ metadata.gz: b981ff851e9eb2c7576a58669dd4ffe3c0ce169236063fb103891be5bb3750d2e13f667f07abc20519d82c3fd8c061c9a4e952af8777216ee1213db3c3deadc5
7
+ data.tar.gz: 8a51e1bff8a64063ae31294c1e498b7b90e54b32bdddf0d5504596d8fe922c6e631c0672aedb82021fe8c11f15f9c93ce09caa349f8e3a3d8ffa1b20a28e6391
@@ -1,3 +1,6 @@
1
+ ## 0.1.4
2
+ - Fix some documentation issues
3
+
1
4
  # 0.1.2
2
5
  - Depend on logstash-core-plugin-api instead of logstash-core, removing the need to mass update plugins on major releases of logstash
3
6
  # 0.1.1
@@ -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 codec plugin
18
18
 
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-codec-csv'
4
- s.version = '0.1.3'
4
+ s.version = '0.1.4'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "The csv codec take CSV data, parses it and passes it away"
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-codec-csv
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elasticsearch
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
@@ -38,9 +38,7 @@ dependencies:
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@elasticsearch.com
45
43
  executables: []
46
44
  extensions: []
@@ -77,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
77
75
  version: '0'
78
76
  requirements: []
79
77
  rubyforge_project:
80
- rubygems_version: 2.6.11
78
+ rubygems_version: 2.4.8
81
79
  signing_key:
82
80
  specification_version: 4
83
81
  summary: The csv codec take CSV data, parses it and passes it away