logstash-filter-oui 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: 690d8a5a6cc0138099982f1d06ac46078d24bcf7
4
- data.tar.gz: 7db4991d48ddc0bfabcb5805d77d7c4af1907014
3
+ metadata.gz: 16277a0d37530e54ea1072c5fa265126b67e21d8
4
+ data.tar.gz: 56220a5540c584778a39b211b3ccb9519635a12c
5
5
  SHA512:
6
- metadata.gz: ffa6bea675fa55664eb91d1958c9684f281ff9a33f30398bbcdebb1d9bc0b200178aab19156cc1f0babcfd237d9beb74b4f19f05cbe020889ff607134c5eb65d
7
- data.tar.gz: 05dec58d869391e3ac065d80ea6caa8de05db1738668f3247b9dcae71d3ffa125679fee629ca09423bc5b58f2e7229f6403e5c4addfda7df3da627053690f1aa
6
+ metadata.gz: 404352ee3333c8a37725ad505271a7ffb84b1304442db8ab4ef924f935464290dd29bfee0d3a2e29392c30c41cb5e639b0b413878b9048620d454048eecf843c
7
+ data.tar.gz: ee39dc01714626b318c7850d8a040a91ba0dee57951ef15b090932bac2c0045b3dfa20242c5d0fce39198d9ddf2406b4ed18907b20cfaf33d9d3cb64b3221fbb
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-oui'
3
- s.version = '0.1.4'
3
+ s.version = '0.1.5'
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-oui
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
@@ -73,7 +73,7 @@ dependencies:
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  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
76
- email: info@elasticsearch.com
76
+ email: info@elastic.co
77
77
  executables: []
78
78
  extensions: []
79
79
  extra_rdoc_files: []
@@ -88,7 +88,7 @@ files:
88
88
  - lib/logstash/filters/oui.rb
89
89
  - logstash-filter-oui.gemspec
90
90
  - spec/filters/oui_spec.rb
91
- homepage: http://www.elasticsearch.org/guide/en/logstash/current/index.html
91
+ homepage: http://www.elastic.co/guide/en/logstash/current/index.html
92
92
  licenses:
93
93
  - Apache License (2.0)
94
94
  metadata:
@@ -110,7 +110,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
110
110
  version: '0'
111
111
  requirements: []
112
112
  rubyforge_project:
113
- rubygems_version: 2.4.5
113
+ rubygems_version: 2.1.9
114
114
  signing_key:
115
115
  specification_version: 4
116
116
  summary: This example filter replaces the contents of the message field with the specified value.