datadog-sdk-testing 0.4.4 → 0.4.5
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 +4 -4
- data/README.md +2 -0
- data/lib/config/manifest.json +1 -0
- 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: dadc63360e572844efd298b4760107f3c436813b
|
|
4
|
+
data.tar.gz: 2992554b0d1329d7d115b24792df88f2113442f0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cc918419305e4cf2a45449077b18831700b4cf3a0d6f68b3feed4a2d9a6f6cde52705ef2ab0b6e0014b1ecc5519fdfa40374e9d32c165d3f49a548a8b600f9a6
|
|
7
|
+
data.tar.gz: fec35c04eaa28d004604bc79724dec5ae4318d858d7ecaf7dc7acc6c4e397751959f303c565459d35dae8b90b65528c6f9d1b33dcf0ffa0d14d8c6bf7a06c559
|
data/README.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
# datadog-sdk-testing
|
|
2
2
|
Gem repo providing Integration SDK testing/scaffolding facilities.
|
|
3
3
|
|
|
4
|
+
[](https://badge.fury.io/rb/datadog-sdk-testing)
|
|
5
|
+
|
|
4
6
|
## usage
|
|
5
7
|
This gem essentially just provides a set of rake tasks to help you get up and running with integration testing and scaffolding. We expect to use this gem in `integrations-core` and `integrations-extras`.
|
|
6
8
|
|
data/lib/config/manifest.json
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: datadog-sdk-testing
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jaime Fullaondo
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-01-
|
|
11
|
+
date: 2017-01-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Datadog Integration SDK testing/scaffolding gem
|
|
14
14
|
email: jaime.fullaondo@datadoghq.com
|
|
@@ -51,7 +51,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
51
51
|
version: '0'
|
|
52
52
|
requirements: []
|
|
53
53
|
rubyforge_project:
|
|
54
|
-
rubygems_version: 2.6
|
|
54
|
+
rubygems_version: 2.4.6
|
|
55
55
|
signing_key:
|
|
56
56
|
specification_version: 4
|
|
57
57
|
summary: Datadog Integration SDK testing/scaffolding facilities.
|