logstash-input-file 4.0.2 → 4.0.3
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 +5 -5
- data/CHANGELOG.md +3 -0
- data/docs/index.asciidoc +1 -1
- data/logstash-input-file.gemspec +1 -1
- metadata +4 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 1ef48b0a9821c8fb65f9fe12a26d19bf779ded30
|
|
4
|
+
data.tar.gz: 9f4030d01add3aaedc159de5e88ab5105813b036
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8502504079034838dc1597f97643afa89adf63f39a8035fd52df1f6c95641d7310e61e5d7dd691d342150ef377c49e03e12e78c0fdb9e9dcecea12de73c90443
|
|
7
|
+
data.tar.gz: 769232c254f986196d790a7207bf721b0415a9df13adde9b5387bfa69517e9ed1bd9e270e9e8908ce3cf8f2dd9b28b320e24ca1eacd0dd2959d62e88e219584a
|
data/CHANGELOG.md
CHANGED
data/docs/index.asciidoc
CHANGED
data/logstash-input-file.gemspec
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
|
|
3
3
|
s.name = 'logstash-input-file'
|
|
4
|
-
s.version = '4.0.
|
|
4
|
+
s.version = '4.0.3'
|
|
5
5
|
s.licenses = ['Apache License (2.0)']
|
|
6
6
|
s.summary = "Stream events from files."
|
|
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-input-file
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.0.
|
|
4
|
+
version: 4.0.3
|
|
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
|
+
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
|
|
@@ -148,9 +148,7 @@ dependencies:
|
|
|
148
148
|
- - ">="
|
|
149
149
|
- !ruby/object:Gem::Version
|
|
150
150
|
version: '0'
|
|
151
|
-
description: This gem is a Logstash plugin required to be installed on top of the
|
|
152
|
-
Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
|
|
153
|
-
gem is not a stand-alone program
|
|
151
|
+
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
|
|
154
152
|
email: info@elastic.co
|
|
155
153
|
executables: []
|
|
156
154
|
extensions: []
|
|
@@ -190,7 +188,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
190
188
|
version: '0'
|
|
191
189
|
requirements: []
|
|
192
190
|
rubyforge_project:
|
|
193
|
-
rubygems_version: 2.
|
|
191
|
+
rubygems_version: 2.4.8
|
|
194
192
|
signing_key:
|
|
195
193
|
specification_version: 4
|
|
196
194
|
summary: Stream events from files.
|