onc_certification_g10_test_kit 7.2.3 → 7.2.4

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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: onc_certification_g10_test_kit
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.2.3
4
+ version: 7.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stephen MacVicar
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-06-10 00:00:00.000000000 Z
11
+ date: 2025-07-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bloomer
@@ -44,14 +44,14 @@ dependencies:
44
44
  requirements:
45
45
  - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: 0.6.7
47
+ version: 0.6.16
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
- version: 0.6.7
54
+ version: 0.6.16
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: json-jwt
57
57
  requirement: !ruby/object:Gem::Requirement
@@ -114,14 +114,14 @@ dependencies:
114
114
  requirements:
115
115
  - - '='
116
116
  - !ruby/object:Gem::Version
117
- version: 0.6.3
117
+ version: 0.6.4
118
118
  type: :runtime
119
119
  prerelease: false
120
120
  version_requirements: !ruby/object:Gem::Requirement
121
121
  requirements:
122
122
  - - '='
123
123
  - !ruby/object:Gem::Version
124
- version: 0.6.3
124
+ version: 0.6.4
125
125
  - !ruby/object:Gem::Dependency
126
126
  name: tls_test_kit
127
127
  requirement: !ruby/object:Gem::Requirement
@@ -142,14 +142,14 @@ dependencies:
142
142
  requirements:
143
143
  - - '='
144
144
  - !ruby/object:Gem::Version
145
- version: 0.11.4
145
+ version: 0.11.6
146
146
  type: :runtime
147
147
  prerelease: false
148
148
  version_requirements: !ruby/object:Gem::Requirement
149
149
  requirements:
150
150
  - - '='
151
151
  - !ruby/object:Gem::Version
152
- version: 0.11.4
152
+ version: 0.11.6
153
153
  description: ONC Certification (g)(10) Standardized API for Patient and Population
154
154
  Services Test Kit
155
155
  email:
@@ -209,6 +209,8 @@ files:
209
209
  - lib/onc_certification_g10_test_kit/encounter_context_test.rb
210
210
  - lib/onc_certification_g10_test_kit/export_kick_off_performer.rb
211
211
  - lib/onc_certification_g10_test_kit/feature.rb
212
+ - lib/onc_certification_g10_test_kit/g10_certification_suite.rb
213
+ - lib/onc_certification_g10_test_kit/g10_certification_suite_short_id_map.yml
212
214
  - lib/onc_certification_g10_test_kit/g10_options.rb
213
215
  - lib/onc_certification_g10_test_kit/igs/01-us-core-v400.tgz
214
216
  - lib/onc_certification_g10_test_kit/igs/03-us-core-v311.tgz
@@ -232,12 +234,13 @@ files:
232
234
  - lib/onc_certification_g10_test_kit/patient_context_test.rb
233
235
  - lib/onc_certification_g10_test_kit/patient_scope_test.rb
234
236
  - lib/onc_certification_g10_test_kit/profile_selector.rb
237
+ - lib/onc_certification_g10_test_kit/requirements/(g)(10)-test-procedure_requirements.xlsx
238
+ - lib/onc_certification_g10_test_kit/requirements/generated/g10_certification_requirements_coverage.csv
239
+ - lib/onc_certification_g10_test_kit/requirements/onc_certification_g10_test_kit_requirements.csv
235
240
  - lib/onc_certification_g10_test_kit/resource_access_test.rb
236
241
  - lib/onc_certification_g10_test_kit/restricted_access_test.rb
237
242
  - lib/onc_certification_g10_test_kit/restricted_resource_type_access_group.rb
238
243
  - lib/onc_certification_g10_test_kit/scope_constants.rb
239
- - lib/onc_certification_g10_test_kit/short_id_manager.rb
240
- - lib/onc_certification_g10_test_kit/short_id_map.yml
241
244
  - lib/onc_certification_g10_test_kit/single_patient_api_group.rb
242
245
  - lib/onc_certification_g10_test_kit/single_patient_us_core_4_api_group.rb
243
246
  - lib/onc_certification_g10_test_kit/single_patient_us_core_5_api_group.rb
@@ -269,6 +272,7 @@ files:
269
272
  - lib/onc_certification_g10_test_kit/tasks/generate_matrix.rb
270
273
  - lib/onc_certification_g10_test_kit/tasks/test_procedure.rb
271
274
  - lib/onc_certification_g10_test_kit/terminology_binding_validator.rb
275
+ - lib/onc_certification_g10_test_kit/test_procedure_requirements_manager.rb
272
276
  - lib/onc_certification_g10_test_kit/token_introspection_group.rb
273
277
  - lib/onc_certification_g10_test_kit/token_introspection_group_stu2_2.rb
274
278
  - lib/onc_certification_g10_test_kit/token_revocation_group.rb
@@ -1,48 +0,0 @@
1
- module ONCCertificationG10TestKit
2
- # @private
3
- # This module ensures that short test ids don't change
4
- module ShortIDManager
5
- class << self
6
- def all_children(runnable)
7
- runnable
8
- .children
9
- .flat_map { |child| [child] + all_children(child) }
10
- end
11
-
12
- def short_id_file_path
13
- File.join(__dir__, 'short_id_map.yml')
14
- end
15
-
16
- def short_id_map
17
- @short_id_map ||= YAML.load_file(short_id_file_path)
18
- end
19
-
20
- def assign_short_ids
21
- all_children(G10CertificationSuite).each do |runnable|
22
- short_id = short_id_map.fetch(runnable.id)
23
- runnable.define_singleton_method(:short_id) do
24
- short_id
25
- end
26
- rescue KeyError
27
- Inferno::Application['logger'].warn("No short id defined for #{runnable.id}")
28
- end
29
- rescue Errno::ENOENT
30
- Inferno::Application['logger'].warn('No short id map found')
31
- end
32
-
33
- ### The methods below are only for creating an initial list of short ids
34
-
35
- # Run this in an inferno console to save the current short ids
36
- def save_current_short_id_map
37
- File.write(short_id_file_path, current_short_id_map.to_yaml)
38
- end
39
-
40
- def current_short_id_map
41
- @current_short_id_map ||=
42
- all_children(G10CertificationSuite).each_with_object({}) do |runnable, mapping|
43
- mapping[runnable.id] = runnable.short_id
44
- end
45
- end
46
- end
47
- end
48
- end