logstash-codec-collectd 0.1.1 → 0.1.2

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: b4e60562ff9d570e40a3f6cf758eb0a3a2fe5018
4
- data.tar.gz: 302a157f4baa7d20848bfdd201c1d54d6743c859
3
+ metadata.gz: e7a78af6e42997bb2cca5a390a5c2107aadbb540
4
+ data.tar.gz: 320a90e28a86a95e65f26d55a276150a21ba0e59
5
5
  SHA512:
6
- metadata.gz: 8d664c539f7bbb81d121d5654ab5ca584bfc8fe6211cad8c3b62601df2a91c4cbca98de8e1f3dbe452b14bf79a49378f3d893a6f46ce527e689aad61693fecbb
7
- data.tar.gz: 53fcc5e548d4db964c86791c0c9823b09e456d8a52d28b4442c2ec1b9fbe9ddc6d619a6618966d7e16601158c6a9d283a036d3ad3440156458dd6f43f6cd4df5
6
+ metadata.gz: 34d761526f09d6c3ea84fc9a6773ab3bd42ce031960a3b745f4d9665f17095fb09b0cc64b624353fac9a6f6c04fffa129465d55838f928e276fbed75f6f56d59
7
+ data.tar.gz: 837cf9f0b020933ba95cf084003bdf36b1590739e96a40220c3bcbb5d7e6cb791369087edc409aae31cfcbdc1618d86bb3a12ec6c7609f270ddc5310fced965f
@@ -1,12 +1,12 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-codec-collectd'
4
- s.version = '0.1.1'
4
+ s.version = '0.1.2'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Read events from the connectd 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
8
  s.authors = ["Elasticsearch"]
9
- s.email = 'richard.pijnenburg@elasticsearch.com'
9
+ s.email = 'info@elasticsearch.com'
10
10
  s.homepage = "http://www.elasticsearch.org/guide/en/logstash/current/index.html"
11
11
  s.require_paths = ["lib"]
12
12
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-codec-collectd
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elasticsearch
@@ -45,7 +45,7 @@ dependencies:
45
45
  prerelease: false
46
46
  type: :development
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: richard.pijnenburg@elasticsearch.com
48
+ email: info@elasticsearch.com
49
49
  executables: []
50
50
  extensions: []
51
51
  extra_rdoc_files: []