logstash-codec-collectd 3.0.7 → 3.0.8

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
- SHA1:
3
- metadata.gz: c79a6fc803af48696fdd2372ffd59d682b31252a
4
- data.tar.gz: b847180ace6169c609a7e6fb6626c5cea1068c3f
2
+ SHA256:
3
+ metadata.gz: 3366dd4f70fbcdb173ed8436c0faf8574f76bfde4d8e047eea5f8ee27a0e001a
4
+ data.tar.gz: e8e0c402b16e2d9890165456519f1b00fab01c950732390149451cda7a67a4cf
5
5
  SHA512:
6
- metadata.gz: a748fbc1ccc7664f7cc35f101b31a012da7e16282b7016545f3d22ea15586222ac95c93fdcb6df155f25a318d01623c4aaa9490c37757218eeb9b6a0906bb25a
7
- data.tar.gz: af50c548984a9fffb86b115d2868a0a517303b5ae3fb1efcd989e7119f3fa97475aa4c3314d537c6ddc038bfed3b7930321738333bbd497eb9065a23b7ef3c66
6
+ metadata.gz: 78b5f965d595b0ab5d936b557f0d2e63153fb643aae2873e0e0e7f4702bd399060186d3b696ef01962bf70316d8979ef97576439a61c5c279e50c6abba0c81dc
7
+ data.tar.gz: 022a4e61e5362d5890316e296c161674a132d46aa918784bdf05a1cae4ae618115b0ae24a85226ce2ee9af31928a681d19fb8a675b048efb88a5800dbdaa62b8
@@ -1,3 +1,6 @@
1
+ ## 3.0.8
2
+ - Update gemspec summary
3
+
1
4
  ## 3.0.7
2
5
  - Fix some documentation issues
3
6
 
@@ -1,8 +1,8 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-codec-collectd'
3
- s.version = '3.0.7'
3
+ s.version = '3.0.8'
4
4
  s.licenses = ['Apache License (2.0)']
5
- s.summary = "Read events from the collectd binary protocol"
5
+ s.summary = "Reads events from the `collectd` binary protocol using UDP."
6
6
  s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program"
7
7
  s.authors = ["Elastic"]
8
8
  s.email = 'info@elastic.co'
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: 3.0.7
4
+ version: 3.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-15 00:00:00.000000000 Z
11
+ date: 2017-11-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -44,7 +44,9 @@ dependencies:
44
44
  - - ">="
45
45
  - !ruby/object:Gem::Version
46
46
  version: '0'
47
- description: This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program
47
+ description: This gem is a Logstash plugin required to be installed on top of the
48
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
49
+ gem is not a stand-alone program
48
50
  email: info@elastic.co
49
51
  executables: []
50
52
  extensions: []
@@ -83,9 +85,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
83
85
  version: '0'
84
86
  requirements: []
85
87
  rubyforge_project:
86
- rubygems_version: 2.4.8
88
+ rubygems_version: 2.6.11
87
89
  signing_key:
88
90
  specification_version: 4
89
- summary: Read events from the collectd binary protocol
91
+ summary: Reads events from the `collectd` binary protocol using UDP.
90
92
  test_files:
91
93
  - spec/codecs/collectd_spec.rb