logstash-filter-tld 3.0.1 → 3.0.2

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
2
  SHA1:
3
- metadata.gz: 77305744238f7be255653d3817733f45906bb201
4
- data.tar.gz: daf6dfc61b198605dccf7e41a0efe5fa005257f0
3
+ metadata.gz: 59317ae35881d7d72f594889835115253464dfeb
4
+ data.tar.gz: b8e635882e0464791f98977af6ce45f5abf6d877
5
5
  SHA512:
6
- metadata.gz: 606f2dad48bbe1e7772f3e76d51353e84cfbf92f8209ee865da656e9474c36b1b6a96c74cebe19c08e2569f53f18be7416264a62e24535a85e84b35cbb591dd6
7
- data.tar.gz: 256d8fb8163c4c714db43fadbed200cc59a7f8092d1e470921d163025a5242fe0e381cc3b695c5dcf7270bd11774f16c77cca795307b74040d7da33c94c63fc5
6
+ metadata.gz: bdddaf3386c96f29bc87b35f996348c4a9a02e19811a9269b0739a8c036ed96625f5278e4733a654d55ca95b108ab7f1d4b5c78c9338502a0bd81b2418b4a21e
7
+ data.tar.gz: d68d3d533d596c1b8b5849b74db83889f36f6b9109ebb3f0904fe3579733d2344a2f7bfccdc22e834be437778881a701e3a9d4a6c1294f3524f25f25c955feb4
@@ -1,3 +1,6 @@
1
+ ## 3.0.2
2
+ - Fix some documentation issues
3
+
1
4
  ## 3.0.0
2
5
  - Breaking: Updated plugin to use new Java Event APIs
3
6
  - relax logstash-core-plugin-api constrains
@@ -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
  === Tld filter plugin
18
18
 
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-filter-tld'
3
- s.version = '3.0.1'
3
+ s.version = '3.0.2'
4
4
  s.licenses = ['Apache License (2.0)']
5
5
  s.summary = "This example filter replaces the contents of the message field with the specified value."
6
6
  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-tld
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1
4
+ version: 3.0.2
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