logstash-output-datadog 3.0.3 → 3.0.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: a9da62325d7956f088fe917a8698b39c59dfa565
4
- data.tar.gz: d0da8260da7964634eb893505f889235fd62c92a
2
+ SHA256:
3
+ metadata.gz: 848b5162b4e7e17348338813b93c44316431805c87a9fb3f57476845509a9d48
4
+ data.tar.gz: de0164b2daa9545d7abe2f33281e2e6d5e39dc9732142702bb923585580ca65c
5
5
  SHA512:
6
- metadata.gz: 6a9c3a7a6635fb3091c254a8de75bc00406e98fae36707d1d02f0aa732adcb0000d0a19614f9ebe1948fe7ac992494dbfc1a40740ca5a5af76aa3d3bb78ef9a8
7
- data.tar.gz: fd493bc9e82f370ab339dabc051ef341a81abe1f23fac110f1b901e3d24a6c8e0490ce5467f031e4641cbce572592281ece25c962097a42acd1b281248f00cfc
6
+ metadata.gz: 9f5b52dceab7924dd0131b10fb88d0748bcea6f841805c5a117a87fd40414ebbd0bda7fb3abacc43a785a62b5b0082f3de7ea1dc5b190e64922f978a3a136fee
7
+ data.tar.gz: 1dd98094e57fb15de25d39eb2d81170368f3d0206a47928d208524f6cb3cdb4faea5666fee9dbf82fca0333c1f454b640cfef962b84fe723f3b3078bbd92b701
@@ -1,3 +1,6 @@
1
+ ## 3.0.4
2
+ - Update gemspec summary
3
+
1
4
  ## 3.0.3
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-datadog'
3
- s.version = '3.0.3'
3
+ s.version = '3.0.4'
4
4
  s.licenses = ['Apache License (2.0)']
5
- s.summary = "This output lets you send events (for now. soon metrics) to DataDogHQ based on Logstash events"
5
+ s.summary = "Sends events to DataDogHQ 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-datadog
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.3
4
+ version: 3.0.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
@@ -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 events (for now. soon metrics) to DataDogHQ based on Logstash events
90
+ summary: Sends events to DataDogHQ based on Logstash events
89
91
  test_files:
90
92
  - spec/outputs/datadog_spec.rb