logstash-output-null 3.0.3 → 3.0.4

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: f2b90f368d2d385e197ff9e2e697b37d524de814
4
- data.tar.gz: cf0c1999e1a991a932ca7afed8f2cd2a663021e0
3
+ metadata.gz: b8a390178746cec833dd3c95b7876f7d1a410ba6
4
+ data.tar.gz: da9e78dd1758507aa83c413199dfa443ea80ab73
5
5
  SHA512:
6
- metadata.gz: b02e01be45acebe9263ca2d4cf5c9195810b99b0e17ce2460f49ece41fc6c83a6bd7e07f7198a8d27d4087161fd3202c1107e5eca81eb4cecd9e2aff7ea04c26
7
- data.tar.gz: 7238a5324c658a2a971a3bd126c3ef52733e053450c8c9fe1884b47aaf0f4736f94f73a3c8478ea4fbd6c40e35ac1182864daefc1032f74a944827348c3a9df6
6
+ metadata.gz: 5a9d727a24e5b826890ea4342efc0321c1df7e6fbb45d4f91ea0d15767cadca8112ad051f9c302f6e255bae71fd2f3d8822667cbeccc38fa74ef14e9cbfb5e8f
7
+ data.tar.gz: b4c42bcc853b329e3703a9c35dffb9a78154b4b152a82685323b1e4f489e8785f55324b188218a1223aa17746d3c17bbb973a3ad611f0c495748a346c622e1d1
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 3.0.4
2
+ - Fix some documentation issues
3
+
1
4
  ## 3.0.2
2
5
  - Relax constraint on logstash-core-plugin-api to >= 1.60 <= 2.99
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
  === Null output plugin
18
18
 
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-output-null'
4
- s.version = '3.0.3'
4
+ s.version = '3.0.4'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "A null output. This is useful for testing logstash inputs and filters for performance."
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-null
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.3
4
+ version: 3.0.4
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-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement