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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -0
  3. data/lib/config/manifest.json +1 -0
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5d72596101f63ee14879a016fe09f7b1933ab4e9
4
- data.tar.gz: f22483d4c5195213e20f57c28af32f0c77df9ce0
3
+ metadata.gz: dadc63360e572844efd298b4760107f3c436813b
4
+ data.tar.gz: 2992554b0d1329d7d115b24792df88f2113442f0
5
5
  SHA512:
6
- metadata.gz: 951ca57aa197d8fe8fa5dfa1c0011712194f6f73cde5cc8947516d26e86c596d4ab0a2b54afc62ea84b05b2b8a8a5d18a58b2dd4c8e59b86b24215d4f70569df
7
- data.tar.gz: 999c1131086c3ddd5566c40fe212511608a687ded57f0a08fea6f33a7d2e778f5aeaf02ec4092e186b6107c2a38b1c907cc779b386a8ab4a85482b49fa354c3b
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
+ [![Gem Version](https://badge.fury.io/rb/datadog-sdk-testing.svg)](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
 
@@ -6,5 +6,6 @@
6
6
  "name": "skeleton",
7
7
  "short_description": "skeleton description.",
8
8
  "support": "contrib",
9
+ "supported_os": ["linux","mac_os","windows"],
9
10
  "version": "0.1.0"
10
11
  }
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
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-23 00:00:00.000000000 Z
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.8
54
+ rubygems_version: 2.4.6
55
55
  signing_key:
56
56
  specification_version: 4
57
57
  summary: Datadog Integration SDK testing/scaffolding facilities.