logstash-output-librato 3.0.4 → 3.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 5bd8d49c4f1a586a4dbbaaee3c211ecf5ea1da8c
4
- data.tar.gz: fa038aefcf5ba426083a7afbff35174b5f59f041
2
+ SHA256:
3
+ metadata.gz: 2435f8fdbe6dd9051b2cb34b4d5538db9df56d693d4d6a76d0e814f9e17d91d7
4
+ data.tar.gz: b4d6ff4d847382dc9f660100e06736f2e0e50a00c8658f8ebed61ced373ab3a8
5
5
  SHA512:
6
- metadata.gz: 18f071616d718cc9352790ab78de603592644de63f1242b6ff226c24986145704f68d2f5be6b20b18498e265369763a382f00e0bfca640a6dcfd26ed3c0df4af
7
- data.tar.gz: 348acfe9f2bd9d0a4ae6a851fb1a9beeeca559439a64007d1d4fa26dbad3f49e68adfb0db3aa16e71707e7bea4e9503253b6d5f0167456a15dd8cc1c18add961
6
+ metadata.gz: ab3be7f2d23b0579cdb72108ef63e361d631f49880418ae24b35b499e75d46be4e8c4fdc38408fd9552104d8d5d7f001bfacc2d79f75afbb386793da69885feb
7
+ data.tar.gz: d8ad5eb111f4db280b68c1ae78a189327e865abc891565608b334b2b2b60612ca2203ec61ef3e852d11eb79c427bf8a291d92f01dba2f760a4ea1920ed7adb5c
data/CHANGELOG.md CHANGED
@@ -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,8 +1,8 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-output-librato'
3
- s.version = '3.0.4'
3
+ s.version = '3.0.5'
4
4
  s.licenses = ['Apache License (2.0)']
5
- s.summary = "This output lets you send metrics, annotations and alerts to Librato based on Logstash events"
5
+ s.summary = "Sends metrics, annotations, and alerts to Librato based on Logstash events"
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-output-librato
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-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
@@ -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: []
@@ -82,9 +84,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
82
84
  version: '0'
83
85
  requirements: []
84
86
  rubyforge_project:
85
- rubygems_version: 2.4.8
87
+ rubygems_version: 2.6.11
86
88
  signing_key:
87
89
  specification_version: 4
88
- summary: This output lets you send metrics, annotations and alerts to Librato based on Logstash events
90
+ summary: Sends metrics, annotations, and alerts to Librato based on Logstash events
89
91
  test_files:
90
92
  - spec/outputs/librato_spec.rb