logstash-codec-collectd 0.1.7 → 0.1.9

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: 30d401fc32a0983f4999643f45bf7af7f01f175e
4
- data.tar.gz: 64679d30706cd82250a40a525dd4fcc592ef7d49
3
+ metadata.gz: 306984fc22301cf93451ae1ddf80f9936865882a
4
+ data.tar.gz: f95fd0dec216ad3d3944b5fdca7844f4b0f2bc5a
5
5
  SHA512:
6
- metadata.gz: 6d95b80882748eb7c75f129d80487ab438d0136f9560336f9e71326b0bf48afe4dde56dc8ede9f7702cd8850a60ea41673e8fb3ca7fcd61f9146f46c1e7257ce
7
- data.tar.gz: 3d6aab24d4d0fea155e001954066ea0be403d0ca71201e4609e2a723e6cece9827077ec09c968fcd46c48434490322ba1e9bc1aab7d6c660d7871dad7a178757
6
+ metadata.gz: 050c27df3b32328cd26ad46b61f22c2241cde4e536b2164ba1901ad7475ef0a45cd347a34fb6ec9f527275e42437f5a14d0d08b7355b2a7d15a4258b10c55f42
7
+ data.tar.gz: f4a7b1e7a3f9ee1873065c6a983682abf4610edc527ee5732f785474403b4bb930cb003bab02a344baf3ce8b7b47c6f6bda1ba35eba7b22535dedc8bce518c9d
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-codec-collectd'
4
- s.version = '0.1.7'
4
+ s.version = '0.1.9'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Read events from the collectd binary protocol"
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-codec-collectd
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.9
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-03-02 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: []
@@ -61,7 +61,7 @@ files:
61
61
  - spec/codecs/collectd_spec.rb
62
62
  - vendor.json
63
63
  - vendor/types.db
64
- homepage: http://www.elasticsearch.org/guide/en/logstash/current/index.html
64
+ homepage: http://www.elastic.co/guide/en/logstash/current/index.html
65
65
  licenses:
66
66
  - Apache License (2.0)
67
67
  metadata:
@@ -83,7 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
83
83
  version: '0'
84
84
  requirements: []
85
85
  rubyforge_project:
86
- rubygems_version: 2.4.5
86
+ rubygems_version: 2.1.9
87
87
  signing_key:
88
88
  specification_version: 4
89
89
  summary: Read events from the collectd binary protocol