logstash-output-csv 3.0.5 → 3.0.6

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: c2f950b6c626c222026c8a6f9376550520dc226a
4
- data.tar.gz: ee6b8e2b4bf4d552e444a4743c33346975929b2e
2
+ SHA256:
3
+ metadata.gz: 25bfb2acd939694bf8980393766302790d55e3b4b6b7ea8ec8bb0fcc34e08268
4
+ data.tar.gz: 51d1b2501911871384eb032ca88b02e0e7eb2fa6292b683af63f8702961e1997
5
5
  SHA512:
6
- metadata.gz: 28b1c52da6502ac310e5362f28789a4305298d644609ba6d85668ea22dc59dbe89b19fa3705141660aad96290fb0bf1ede654b8392ed11c046513d3cf86c13c6
7
- data.tar.gz: c831214c5af4ceaf8ec14e333c8f76066e50b968cb46424830e847cd6aa665c209a864e10a1f39af0bc95efa8d23ff48aa3cd620bc61f4991787e3c2de316e73
6
+ metadata.gz: 6f64a6b655b74aa5e6a7ba562569aa996dcea2bdf4864d050971d9b54bccc66aca122a255e7df73219120598700eda6245db4cb0450b5cd2f709c3bd24b0f101
7
+ data.tar.gz: 2bf7472fabe32ef363c3ac13a279b195d050ff4f80db389d4cffc56b8c7e342d26dea4d5d03e83a6a0fbff393859fa0c3fb1b514022991da94a9963ed887ec48
@@ -1,3 +1,6 @@
1
+ ## 3.0.6
2
+ - Update gemspec summary
3
+
1
4
  ## 3.0.5
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-output-csv'
4
- s.version = '3.0.5'
4
+ s.version = '3.0.6'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "Write events to disk in CSV or other delimited format"
6
+ s.summary = "Writes events to disk in a delimited format"
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-output-csv
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.5
4
+ version: 3.0.6
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-16 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
@@ -86,7 +86,9 @@ dependencies:
86
86
  - - ">="
87
87
  - !ruby/object:Gem::Version
88
88
  version: '0'
89
- 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
89
+ description: This gem is a Logstash plugin required to be installed on top of the
90
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
91
+ gem is not a stand-alone program
90
92
  email: info@elastic.co
91
93
  executables: []
92
94
  extensions: []
@@ -124,9 +126,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
124
126
  version: '0'
125
127
  requirements: []
126
128
  rubyforge_project:
127
- rubygems_version: 2.4.8
129
+ rubygems_version: 2.6.11
128
130
  signing_key:
129
131
  specification_version: 4
130
- summary: Write events to disk in CSV or other delimited format
132
+ summary: Writes events to disk in a delimited format
131
133
  test_files:
132
134
  - spec/outputs/csv_spec.rb