logstash-output-file 4.2.0 → 4.2.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
  SHA256:
3
- metadata.gz: f1c0a72039a31511cef581ab157dc78e8e545b16fb9e1301d8628f9ab77492c6
4
- data.tar.gz: c86ee9d1049b8caa50ec3d6089a4fa8ac958bb16e8f4b6294c3e51a7795c23e2
3
+ metadata.gz: e3e6df96b8e8987eaeb62b48f7be2df97ea74326231d8557d563398f1bb8d9a5
4
+ data.tar.gz: 8e8fa39f3960c4860340ef16d018f6e28fdeec2ace2a34e556b1b19a50806da4
5
5
  SHA512:
6
- metadata.gz: c9d25f9bb1d42e83c2843592001b4d5670004a0b26bf30a14e05ae46b530ccd23e4fdd69527b937bc14d98235e5280b97247c586f8b12d6444583e9c68c13951
7
- data.tar.gz: 02d594fa1aa927b877f7495954029ae568bd4fcf6080331fa89cbc2919b063f8ffb7471334889a238822711e5fd5e5138e422e59858be720d41cf9d81fb560a7
6
+ metadata.gz: 3acf0df3cfad62b494dc6e69a8536b1a3cb57cbcc061c03fd3964dde64e3fb00085c6e2715551ddbeda348ca14e07fb6886fb13f0f1f961e547674e3b5320666
7
+ data.tar.gz: d4cf144fff27f3ead7b07277c211f7470a96562c1bf807b3a05a397e9ca4772a78181c9cd1775ec19f534751b38063e9c506b8b714f3c474b932b17b9548882f
@@ -1,3 +1,6 @@
1
+ ## 4.2.1
2
+ - Bugfix: Move require of flores into the spec file instead of main file.rb
3
+
1
4
  ## 4.2.0
2
5
  - New `write_behavior` feature. Value can be "append" (default) or
3
6
  "overwrite". If "append", events will be appended to the end of the file.
@@ -1,7 +1,6 @@
1
1
  # encoding: utf-8
2
2
  require "logstash/namespace"
3
3
  require "logstash/outputs/base"
4
- require "flores/random"
5
4
  require "logstash/errors"
6
5
  require "zlib"
7
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.2.0'
4
+ s.version = '4.2.1'
5
5
  s.licenses = ['Apache License (2.0)']
6
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"
@@ -9,6 +9,7 @@ require "stud/temporary"
9
9
  require "tempfile"
10
10
  require "uri"
11
11
  require "fileutils"
12
+ require "flores/random"
12
13
 
13
14
  describe LogStash::Outputs::File do
14
15
  describe "ship lots of events to a file" do
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.2.0
4
+ version: 4.2.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-11-23 00:00:00.000000000 Z
11
+ date: 2017-11-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement