logstash-input-zenoss 0.1.3 → 0.1.4

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: b5790212841eaac1d8d15d5d5c2eb62e999ad4e7
4
- data.tar.gz: 6c8333f659768786d8e6d991bb0928536023c570
3
+ metadata.gz: 26c6c75fb6fd2b5550b953b05ef83012744009e9
4
+ data.tar.gz: dbd129abe9859a06d9058253ec6ddae508b5b4f3
5
5
  SHA512:
6
- metadata.gz: cd5fff43321f5178dba5bbd935474ce54ed4f4a4b0f4d9b337a5f8e458dee68894771f7644b10985cb2a9574ad92e8be979b0055cae27f80549e4b1721b27392
7
- data.tar.gz: 84d978d8aaccaefb19e00611340e38a0545c66086cdaddd406cdae6100a696b5647ee782c6e32513fdcff803e3fb724ccef992b4f3442c378360bc31dece3596
6
+ metadata.gz: ae6417e5cf3ebd9a05be4acf161aa16b46205d8f5c6060c794b340e4f41ad3b80f7390447db2f4f4815248ffb582c86f8c58f890fe20b6b7f08596d48f5a1afb
7
+ data.tar.gz: 1254233916bd9ea446219f78e01140afddce8aee20481006a40c896bcb0f2ae184147dba722a9a1a6304de69a41f2fe54b2d9d7dbae114f534fb2609efacc6a6
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-input-zenoss'
4
- s.version = '0.1.3'
4
+ s.version = '0.1.4'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Read Zenoss events from the zenoss.zenevents fanout exchange."
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-input-zenoss
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
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
@@ -87,7 +87,7 @@ dependencies:
87
87
  - !ruby/object:Gem::Version
88
88
  version: '0'
89
89
  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
90
- email: info@elasticsearch.com
90
+ email: info@elastic.co
91
91
  executables: []
92
92
  extensions: []
93
93
  extra_rdoc_files: []
@@ -102,7 +102,7 @@ files:
102
102
  - lib/logstash/util/zenoss.rb
103
103
  - logstash-input-zenoss.gemspec
104
104
  - spec/inputs/zenoss_spec.rb
105
- homepage: http://www.elasticsearch.org/guide/en/logstash/current/index.html
105
+ homepage: http://www.elastic.co/guide/en/logstash/current/index.html
106
106
  licenses:
107
107
  - Apache License (2.0)
108
108
  metadata:
@@ -124,7 +124,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
124
124
  version: '0'
125
125
  requirements: []
126
126
  rubyforge_project:
127
- rubygems_version: 2.4.5
127
+ rubygems_version: 2.1.9
128
128
  signing_key:
129
129
  specification_version: 4
130
130
  summary: Read Zenoss events from the zenoss.zenevents fanout exchange.