logstash-filter-tld 0.1.2 → 0.1.3

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: dc61268a3241c31dd089706dafe2d515ab925bec
4
- data.tar.gz: 607d944d97c18ec5ad9d69d21f9b22b77d373252
3
+ metadata.gz: 6a688a22c33dd3960ff8228412c697c6ff200467
4
+ data.tar.gz: 5de61f40ab0bc53484a1ad7f90f1b27468a49c15
5
5
  SHA512:
6
- metadata.gz: 03cf68d780d8aabc34867b8730e7454a1d932e79319df4b606650fe78e5e314da83e5278685050046fab3c3d510bdabb6c3293ec9984462481046f2a93eaea1d
7
- data.tar.gz: 9f459df7d781d0535e74b299477eef5f9ee3cbaf69b5ce03a55caff69af21ee145039ade8a26870b897fa22445d7ddd8190834282e95766cff63a8f9e4fdc349
6
+ metadata.gz: f74693e10ec6491aa23603d8b8ed39e0656a021f89748d9aa96a882e1a3a1cad6e9d72f83b9b37d5748786efd0af5eb090789a95c057fa0cfbe1180204b78c46
7
+ data.tar.gz: b89d2825c106fc3fb9190bd06cc0736640a7b3aac673986832b41aa000b244201c8d78d40c93f501d55b104f853b009b15f45090ca147ae6b972b561e1429ea6
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2012-2015 Elasticsearch <http://www.elasticsearch.org>
1
+ Copyright (c) 20122015 Elasticsearch <http://www.elastic.co>
2
2
 
3
3
  Licensed under the Apache License, Version 2.0 (the "License");
4
4
  you may not use this file except in compliance with the License.
@@ -1,12 +1,12 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-filter-tld'
3
- s.version = '0.1.2'
3
+ s.version = '0.1.3'
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/plugin install gemname. This gem is not a stand-alone program"
7
- s.authors = ["Elasticsearch"]
8
- s.email = 'info@elasticsearch.com'
9
- s.homepage = "http://www.elasticsearch.org/guide/en/logstash/current/index.html"
7
+ s.authors = ["Elastic"]
8
+ s.email = 'info@elastic.co'
9
+ s.homepage = "http://www.elastic.co/guide/en/logstash/current/index.html"
10
10
  s.require_paths = ["lib"]
11
11
 
12
12
  # Files
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: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
- - Elasticsearch
7
+ - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-26 00:00:00.000000000 Z
11
+ date: 2015-04-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -59,7 +59,7 @@ dependencies:
59
59
  - !ruby/object:Gem::Version
60
60
  version: '0'
61
61
  description: This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not a stand-alone program
62
- email: info@elasticsearch.com
62
+ email: info@elastic.co
63
63
  executables: []
64
64
  extensions: []
65
65
  extra_rdoc_files: []
@@ -74,7 +74,7 @@ files:
74
74
  - lib/logstash/filters/tld.rb
75
75
  - logstash-filter-tld.gemspec
76
76
  - spec/filters/tld_spec.rb
77
- homepage: http://www.elasticsearch.org/guide/en/logstash/current/index.html
77
+ homepage: http://www.elastic.co/guide/en/logstash/current/index.html
78
78
  licenses:
79
79
  - Apache License (2.0)
80
80
  metadata:
@@ -96,7 +96,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
96
96
  version: '0'
97
97
  requirements: []
98
98
  rubyforge_project:
99
- rubygems_version: 2.4.5
99
+ rubygems_version: 2.1.9
100
100
  signing_key:
101
101
  specification_version: 4
102
102
  summary: This example filter replaces the contents of the message field with the specified value.