logstash-input-pipe 3.0.4 → 3.0.5

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
2
  SHA1:
3
- metadata.gz: 7862036f00cd916afe33efb94c6bb676583137c0
4
- data.tar.gz: 979189e168402df524ce5ef3d3fb97341d81dc90
3
+ metadata.gz: 03b144c5dcbf245f407a3e7063d2ab0b884bf792
4
+ data.tar.gz: 8bec096100b862fe0b0c0f58d37a7cd7fa32a093
5
5
  SHA512:
6
- metadata.gz: 5a757e09a161b7e576d1a017268e412bfadc68e21872b6735491756a10b623b6cedc01f46837eebd775441eb05d7ea097992d70ce0544c69688e3f8644efe975
7
- data.tar.gz: 558f2f683df67f139424cbafc1de8c6c3cb7356d1ce9b22a40a7d8f3c78496b51e413de2c9fbc16c10924b4661a5928c015c80183e2390ae322b6cc337760dd7
6
+ metadata.gz: 6f9b3bf344c203515b92da4de884e8142c63a924cf1d7e9e22f50c776ed38c0842cf2ead752f9d27d54290df9688441163e6d2448340997f09b3bf6ddf1e7e23
7
+ data.tar.gz: dbf45486d239529d4c3f78d0d6263d85c1f4de74afdcd93d7e487a04f3544f27c42c3ed7eb2ebaca2de9ba09858df625246e4cd18d3906749d2c5511aa5f25e3
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 3.0.5
2
+ - Fix some documentation issues
3
+
1
4
  ## 3.0.3
2
5
  - Docs: Remove mention of the multiline filter plugin because it's no longer supported
3
6
 
data/docs/index.asciidoc CHANGED
@@ -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
  === Pipe input plugin
18
18
 
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-input-pipe'
4
- s.version = '3.0.4'
4
+ s.version = '3.0.5'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Stream events from a long running command pipe"
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-pipe
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.4
4
+ version: 3.0.5
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