logstash-codec-collectd 0.1.10 → 1.0.0

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: 203b89f4f6e554a81c36f4d452ee2fae6941ce3a
4
- data.tar.gz: 776de9ef6513114401342ccdc7cc5bd039966463
3
+ metadata.gz: d215381395ad8a4771a7543fba3a03d260e43fb4
4
+ data.tar.gz: bbf2d2348343ce4909cac221cc9a74f988d741f9
5
5
  SHA512:
6
- metadata.gz: 256fb0ec5cc4546881b820ff61970fa9c2db4b4b83e642f631b3552e730c6d47a99b68d59cd316c0df7aad035e4e8b0043ba6bd4105cd3ff993cd1f3f81831d7
7
- data.tar.gz: af4de700cfc0c1fc1853dbfa2aab50645603f17d0ef18ffd9ae7aa58d9451181188c728353c63db90a1cfb1a218e022b35d91f6c282b549736058bf66fde6800
6
+ metadata.gz: 4737e1603b8cfc0ab7bdd2211b47c2f9c4db80632a6246208f8f2f4018f17f32f218373eb0546b2f2421c5ffe02cf1726fc7ab4c8f0e07e30565707a6bc7d734
7
+ data.tar.gz: fa4b174ecade240e860efcdaff8a80889c26a66c2cc1b088ee04937754d64c691e8497855e66de32f30591c8b9362d905c64cf64daa781eb2258edbdec3976d6
data/NOTICE.TXT ADDED
@@ -0,0 +1,5 @@
1
+ Elasticsearch
2
+ Copyright 2012-2015 Elasticsearch
3
+
4
+ This product includes software developed by The Apache Software
5
+ Foundation (http://www.apache.org/).
data/README.md CHANGED
@@ -13,7 +13,7 @@ Logstash provides infrastructure to automatically generate documentation for thi
13
13
 
14
14
  ## Need Help?
15
15
 
16
- Need help? Try #logstash on freenode IRC or the logstash-users@googlegroups.com mailing list.
16
+ Need help? Try #logstash on freenode IRC or the https://discuss.elastic.co/c/logstash discussion forum.
17
17
 
18
18
  ## Developing
19
19
 
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-codec-collectd'
4
- s.version = '0.1.10'
4
+ s.version = '1.0.0'
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"
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.10
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-06-02 00:00:00.000000000 Z
11
+ date: 2015-06-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: logstash-core
@@ -55,13 +55,13 @@ files:
55
55
  - CONTRIBUTORS
56
56
  - Gemfile
57
57
  - LICENSE
58
+ - NOTICE.TXT
58
59
  - README.md
59
60
  - Rakefile
60
61
  - lib/logstash/codecs/collectd.rb
61
62
  - logstash-codec-collectd.gemspec
62
63
  - spec/codecs/collectd_spec.rb
63
64
  - vendor.json
64
- - vendor/types.db
65
65
  homepage: http://www.elastic.co/guide/en/logstash/current/index.html
66
66
  licenses:
67
67
  - Apache License (2.0)
@@ -84,7 +84,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
84
84
  version: '0'
85
85
  requirements: []
86
86
  rubyforge_project:
87
- rubygems_version: 2.1.9
87
+ rubygems_version: 2.2.2
88
88
  signing_key:
89
89
  specification_version: 4
90
90
  summary: Read events from the collectd binary protocol