smart_health_cards_test_kit 0.10.1 → 0.10.2
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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ed7c2ffd73f0dbfc0a1d688708a80ada916f77a3f1359165d659341d02db1096
|
4
|
+
data.tar.gz: c6294bdf78d04b79f497dc99fa8f98802887717633f1db728c6f7b0455b30f89
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2f216c0a039393daeaf6940b080f8d0d59561735ad70e2f538abcc4a2f7ed44d22a35fdfdde9daf5c3b1ad42e8fb4d907ecb92ce0dc1215b46f5acf1ece41112
|
7
|
+
data.tar.gz: 77c7f8562d4f5c9b57ed694772d58b12441c10e79ffb1f4e679dd259d3159665372c2c6cc7766dd68b7f253f085d23d7d859b05b4fbfeaf0ce457aef087319ff
|
@@ -3,7 +3,7 @@ require_relative 'version'
|
|
3
3
|
module SmartHealthCardsTestKit
|
4
4
|
class Metadata < Inferno::TestKit
|
5
5
|
id :smart_health_cards
|
6
|
-
title 'SMART Health Cards'
|
6
|
+
title 'SMART Health Cards Test Kit'
|
7
7
|
description <<~DESCRIPTION
|
8
8
|
The SMART Health Cards Test Kit provides an
|
9
9
|
executable set of tests for the [SMART Health Cards Framework v1.4.0](https://spec.smarthealth.cards/).
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: smart_health_cards_test_kit
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.10.
|
4
|
+
version: 0.10.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Yunwei Wang
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-03-
|
11
|
+
date: 2025-03-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: inferno_core
|