logstash-output-file 4.1.1 → 4.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 55ca26f1cd9e48a19681e8e6cabf4ad4beafa679
4
- data.tar.gz: 80b23b296aafd1682d6facc6f8c2391413a57073
2
+ SHA256:
3
+ metadata.gz: 0031f28c479fb5916b1cb21c53b4e1f0438716d05eb58d910383992dd767b0fa
4
+ data.tar.gz: 9cb1ffa71455af5af93349a6e437548155451887ef72c4a5c9361d863987ef70
5
5
  SHA512:
6
- metadata.gz: 17d1acc10f8d4f7c8c1e37871abfb60eb44cf21b77ee524f3c044eecb812f0ca1835ac005a1aaebda049e45fd346a8bc4c44f5d69c173c04ad32d3c5609ab17e
7
- data.tar.gz: f93d6ded9b650f816a884b49b43bafd6a89dceef8c5acaaddbf36e989694e94e184ab80bffe6eae996141679343037a6fd638415b0378c32634bd4a4c66ac27c
6
+ metadata.gz: b36b0dbc3be1c59f45295079358cc36c875e4234cd6bbc927432f9408ed9a8ab8bc8a77584fc910f83eeea120c4f1fe38617f72831358d174ce872e6ecf6ab48
7
+ data.tar.gz: 7b92b2bddf002098e4790aaf6f4eff582486e349ecd989189641b11a9182ba424b1d669b676d72f9f758f74258bbb5720c9ef20b840e67b4308a96cf390ad1f4
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 4.1.2
2
+ - Update gemspec summary
3
+
1
4
  ## 4.1.1
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-file'
4
- s.version = '4.1.1'
4
+ s.version = '4.1.2'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "This output will write events to files on disk"
6
+ s.summary = "Writes events to files on disk"
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-file
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.1.1
4
+ version: 4.1.2
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: This output will write events to files on disk
132
+ summary: Writes events to files on disk
131
133
  test_files:
132
134
  - spec/outputs/file_spec.rb