logstash-filter-uuid 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: 36f2c6233f852976d7c1314fb365aa32b62f394a
4
- data.tar.gz: 3ecf812989d1912005a995d9fde24c6d0f073e19
3
+ metadata.gz: 2d88107acef2e5ce9822b80d878dfe36616b0aac
4
+ data.tar.gz: 040cfbd47d7ca890aa94e31bff6966138cdb0a49
5
5
  SHA512:
6
- metadata.gz: 4d0add02d984ba5e219b789026c30cd237fbe9078bca0484aa1015ade5cb77190bb0713eb012917947c350a8092c52600ff96b2319d1582a2ec5cce3e4dc68ef
7
- data.tar.gz: ec4ef5b7dfdd8aa5a3e4b4c739ec5c1c9015afaa9f754571ee7dd5f7a74c0232fc93b57c2f87c097060290030979dc594e91de98092905a9cd054fa46da22d32
6
+ metadata.gz: 659dbdf8e06636b6d2e6147e6133325db41fd52c85bb7792c551678be7ac60ef59760272e591f3d355775117dd5107c356c352dc75898c726972cd5a51f53414
7
+ data.tar.gz: dbbecdf88af090972ca541d6d5000ae2be853664758fc2733584d3af74f3ce20bb8e998cdcdbfa8f64dba64deccc6e65744b3a3d7b65418edb27d48a8fed02f1
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
  === Uuid filter plugin
18
18
 
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-filter-uuid'
4
- s.version = '3.0.3'
4
+ s.version = '3.0.4'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "The uuid filter allows you to add a UUID field to messages."
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-filter-uuid
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-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement