logstash-output-opentsdb 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: 4a50d2262b9d00af800a992ca31546f7c74129cf
4
- data.tar.gz: 61ecfba9552466a443703307604b9cf0b741dcb4
2
+ SHA256:
3
+ metadata.gz: 9fa0612fd84042c38795ecf426bcdd9c995bb57e22221e1b20acc02d6e15ef37
4
+ data.tar.gz: 85c1adcfdf759ee254fbe0a100824b3131684a1b2ce55bdab5fe5c4d7b552343
5
5
  SHA512:
6
- metadata.gz: a1d6bd145565b11ba6e00455b3dc6fe211483ceb65f94fd4b915dd520074d7f2818b4fbab4fd02b1594a9e3e4a88647dea700cca3c9d7393e0a4c26be1f21eb9
7
- data.tar.gz: 0ae035d7360f2fb2d4b802de456045c9b3e38bbb6e023482da9aee72ffaa338670dd30fec6190415e456e8db3cdcab20a771f9fa04313f6d5dc43a5cb3bf7546
6
+ metadata.gz: 9fe418266197650c9242748831f3b2dc1b8725b3d65a85c4d0e2ed9f5cce169489252ae69c45e008109e2897a7d4c2ac724bc48e7e52e7cdb85b024248574365
7
+ data.tar.gz: 9d1e7859518476dab5867fb51b60690e6c20010d3eab8da60c33dc84c9257fd07ecd855e812ca2e06e949c4688f2a4e90c0306ecd2765f759702fca135506cd3
@@ -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-opentsdb'
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 opentsdb"
6
+ s.summary = "Writes metrics to OpenTSDB"
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-opentsdb
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-13 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 allows you to pull metrics from your logs and ship them to opentsdb
90
+ summary: Writes metrics to OpenTSDB
89
91
  test_files:
90
92
  - spec/outputs/opentsdb_spec.rb