fluent-plugin-datadog 0.9.2.beta → 0.9.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/fluent-plugin-datadog.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e5c070e8fcfc0fc48eff7dc34eaa78616fe8aee2
|
4
|
+
data.tar.gz: 11b4d0b6c412bb6750546a5539173a3972527283
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b81df0457f3dacf26bd2c35e58e1b479c294322670d6ddbfd8be8f064fcc2ad9cadd6d3328aa053e631f6f4c03fe2e4cfafe06930a922cde48378bcbb57106f6
|
7
|
+
data.tar.gz: e1cf90ecc37d46171a1e51d235fbe9ef04166f1b921a0f4c4be48eb89fe1c850d12f802a75dd570c0237e4eb99d02568f52af27a478ec6f333ae3f4c8c94046b
|
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
4
4
|
|
5
5
|
Gem::Specification.new do |spec|
|
6
6
|
spec.name = "fluent-plugin-datadog"
|
7
|
-
spec.version = "0.9.
|
7
|
+
spec.version = "0.9.3"
|
8
8
|
spec.authors = ["Datadog support team"]
|
9
9
|
spec.email = ["support@datadoghq.com"]
|
10
10
|
spec.summary = "Datadog output plugin for Fluent event collector"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fluent-plugin-datadog
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Datadog support team
|
@@ -81,9 +81,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
81
81
|
version: '0'
|
82
82
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
83
83
|
requirements:
|
84
|
-
- - "
|
84
|
+
- - ">="
|
85
85
|
- !ruby/object:Gem::Version
|
86
|
-
version:
|
86
|
+
version: '0'
|
87
87
|
requirements: []
|
88
88
|
rubyforge_project:
|
89
89
|
rubygems_version: 2.6.13
|