logstash-codec-graphite 3.0.4 → 3.0.5

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: 87f87ad68eba07e96293f8a5ec45b44f119b70f9
4
- data.tar.gz: 2172680e1525769864e3c56bfeb8f5867d204cd4
2
+ SHA256:
3
+ metadata.gz: e0bf7708cc66fa91987c4a3331d161f28c95c6d06918d4ad7bd6fb482039732a
4
+ data.tar.gz: 18a3ff614d00e295a74245dd135347a6c93a4a752a241373bb8e0a962fc1c566
5
5
  SHA512:
6
- metadata.gz: 0bd3d678f22d63fc48a09bf7cd4c8b8f9261b29b91cd93ddf61c3449c5b80a80475e0f3057bdee56cb794b0b7ab36da899a08e741f81dc9c4ac96ea4dff518c5
7
- data.tar.gz: f1ec4a935c6128ac468245bdc1ac29344bb43e625a3aeb5e0f8ca754464fb3f05b78b760ef04c7eeae12eb40e9f7166b9b29f75162d81c01fc01031445db9362
6
+ metadata.gz: ca9c1ace22d643f8127d5dbc3a389e0188e1eac06e1f4a4e0bb01b91a05979e0a3e11bd0e5e56eb3d3a949e01ffc78db1ee5fd046f5a066b324005daac8eaaea
7
+ data.tar.gz: d065781b3370ad18cb65c7f2161d9751baa5ee68719e0c4cb6288e43ff4f13ca2990f95fa1e2f46ed14565db331b98531c9d73c60c314fe01b69ceae0affc0b8
@@ -1,3 +1,6 @@
1
+ ## 3.0.5
2
+ - Update gemspec summary
3
+
1
4
  ## 3.0.4
2
5
  - Fix some documentation issues
3
6
 
@@ -1,9 +1,9 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-codec-graphite'
4
- s.version = '3.0.4'
4
+ s.version = '3.0.5'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "This codec will encode and decode Graphite formated lines."
6
+ s.summary = "Reads `graphite` formatted lines"
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/logstash-plugin install gemname. This gem is not a stand-alone program"
8
8
  s.authors = ["Elastic"]
9
9
  s.email = 'info@elastic.co'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-codec-graphite
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.4
4
+ version: 3.0.5
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
@@ -58,7 +58,9 @@ dependencies:
58
58
  - - ">="
59
59
  - !ruby/object:Gem::Version
60
60
  version: '0'
61
- 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
61
+ description: This gem is a Logstash plugin required to be installed on top of the
62
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
63
+ gem is not a stand-alone program
62
64
  email: info@elastic.co
63
65
  executables: []
64
66
  extensions: []
@@ -96,9 +98,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
96
98
  version: '0'
97
99
  requirements: []
98
100
  rubyforge_project:
99
- rubygems_version: 2.4.8
101
+ rubygems_version: 2.6.11
100
102
  signing_key:
101
103
  specification_version: 4
102
- summary: This codec will encode and decode Graphite formated lines.
104
+ summary: Reads `graphite` formatted lines
103
105
  test_files:
104
106
  - spec/codecs/graphite_spec.rb