logstash-output-file 4.1.0 → 4.1.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: 423a4135e24f6d54364dfb9043a8812955f11bb2
4
- data.tar.gz: f4165f97e953fbcba3cb964fd43cb3114dbca947
3
+ metadata.gz: 55ca26f1cd9e48a19681e8e6cabf4ad4beafa679
4
+ data.tar.gz: 80b23b296aafd1682d6facc6f8c2391413a57073
5
5
  SHA512:
6
- metadata.gz: 1c58a472651527096fb9659ccc89b3a94164bcd662e3aaacd051e52e92ccf2f2ac645348bfc8f85162f69389e0bb7f7500be942a376dbca5bda53b2cbd27b1d0
7
- data.tar.gz: 63ffe90719a3ba55c9636da805bb86b315dafb858376015d490242cc66bd8b8f70a806d49282e3087dbe7fd9153be1f9657eb41c95c6e90dff836d65fda461b8
6
+ metadata.gz: 17d1acc10f8d4f7c8c1e37871abfb60eb44cf21b77ee524f3c044eecb812f0ca1835ac005a1aaebda049e45fd346a8bc4c44f5d69c173c04ad32d3c5609ab17e
7
+ data.tar.gz: f93d6ded9b650f816a884b49b43bafd6a89dceef8c5acaaddbf36e989694e94e184ab80bffe6eae996141679343037a6fd638415b0378c32634bd4a4c66ac27c
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 4.1.1
2
+ - Fix some documentation issues
3
+
1
4
  ## 4.1.0
2
5
  - Remove obsolete option `message_format`
3
6
 
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-output-file'
4
- s.version = '4.1.0'
4
+ s.version = '4.1.1'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "This output will write 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"
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.0
4
+ version: 4.1.1
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-01 00:00:00.000000000 Z
11
+ date: 2017-08-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement