davinci_dtr_test_kit 0.14.0 → 0.14.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ae91fb5204116f970359bf64adea2ee147946908cad1c0c2924af282b60b6881
4
- data.tar.gz: 3b03d29e31aa196709ff778838cad35713a07dbc62da4d7b30b4cdfb2c78cff5
3
+ metadata.gz: 714c3c65e729c520080f2b112a538d123474b6193f858c1ca1a6a8a6fd018f04
4
+ data.tar.gz: 5d54ba3e7347d18042a9a846003bf9ad7d99082f1a7305882c71057dd4afbc9f
5
5
  SHA512:
6
- metadata.gz: 8309214d76c859a568d6787cb04fdb973d87ca4c6e2fd1f49c0c373ed5984e468fe473b291bd98aff4af735ba7065b0fd55555f14baa532d49f7f578427213b4
7
- data.tar.gz: 130304858f630e00eec87b24c03bf9e303d97a3d5d42624a722da74e7f1ba6aad14e91c70d914af0c5193278190a7eaf5a88dba24eda0ff3a6533aaee4a69421
6
+ metadata.gz: 9c14456cfef4db2b3e03b6828b8e7d605244e9fbe97965fcb60cc08489556604b89cc959810d8c14b3af4b420241230f9d7604c017760e6243ac0e561b5d0d32
7
+ data.tar.gz: b3d0f57301297c25ace0548a1f9dfe561610dab10b24841d38a68122adc43b822def90c1edcd22499831a47aed3609331e024ae9029d0b132c337c956176f052
@@ -24,6 +24,10 @@ The DTR IG is a complex specification and these tests currently validate conform
24
24
  a subset of IG requirements. Future versions of the test suite will test further
25
25
  features.
26
26
 
27
+ Specific limitations include:
28
+ - *SMART Launch `fhirContext`*: Inferno does not currently verify the use of `fhirContext` to convey details
29
+ about the DTR SMART App launch.
30
+
27
31
  ## DTR 2.0.1 Corrections
28
32
 
29
33
  The DTR 2.0.1 version of the [Light EHR CapabilityStatement](http://hl7.org/fhir/us/davinci-dtr/CapabilityStatement/light-dtr-ehr) includes two pieces of missing or misleading information that have been corrected:
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module DaVinciDTRTestKit
4
- VERSION = '0.14.0'
4
+ VERSION = '0.14.1'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: davinci_dtr_test_kit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.0
4
+ version: 0.14.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Karl Naden
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2024-12-06 00:00:00.000000000 Z
13
+ date: 2024-12-09 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: inferno_core
@@ -58,28 +58,28 @@ dependencies:
58
58
  name: tls_test_kit
59
59
  requirement: !ruby/object:Gem::Requirement
60
60
  requirements:
61
- - - '='
61
+ - - "~>"
62
62
  - !ruby/object:Gem::Version
63
63
  version: 0.2.2
64
64
  type: :runtime
65
65
  prerelease: false
66
66
  version_requirements: !ruby/object:Gem::Requirement
67
67
  requirements:
68
- - - '='
68
+ - - "~>"
69
69
  - !ruby/object:Gem::Version
70
70
  version: 0.2.2
71
71
  - !ruby/object:Gem::Dependency
72
72
  name: us_core_test_kit
73
73
  requirement: !ruby/object:Gem::Requirement
74
74
  requirements:
75
- - - '='
75
+ - - "~>"
76
76
  - !ruby/object:Gem::Version
77
77
  version: 0.9.0
78
78
  type: :runtime
79
79
  prerelease: false
80
80
  version_requirements: !ruby/object:Gem::Requirement
81
81
  requirements:
82
- - - '='
82
+ - - "~>"
83
83
  - !ruby/object:Gem::Version
84
84
  version: 0.9.0
85
85
  description: Test Kit for the Da Vinci Documentation Templates and Rules (DTR) FHIR
@@ -255,7 +255,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
255
255
  - !ruby/object:Gem::Version
256
256
  version: '0'
257
257
  requirements: []
258
- rubygems_version: 3.3.7
258
+ rubygems_version: 3.5.23
259
259
  signing_key:
260
260
  specification_version: 4
261
261
  summary: Da Vinci DTR Test Kit