logstash-output-influxdb 5.0.2 → 5.0.3

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: be594af0e397b463c762ba138bd261125a33a3d0
4
- data.tar.gz: d236025e393d358a61c3030fa59407b03141b0eb
2
+ SHA256:
3
+ metadata.gz: 3a0ae7edbbf14258a9f1df39f585845aeb6c5c760f8f486a4838c36c961d4dcf
4
+ data.tar.gz: 6a2ad150d68d0d982484d424897b87b188ba00afc41b36194ac89a3095b3a3b6
5
5
  SHA512:
6
- metadata.gz: 48a43765eb47897ce26bf2d54c871c66f145afd6e3a3d276b042529eadcc879f5b55e9adf614abcfd888b55c34711526c66f0cd357604545d0b2a8c502b00c67
7
- data.tar.gz: fe684f0d6d29f2d3c9ef271ee1e9ce652ba46524a8f9a384145ac9a45895c68c471b4a5a551037241f46324ab0af72fb2f2a51657414342f20f2fe36f80d2da6
6
+ metadata.gz: f1851c9d2d3e7f1ed202f90efce8a29ff0784e3cf7bb257fae2b84f02beb39d64a7f8233dc3f1205e503926b46b3d4e6aef9361dd3a256fa6f3df4438ee23d47
7
+ data.tar.gz: 69064c30772262e949053270fabf7e7b4515c553fba50b8cab9fe202923755c3d25ac6c9692544ab9d4526985544c2bb3a46596080af72aec7094c6d623c6fb1
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 5.0.3
2
+ - Update gemspec summary
3
+
1
4
  ## 5.0.2
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-influxdb'
3
- s.version = '5.0.2'
3
+ s.version = '5.0.3'
4
4
  s.licenses = ['Apache License (2.0)']
5
- s.summary = "This output lets you output Metrics to InfluxDB"
5
+ s.summary = "Writes metrics to InfluxDB"
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-influxdb
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.0.2
4
+ version: 5.0.3
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
@@ -106,7 +106,9 @@ dependencies:
106
106
  - - ">="
107
107
  - !ruby/object:Gem::Version
108
108
  version: '0'
109
- 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
109
+ description: This gem is a Logstash plugin required to be installed on top of the
110
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
111
+ gem is not a stand-alone program
110
112
  email: info@elastic.co
111
113
  executables: []
112
114
  extensions: []
@@ -144,9 +146,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
144
146
  version: '0'
145
147
  requirements: []
146
148
  rubyforge_project:
147
- rubygems_version: 2.4.8
149
+ rubygems_version: 2.6.11
148
150
  signing_key:
149
151
  specification_version: 4
150
- summary: This output lets you output Metrics to InfluxDB
152
+ summary: Writes metrics to InfluxDB
151
153
  test_files:
152
154
  - spec/outputs/influxdb_spec.rb