logstash-output-graphite 3.1.3 → 3.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
- SHA1:
3
- metadata.gz: ae89cced6ebae2d44f6bddf5201273ad9c636a23
4
- data.tar.gz: 590be982addb9223767175b27b1dbd31d4f88ac2
2
+ SHA256:
3
+ metadata.gz: cb919887911057e1ec66a86b1daeb19d62c131c086b8498bce5b820e1df7d2ee
4
+ data.tar.gz: ca40d8cfed76fdb82f35e40e71373273695509850140f4f615a187287b068863
5
5
  SHA512:
6
- metadata.gz: b4e966e30e157f2b16f60a9d0ad23007600442117c655a082d54e1c0d09835615ad53cf79e74c95ed7aa9ae30cff00caa9e5cf61ccbfb0546769a24b2a8c074a
7
- data.tar.gz: ab7b58d0d739275fbf2a9c282f5b55a6d9895bde9f5ecabb063a901e6e4bbdd1c43b21d47a0280df049d5f76f45d477c6fea4837e46eccccb85770ebe3eb34ab
6
+ metadata.gz: 46b04137da303ee587a27538dabc68713a6ab69b1be3f974641532f44aa4fcd3e79d65557e59aa7f5489a654cf3524d5f1c02988a0a84ed884d496a5564675d8
7
+ data.tar.gz: ceea11b7e99fba1c9d77793a46a0a8f33b1233182dbe58f8799012495e9bc1b00e604e8f999dadb2344298b95d0d0812ef94f0e4c919e2bc78c8fabebd537416
@@ -1,3 +1,6 @@
1
+ ## 3.1.4
2
+ - Update gemspec summary
3
+
1
4
  ## 3.1.3
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-output-graphite'
4
- s.version = '3.1.3'
4
+ s.version = '3.1.4'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "This output allows you to pull metrics from your logs and ship them to Graphite"
6
+ s.summary = "Writes metrics to Graphite"
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-output-graphite
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.3
4
+ version: 3.1.4
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-16 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
@@ -86,7 +86,9 @@ dependencies:
86
86
  - - ">="
87
87
  - !ruby/object:Gem::Version
88
88
  version: '0'
89
- 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
89
+ description: This gem is a Logstash plugin required to be installed on top of the
90
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
91
+ gem is not a stand-alone program
90
92
  email: info@elastic.co
91
93
  executables: []
92
94
  extensions: []
@@ -126,10 +128,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
126
128
  version: '0'
127
129
  requirements: []
128
130
  rubyforge_project:
129
- rubygems_version: 2.4.8
131
+ rubygems_version: 2.6.11
130
132
  signing_key:
131
133
  specification_version: 4
132
- summary: This output allows you to pull metrics from your logs and ship them to Graphite
134
+ summary: Writes metrics to Graphite
133
135
  test_files:
134
136
  - spec/outputs/graphite_spec.rb
135
137
  - spec/spec_helper.rb