logstash-input-graphite 0.1.3 → 0.1.4

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: c4b725bd9f2d7a703b998ff9d8a28d193df65187
4
- data.tar.gz: b5c48df20dd76189ad6245275c21eeb71ca04176
3
+ metadata.gz: 78c4307ccf23d12e96fac2ccee4a502d6731c71e
4
+ data.tar.gz: 476242d7930c3950562879e5a6e8a906c848985e
5
5
  SHA512:
6
- metadata.gz: 46ad57733220d0c0b5558a602cf75f51c4b6d7d41b6619b505c3b3d5b5d0b6934c177e13ec7fb083e458379d25fec1fbd629372e3c6356dc5968488f96cce2f5
7
- data.tar.gz: 6a526abca5db575ee96154d30378e0c266bd023e1b5b536acd3aa92bf1b411059382d7f9ebda365451c803d083bdc8f5ed886f5892d4836fc7b9451f40a9951e
6
+ metadata.gz: a4f4b160993757439d49ae4dd0e459870a32a85c8c2870ee78fbcd5a7a4d1c100d5faab48f6a6bca36575ee458fb7732202e8ddf2ef40d396e997b3f46c8eb5d
7
+ data.tar.gz: 5bc8f932c0b7e02e4fb21aa16db0cd4076d70853315d73b348bd711da50060dfc9a4bac37ac62f2bea02d89e48f5bee28efcdc4dac7f93b8467c9362d53ec8a7
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-graphite'
4
- s.version = '0.1.3'
4
+ s.version = '0.1.4'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Receive graphite metrics"
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-graphite
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
@@ -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: []
@@ -73,7 +73,7 @@ files:
73
73
  - lib/logstash/inputs/graphite.rb
74
74
  - logstash-input-graphite.gemspec
75
75
  - spec/inputs/graphite_spec.rb
76
- homepage: http://www.elasticsearch.org/guide/en/logstash/current/index.html
76
+ homepage: http://www.elastic.co/guide/en/logstash/current/index.html
77
77
  licenses:
78
78
  - Apache License (2.0)
79
79
  metadata:
@@ -95,7 +95,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
95
95
  version: '0'
96
96
  requirements: []
97
97
  rubyforge_project:
98
- rubygems_version: 2.4.5
98
+ rubygems_version: 2.1.9
99
99
  signing_key:
100
100
  specification_version: 4
101
101
  summary: Receive graphite metrics