logstash-filter-zeromq 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: c95b329e643ec7443def15946acb4d602c5592a6
4
- data.tar.gz: ae4cc1a5205bb8b95df0221d6667bc2df2d8eb13
3
+ metadata.gz: 782489291a6adaada733bdb212e9c580d5462972
4
+ data.tar.gz: 562a57ac8c6cb257c0762d94e0cf1f952c017af0
5
5
  SHA512:
6
- metadata.gz: a55b46e341a455f30d717aec2f1a770945f36231b8689efd5eaa9c9428b47fd78f0c7797af8ee5c672556ed456267d4c1df2a5bd319653b27402b8efb5c27271
7
- data.tar.gz: ff4a45e7f170530721deb85d4cc17250aa7ac0b5ddbc9425439dff0ce1d4f07236193b5766b0289639489c5b8ea07ae54a984f0ca41b7ae3ceebd54518dcd521
6
+ metadata.gz: 3df936fcf55de87a2dc55a4a3f8ba3d0bd8462c807c28c133b07a7479b51cd4c21f933643af8669c7afa13e5a5cb4fc8173434610d4a6f4e39b3e02cf55f6b54
7
+ data.tar.gz: 36b5a0b672d92c7cf75384f355f02c7ffc9242afb67ff125b329fc35ffb7627440d0f830f76af275d2fe6414ed362bab704deb4ec0944728134109e9d5eab57d
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-zeromq'
4
- s.version = '0.1.4'
4
+ s.version = '0.1.5'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "ZeroMQ filter. This is a way to send an event externally for filtering"
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-zeromq
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
@@ -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/util/zeromq.rb
75
75
  - logstash-filter-zeromq.gemspec
76
76
  - spec/filters/zeromq_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: ZeroMQ filter. This is a way to send an event externally for filtering