onc_certification_g10_test_kit 7.2.3 → 7.2.5

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.5
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-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bloomer
@@ -44,14 +44,20 @@ dependencies:
44
44
  requirements:
45
45
  - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: 0.6.7
47
+ version: '1.0'
48
+ - - ">="
49
+ - !ruby/object:Gem::Version
50
+ version: 1.0.2
48
51
  type: :runtime
49
52
  prerelease: false
50
53
  version_requirements: !ruby/object:Gem::Requirement
51
54
  requirements:
52
55
  - - "~>"
53
56
  - !ruby/object:Gem::Version
54
- version: 0.6.7
57
+ version: '1.0'
58
+ - - ">="
59
+ - !ruby/object:Gem::Version
60
+ version: 1.0.2
55
61
  - !ruby/object:Gem::Dependency
56
62
  name: json-jwt
57
63
  requirement: !ruby/object:Gem::Requirement
@@ -114,46 +120,45 @@ dependencies:
114
120
  requirements:
115
121
  - - '='
116
122
  - !ruby/object:Gem::Version
117
- version: 0.6.3
123
+ version: 1.0.0
118
124
  type: :runtime
119
125
  prerelease: false
120
126
  version_requirements: !ruby/object:Gem::Requirement
121
127
  requirements:
122
128
  - - '='
123
129
  - !ruby/object:Gem::Version
124
- version: 0.6.3
130
+ version: 1.0.0
125
131
  - !ruby/object:Gem::Dependency
126
132
  name: tls_test_kit
127
133
  requirement: !ruby/object:Gem::Requirement
128
134
  requirements:
129
135
  - - '='
130
136
  - !ruby/object:Gem::Version
131
- version: 0.3.0
137
+ version: 1.0.0
132
138
  type: :runtime
133
139
  prerelease: false
134
140
  version_requirements: !ruby/object:Gem::Requirement
135
141
  requirements:
136
142
  - - '='
137
143
  - !ruby/object:Gem::Version
138
- version: 0.3.0
144
+ version: 1.0.0
139
145
  - !ruby/object:Gem::Dependency
140
146
  name: us_core_test_kit
141
147
  requirement: !ruby/object:Gem::Requirement
142
148
  requirements:
143
149
  - - '='
144
150
  - !ruby/object:Gem::Version
145
- version: 0.11.4
151
+ version: 1.0.0
146
152
  type: :runtime
147
153
  prerelease: false
148
154
  version_requirements: !ruby/object:Gem::Requirement
149
155
  requirements:
150
156
  - - '='
151
157
  - !ruby/object:Gem::Version
152
- version: 0.11.4
158
+ version: 1.0.0
153
159
  description: ONC Certification (g)(10) Standardized API for Patient and Population
154
160
  Services Test Kit
155
161
  email:
156
- - inferno@groups.mitre.org
157
162
  executables: []
158
163
  extensions: []
159
164
  extra_rdoc_files: []
@@ -209,6 +214,8 @@ files:
209
214
  - lib/onc_certification_g10_test_kit/encounter_context_test.rb
210
215
  - lib/onc_certification_g10_test_kit/export_kick_off_performer.rb
211
216
  - lib/onc_certification_g10_test_kit/feature.rb
217
+ - lib/onc_certification_g10_test_kit/g10_certification_suite.rb
218
+ - lib/onc_certification_g10_test_kit/g10_certification_suite_short_id_map.yml
212
219
  - lib/onc_certification_g10_test_kit/g10_options.rb
213
220
  - lib/onc_certification_g10_test_kit/igs/01-us-core-v400.tgz
214
221
  - lib/onc_certification_g10_test_kit/igs/03-us-core-v311.tgz
@@ -232,12 +239,13 @@ files:
232
239
  - lib/onc_certification_g10_test_kit/patient_context_test.rb
233
240
  - lib/onc_certification_g10_test_kit/patient_scope_test.rb
234
241
  - lib/onc_certification_g10_test_kit/profile_selector.rb
242
+ - lib/onc_certification_g10_test_kit/requirements/(g)(10)-test-procedure_requirements.xlsx
243
+ - lib/onc_certification_g10_test_kit/requirements/generated/g10_certification_requirements_coverage.csv
244
+ - lib/onc_certification_g10_test_kit/requirements/onc_certification_g10_test_kit_requirements.csv
235
245
  - lib/onc_certification_g10_test_kit/resource_access_test.rb
236
246
  - lib/onc_certification_g10_test_kit/restricted_access_test.rb
237
247
  - lib/onc_certification_g10_test_kit/restricted_resource_type_access_group.rb
238
248
  - 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
249
  - lib/onc_certification_g10_test_kit/single_patient_api_group.rb
242
250
  - lib/onc_certification_g10_test_kit/single_patient_us_core_4_api_group.rb
243
251
  - lib/onc_certification_g10_test_kit/single_patient_us_core_5_api_group.rb
@@ -269,6 +277,7 @@ files:
269
277
  - lib/onc_certification_g10_test_kit/tasks/generate_matrix.rb
270
278
  - lib/onc_certification_g10_test_kit/tasks/test_procedure.rb
271
279
  - lib/onc_certification_g10_test_kit/terminology_binding_validator.rb
280
+ - lib/onc_certification_g10_test_kit/test_procedure_requirements_manager.rb
272
281
  - lib/onc_certification_g10_test_kit/token_introspection_group.rb
273
282
  - lib/onc_certification_g10_test_kit/token_introspection_group_stu2_2.rb
274
283
  - 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