logstash-filter-dns 0.1.4 → 0.1.5

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: f2bf76b8675606cc9534807875b5d4ef8d9390d9
4
- data.tar.gz: 8cce601f416e9713133ec9258f41c5f923239c27
3
+ metadata.gz: bc7ef1703f69dae7bd0970d291ddf667d3a91a70
4
+ data.tar.gz: 8c0425c8211997c77ac4c4fdcdb238f4e81766e9
5
5
  SHA512:
6
- metadata.gz: 62087f135b3504eaf6b48dfbfece4aa01f200a0c590be684379e094e9fcb728ac7cb311fdda684595ba33c3a587430e268efd43184510701ed6a33a87717b2f7
7
- data.tar.gz: 67d76a22add3d79afebf3e3eba7c64d0c49c378eb16ba798ea8230bfdf196a75b7a70fa15c95ead054837f32f129a8f33933097f3554aaa68ff365dd28290d4a
6
+ metadata.gz: 9a293927d8e5d70a884041f07a439308df2de0d584d01464aa97461dc983a8da2050b59a3cc5186f4b8e016fe879d4c4feaf3961033e69ad0c0c786f6ceaa9f4
7
+ data.tar.gz: b51ccc3ea1c92e4e6e07179a2c9997c40382080f0d2de129cc57f8943b09448ff34bdaf7eb67c95586f3f87f29b7eba34b2c0a11da23dc65286b4f6f291b4d2a
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,13 +1,13 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-filter-dns'
4
- s.version = '0.1.4'
4
+ s.version = '0.1.5'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "This filter will resolve any IP addresses from a field of your choosing."
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/plugin install gemname. This gem is not a stand-alone program"
8
- s.authors = ["Elasticsearch"]
9
- s.email = 'info@elasticsearch.com'
10
- s.homepage = "http://www.elasticsearch.org/guide/en/logstash/current/index.html"
8
+ s.authors = ["Elastic"]
9
+ s.email = 'info@elastic.co'
10
+ s.homepage = "http://www.elastic.co/guide/en/logstash/current/index.html"
11
11
  s.require_paths = ["lib"]
12
12
 
13
13
  # Files
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-filter-dns
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
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
@@ -45,7 +45,7 @@ dependencies:
45
45
  - !ruby/object:Gem::Version
46
46
  version: '0'
47
47
  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
48
- email: info@elasticsearch.com
48
+ email: info@elastic.co
49
49
  executables: []
50
50
  extensions: []
51
51
  extra_rdoc_files: []
@@ -60,7 +60,7 @@ files:
60
60
  - lib/logstash/filters/dns.rb
61
61
  - logstash-filter-dns.gemspec
62
62
  - spec/filters/dns_spec.rb
63
- homepage: http://www.elasticsearch.org/guide/en/logstash/current/index.html
63
+ homepage: http://www.elastic.co/guide/en/logstash/current/index.html
64
64
  licenses:
65
65
  - Apache License (2.0)
66
66
  metadata:
@@ -82,7 +82,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
82
82
  version: '0'
83
83
  requirements: []
84
84
  rubyforge_project:
85
- rubygems_version: 2.4.5
85
+ rubygems_version: 2.1.9
86
86
  signing_key:
87
87
  specification_version: 4
88
88
  summary: This filter will resolve any IP addresses from a field of your choosing.