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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: eacbed4af77cb113726af060c4c3e60099260ae5ca7beb2c0bb6c791eb6f6156
4
- data.tar.gz: 6de273c296c1eb228c2f36e631abe36f960169b082a2dfc6a3711f06d8c8a1ce
3
+ metadata.gz: 970bd2ffbb51dd03189967885482017d1f7d5e89a6a59de48efb43718ff70d14
4
+ data.tar.gz: 947f66014bdbf7d68b0c1c77965008c9fd022efc44d09760aa82362d888b8d83
5
5
  SHA512:
6
- metadata.gz: 66763e3f1226d9bb1d05207038d11222934ef5e5a3e21ae30f756f511933ffa7210906648d063428383e94c40db64d63f18770d78b5fa70051e6218e84d91f1a
7
- data.tar.gz: 701447c3a28143e0e3b5b685ec8439369cb6759973f547a8449ddfb2d6caa7afb2c6061ae0fa40b2c42dca39cae6abbf71644cdc974d74562509ab7d284410aa
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 Acess Test Kit'
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
@@ -1,4 +1,4 @@
1
1
  module IpaTestKit
2
- VERSION = '0.5.0'.freeze
3
- LAST_UPDATED = '2025-02-10'.freeze
2
+ VERSION = '0.5.1'.freeze
3
+ LAST_UPDATED = '2025-03-10'.freeze
4
4
  end
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.0
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-02-10 00:00:00.000000000 Z
11
+ date: 2025-03-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: inferno_core