console-output-datadog 0.4.0 → 0.4.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/lib/console/output/datadog/version.rb +2 -2
- data/lib/console/output/datadog/wrapper.rb +1 -1
- data/license.md +1 -1
- data/readme.md +1 -1
- data.tar.gz.sig +0 -0
- metadata +3 -3
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7c4f4fb6edba0dc5f549bcd3b3c378512db44080e476249ce01302850e0a0100
|
4
|
+
data.tar.gz: 7bf94647a348d6def30e87c4c2fa8a389e76373a62b10e267bb9b8caf1dbc789
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e5594c347929507c63ae5b39f15e6b6432c2a8e338321ef00200c6b34d5f5947841a2c43662012afb78489f81eca121579a3e21569c3d8f348ddd1cfdb4e47c7
|
7
|
+
data.tar.gz: 90003c91a2d618d0b2c74cb4c6b1a13d8eccfc402b1ce5ebf38232604f40fd103d422cc54dcccef51747e86a87d347e4e2e8b41bb9fffa58e90bfac41a8bd05c
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
@@ -1,12 +1,12 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
3
|
# Released under the MIT License.
|
4
|
-
# Copyright, 2021-
|
4
|
+
# Copyright, 2021-2024, by Samuel Williams.
|
5
5
|
|
6
6
|
module Console
|
7
7
|
module Output
|
8
8
|
module Datadog
|
9
|
-
VERSION = "0.4.
|
9
|
+
VERSION = "0.4.1"
|
10
10
|
end
|
11
11
|
end
|
12
12
|
end
|
data/license.md
CHANGED
data/readme.md
CHANGED
@@ -24,4 +24,4 @@ This project uses the [Developer Certificate of Origin](https://developercertifi
|
|
24
24
|
|
25
25
|
### Contributor Covenant
|
26
26
|
|
27
|
-
This project is governed by [Contributor Covenant](https://www.contributor-covenant.org/). All contributors and participants agree to abide by its terms.
|
27
|
+
This project is governed by the [Contributor Covenant](https://www.contributor-covenant.org/). All contributors and participants agree to abide by its terms.
|
data.tar.gz.sig
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: console-output-datadog
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Samuel Williams
|
@@ -60,14 +60,14 @@ dependencies:
|
|
60
60
|
requirements:
|
61
61
|
- - "~>"
|
62
62
|
- !ruby/object:Gem::Version
|
63
|
-
version: '1.
|
63
|
+
version: '1.10'
|
64
64
|
type: :runtime
|
65
65
|
prerelease: false
|
66
66
|
version_requirements: !ruby/object:Gem::Requirement
|
67
67
|
requirements:
|
68
68
|
- - "~>"
|
69
69
|
- !ruby/object:Gem::Version
|
70
|
-
version: '1.
|
70
|
+
version: '1.10'
|
71
71
|
description:
|
72
72
|
email:
|
73
73
|
executables: []
|
metadata.gz.sig
CHANGED
Binary file
|