logstash-input-file 4.0.2 → 4.0.3

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
- SHA256:
3
- metadata.gz: 4bfa2200c86a94ed11e3691e5769dabafed7b0794f6fbba92cd1b8d68af828a9
4
- data.tar.gz: f5c9d5dc49814dd1040cc6af8e7fca6c9c1ef5d149cea96a0152a05fcb4e11de
2
+ SHA1:
3
+ metadata.gz: 1ef48b0a9821c8fb65f9fe12a26d19bf779ded30
4
+ data.tar.gz: 9f4030d01add3aaedc159de5e88ab5105813b036
5
5
  SHA512:
6
- metadata.gz: 44d10ae77862a89089f48088420c67e5430623b46b2bc9d3d65f9ef5c5d90abdfd759112a3c763d4db6425f0c61ad8b6031f5e466de690b1b378f7080b1f3141
7
- data.tar.gz: c85ca0e8e74cefa9a89dc33cc6d3163b1ab866bd59c9aca5fb1b44cbdc523e880a7c01a18d9de70fc02307a88d07b8bfad7fd19c74dd028d41bcdb854fdd6b21
6
+ metadata.gz: 8502504079034838dc1597f97643afa89adf63f39a8035fd52df1f6c95641d7310e61e5d7dd691d342150ef377c49e03e12e78c0fdb9e9dcecea12de73c90443
7
+ data.tar.gz: 769232c254f986196d790a7207bf721b0415a9df13adde9b5387bfa69517e9ed1bd9e270e9e8908ce3cf8f2dd9b28b320e24ca1eacd0dd2959d62e88e219584a
@@ -1,3 +1,6 @@
1
+ ## 4.0.3
2
+ - Fix some documentation issues
3
+
1
4
  ## 4.0.1
2
5
  - Docs: Fix the description with the logstash documentation generator
3
6
  - Fix an issue with the rspec suite not finding log4j
@@ -12,7 +12,7 @@ START - GENERATED VARIABLES, DO NOT EDIT!
12
12
  END - GENERATED VARIABLES, DO NOT EDIT!
13
13
  ///////////////////////////////////////////
14
14
 
15
- [id="plugins-{type}-{plugin}"]
15
+ [id="plugins-{type}s-{plugin}"]
16
16
 
17
17
  === File input plugin
18
18
 
@@ -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.2'
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.2
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-06-23 00:00:00.000000000 Z
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.6.11
191
+ rubygems_version: 2.4.8
194
192
  signing_key:
195
193
  specification_version: 4
196
194
  summary: Stream events from files.