ipa_test_kit 0.5.0 → 0.5.1
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/lib/ipa_test_kit/igs/README.md +1 -1
- data/lib/ipa_test_kit/metadata.rb +1 -1
- data/lib/ipa_test_kit/version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 970bd2ffbb51dd03189967885482017d1f7d5e89a6a59de48efb43718ff70d14
|
4
|
+
data.tar.gz: 947f66014bdbf7d68b0c1c77965008c9fd022efc44d09760aa82362d888b8d83
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 41b6e283f0855f726c6223ba7f12f091f963ba6ce6189082299f4093ff514a419deb0897cea83edb8118df60dae59271740aa15041192e8a0ae7156b999ac2a1
|
7
|
+
data.tar.gz: 3990560aa557151dd0b6b62ff27bc2b50284919d28317644df5db3561c98cdc549ce221aedbd77a5fb84a7d59a1173eef5f8b39394c89681d7cc3caa4a93aca4
|
@@ -18,4 +18,4 @@ If your IG, or the specific version of the IG you want to test against, is not p
|
|
18
18
|
```
|
19
19
|
|
20
20
|
## 3. Inferno Validator UI
|
21
|
-
The Inferno Validator UI is configured to auto-load any IGs present in the igs folder and include them in all validations. The Inferno Validator UI is currently disabled by default, so this is only relevant if you choose to re-enable it. In general, the Inferno team is currently leaving IGs in this folder even if not otherwise necessary to make it easy to re-enable the validator UI.
|
21
|
+
The Inferno Validator UI is configured to auto-load any IGs present in the igs folder and include them in all validations. The Inferno Validator UI is currently disabled by default, so this is only relevant if you choose to re-enable it. In general, the Inferno team is currently leaving IGs in this folder even if not otherwise necessary to make it easy to re-enable the validator UI.
|
@@ -3,7 +3,7 @@ require_relative 'version'
|
|
3
3
|
module IpaTestKit
|
4
4
|
class Metadata < Inferno::TestKit
|
5
5
|
id :ipa_test_kit
|
6
|
-
title 'International Patient
|
6
|
+
title 'International Patient Access Test Kit'
|
7
7
|
suite_ids [:ipa_v100]
|
8
8
|
tags ['SMART App Launch']
|
9
9
|
last_updated IpaTestKit::LAST_UPDATED
|
data/lib/ipa_test_kit/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ipa_test_kit
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Inferno Core Team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-03-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: inferno_core
|