Skip to content

Commit 5d856cb

Browse files
authored
Release 0.10.0 (#6)
* update inferno_core and test kit dependencies * bump version * update changelog
1 parent 273452f commit 5d856cb

File tree

5 files changed

+77
-65
lines changed

5 files changed

+77
-65
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.10.0
2+
* FI-3815 Update Test Kit with new RSpec features by @Shaumik-Ashraf in https://github.com/inferno-framework/cancer-registry-reporting-test-kit/pull/4
3+
* FI-4182: Update gemspec: remove email and set authors to Inferno Team by @arscan in https://github.com/inferno-framework/cancer-registry-reporting-test-kit/pull/5
4+
15
# 0.9.1
26
* Update official test kit title and readme to reflect testing scope; remove outdate ci workflow by @rpassas in https://github.com/inferno-framework/cancer-registry-reporting-test-kit/pull/2
37

Gemfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ source 'https://rubygems.org'
44

55
gemspec
66

7-
gem 'smart_app_launch_test_kit'
8-
97
group :development, :test do
108
gem 'debug'
119
gem 'rspec_junit_formatter', require: false # required for gitlab CI

Gemfile.lock

Lines changed: 68 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,39 @@
11
PATH
22
remote: .
33
specs:
4-
cancer_registry_reporting_test_kit (0.9.1)
5-
inferno_core (~> 0.6.8)
6-
us_core_test_kit (~> 0.11.1)
4+
cancer_registry_reporting_test_kit (0.10.0)
5+
inferno_core (~> 1.0, >= 1.0.2)
6+
smart_app_launch_test_kit (~> 1.0)
7+
us_core_test_kit (~> 1.0)
78

89
GEM
910
remote: https://rubygems.org/
1011
specs:
11-
activesupport (6.1.7.8)
12+
activesupport (6.1.7.10)
1213
concurrent-ruby (~> 1.0, >= 1.0.2)
1314
i18n (>= 1.6, < 2)
1415
minitest (>= 5.1)
1516
tzinfo (~> 2.0)
1617
zeitwerk (~> 2.3)
17-
addressable (2.8.6)
18-
public_suffix (>= 2.0.2, < 6.0)
18+
addressable (2.8.7)
19+
public_suffix (>= 2.0.2, < 7.0)
1920
aes_key_wrap (1.1.0)
2021
ast (2.4.2)
2122
base62-rb (0.3.1)
22-
base64 (0.2.0)
23+
base64 (0.3.0)
2324
bcp47 (0.3.3)
2425
i18n
25-
bigdecimal (3.1.8)
26+
bigdecimal (3.2.2)
2627
bindata (2.5.0)
2728
blueprinter (0.25.2)
28-
byebug (11.1.3)
29+
byebug (12.0.0)
2930
coderay (1.1.3)
3031
concurrent-ruby (1.3.4)
31-
connection_pool (2.4.1)
32+
connection_pool (2.5.3)
3233
crack (1.0.0)
3334
bigdecimal
3435
rexml
36+
csv (3.3.5)
3537
database_cleaner (1.99.0)
3638
database_cleaner-sequel (1.99.0)
3739
database_cleaner (~> 1.99.0)
@@ -78,11 +80,11 @@ GEM
7880
faraday-retry (~> 1.0)
7981
ruby2_keywords (>= 0.0.4)
8082
faraday-em_http (1.0.0)
81-
faraday-em_synchrony (1.0.0)
83+
faraday-em_synchrony (1.0.1)
8284
faraday-excon (1.1.0)
8385
faraday-httpclient (1.0.1)
84-
faraday-multipart (1.0.4)
85-
multipart-post (~> 2)
86+
faraday-multipart (1.1.1)
87+
multipart-post (~> 2.0)
8688
faraday-net_http (1.0.2)
8789
faraday-net_http_persistent (1.2.0)
8890
faraday-patron (1.0.0)
@@ -133,16 +135,17 @@ GEM
133135
hansi (0.2.1)
134136
hashdiff (1.1.0)
135137
http-accept (1.7.0)
136-
http-cookie (1.0.7)
138+
http-cookie (1.0.8)
137139
domain_name (~> 0.5)
138140
httpclient (2.8.3)
139-
i18n (1.14.5)
141+
i18n (1.14.7)
140142
concurrent-ruby (~> 1.0)
141-
inferno_core (0.6.8)
143+
inferno_core (1.0.3)
142144
activesupport (~> 6.1.7.5)
143145
base62-rb (= 0.3.1)
144146
blueprinter (= 0.25.2)
145147
concurrent-ruby (= 1.3.4)
148+
csv (~> 3.3.5)
146149
dotenv (~> 2.7)
147150
dry-configurable (= 1.0.0)
148151
dry-container (= 0.10.0)
@@ -155,12 +158,16 @@ GEM
155158
fhir_models (>= 4.2.2)
156159
hanami-controller (= 2.0.0)
157160
hanami-router (= 2.0.0)
161+
kramdown (~> 2.5.1)
162+
kramdown-parser-gfm (~> 1.1.0)
163+
mutex_m (~> 0.3.0)
158164
oj (= 3.11.0)
159165
pastel (~> 0.8.0)
160166
pry
161167
pry-byebug
162168
puma (~> 5.6.7)
163169
rake (~> 13.0)
170+
roo (~> 2.10.1)
164171
sequel (~> 5.42.0)
165172
sidekiq (~> 7.2.4)
166173
sqlite3 (~> 1.4)
@@ -176,45 +183,46 @@ GEM
176183
aes_key_wrap
177184
bindata
178185
httpclient
179-
jwt (2.9.3)
186+
jwt (2.10.2)
180187
base64
181-
kramdown (2.4.0)
182-
rexml
188+
kramdown (2.5.1)
189+
rexml (>= 3.3.9)
190+
kramdown-parser-gfm (1.1.0)
191+
kramdown (~> 2.0)
183192
language_server-protocol (3.17.0.4)
184193
lint_roller (1.1.0)
185-
logger (1.6.1)
194+
logger (1.7.0)
186195
method_source (1.1.0)
187-
mime-types (3.6.0)
196+
mime-types (3.7.0)
188197
logger
189-
mime-types-data (~> 3.2015)
190-
mime-types-data (3.2024.1105)
191-
mini_portile2 (2.8.8)
192-
minitest (5.23.1)
193-
multi_json (1.15.0)
194-
multi_xml (0.7.1)
198+
mime-types-data (~> 3.2025, >= 3.2025.0507)
199+
mime-types-data (3.2025.0715)
200+
mini_portile2 (2.8.9)
201+
minitest (5.25.5)
202+
multi_json (1.17.0)
203+
multi_xml (0.7.2)
195204
bigdecimal (~> 3.1)
196205
multipart-post (2.4.1)
197206
mustermann (1.1.2)
198207
ruby2_keywords (~> 0.0.1)
199208
mustermann-contrib (1.1.2)
200209
hansi (~> 0.2.0)
201210
mustermann (= 1.1.2)
211+
mutex_m (0.3.0)
202212
netrc (0.11.0)
203213
nio4r (2.7.4)
204-
nokogiri (1.16.7)
214+
nokogiri (1.18.9)
205215
mini_portile2 (~> 2.8.2)
206216
racc (~> 1.4)
207-
nokogiri (1.16.7-aarch64-linux)
208-
racc (~> 1.4)
209-
nokogiri (1.16.7-arm-linux)
217+
nokogiri (1.18.9-aarch64-linux-gnu)
210218
racc (~> 1.4)
211-
nokogiri (1.16.7-arm64-darwin)
219+
nokogiri (1.18.9-arm-linux-gnu)
212220
racc (~> 1.4)
213-
nokogiri (1.16.7-x86-linux)
221+
nokogiri (1.18.9-arm64-darwin)
214222
racc (~> 1.4)
215-
nokogiri (1.16.7-x86_64-darwin)
223+
nokogiri (1.18.9-x86_64-darwin)
216224
racc (~> 1.4)
217-
nokogiri (1.16.7-x86_64-linux)
225+
nokogiri (1.18.9-x86_64-linux-gnu)
218226
racc (~> 1.4)
219227
oauth2 (1.4.11)
220228
faraday (>= 0.17.3, < 3.0)
@@ -229,26 +237,26 @@ GEM
229237
racc
230238
pastel (0.8.0)
231239
tty-color (~> 0.5)
232-
pry (0.14.2)
240+
pry (0.15.2)
233241
coderay (~> 1.1)
234242
method_source (~> 1.0)
235-
pry-byebug (3.10.1)
236-
byebug (~> 11.0)
237-
pry (>= 0.13, < 0.15)
243+
pry-byebug (3.11.0)
244+
byebug (~> 12.0)
245+
pry (>= 0.13, < 0.16)
238246
psych (5.1.2)
239247
stringio
240-
public_suffix (5.0.5)
248+
public_suffix (6.0.2)
241249
puma (5.6.9)
242250
nio4r (~> 2.0)
243251
racc (1.8.1)
244-
rack (2.2.10)
252+
rack (2.2.17)
245253
rack-test (2.2.0)
246254
rack (>= 1.3)
247255
rainbow (3.1.1)
248-
rake (13.2.1)
256+
rake (13.3.0)
249257
rdoc (6.7.0)
250258
psych (>= 4.0.0)
251-
redis-client (0.22.2)
259+
redis-client (0.25.1)
252260
connection_pool
253261
regexp_parser (2.10.0)
254262
reline (0.5.8)
@@ -258,9 +266,11 @@ GEM
258266
http-cookie (>= 1.0.2, < 2.0)
259267
mime-types (>= 1.16, < 4.0)
260268
netrc (~> 0.8)
261-
rexml (3.2.8)
262-
strscan (>= 3.0.9)
263-
rouge (4.5.1)
269+
rexml (3.4.1)
270+
roo (2.10.1)
271+
nokogiri (~> 1)
272+
rubyzip (>= 1.3.0, < 3.0.0)
273+
rouge (4.6.0)
264274
rspec (3.13.0)
265275
rspec-core (~> 3.13.0)
266276
rspec-expectations (~> 3.13.0)
@@ -294,6 +304,7 @@ GEM
294304
rubocop (~> 1.72, >= 1.72.1)
295305
ruby-progressbar (1.13.0)
296306
ruby2_keywords (0.0.5)
307+
rubyzip (2.4.1)
297308
sequel (5.42.0)
298309
sidekiq (7.2.4)
299310
concurrent-ruby (< 2)
@@ -306,11 +317,11 @@ GEM
306317
simplecov_json_formatter (~> 0.1)
307318
simplecov-html (0.13.1)
308319
simplecov_json_formatter (0.1.4)
309-
smart_app_launch_test_kit (0.6.1)
310-
inferno_core (>= 0.6.3)
320+
smart_app_launch_test_kit (1.0.0)
321+
inferno_core (~> 1.0, >= 1.0.2)
311322
json-jwt (~> 1.15.3)
312323
jwt (~> 2.6)
313-
tls_test_kit (~> 0.3.0)
324+
tls_test_kit (~> 1.0)
314325
sqlite3 (1.7.3)
315326
mini_portile2 (~> 2.8.0)
316327
sqlite3 (1.7.3-aarch64-linux)
@@ -325,11 +336,10 @@ GEM
325336
unicode-display_width (>= 1.5, < 3.0)
326337
unicode_utils (~> 1.4)
327338
strings-ansi (0.2.0)
328-
strscan (3.1.0)
329339
thor (1.2.2)
330-
tilt (2.4.0)
331-
tls_test_kit (0.3.0)
332-
inferno_core (>= 0.6.2)
340+
tilt (2.6.1)
341+
tls_test_kit (1.0.0)
342+
inferno_core (~> 1.0, >= 1.0.2)
333343
tty-color (0.6.0)
334344
tty-markdown (0.7.2)
335345
kramdown (>= 1.16.2, < 3.0)
@@ -343,15 +353,15 @@ GEM
343353
concurrent-ruby (~> 1.0)
344354
unicode-display_width (2.6.0)
345355
unicode_utils (1.4.0)
346-
us_core_test_kit (0.11.1)
347-
inferno_core (>= 0.6.8)
348-
smart_app_launch_test_kit (>= 0.6.1)
349-
tls_test_kit (~> 0.3.0)
356+
us_core_test_kit (1.0.0)
357+
inferno_core (~> 1.0, >= 1.0.2)
358+
smart_app_launch_test_kit (~> 1.0)
359+
tls_test_kit (~> 1.0)
350360
webmock (3.23.1)
351361
addressable (>= 2.8.0)
352362
crack (>= 0.3.2)
353363
hashdiff (>= 0.4.0, < 2.0.0)
354-
zeitwerk (2.6.15)
364+
zeitwerk (2.7.3)
355365

356366
PLATFORMS
357367
aarch64-linux
@@ -373,7 +383,6 @@ DEPENDENCIES
373383
rubocop (~> 1.9)
374384
rubocop-rspec
375385
simplecov (= 0.21.2)
376-
smart_app_launch_test_kit
377386
webmock (~> 3.11)
378387

379388
BUNDLED WITH

cancer_registry_reporting_test_kit.gemspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ Gem::Specification.new do |spec|
1010
spec.description = 'Inferno test kit for testing systems per the Central Cancer Registry Reporting IG'
1111
spec.homepage = 'https://github.com/inferno-framework/cancer-registry-reporting-test-kit'
1212
spec.license = 'Apache-2.0'
13-
spec.add_dependency 'inferno_core', '~> 0.6.8'
14-
spec.add_dependency 'us_core_test_kit', '~> 0.11.1'
13+
spec.add_dependency 'inferno_core', '~> 1.0', '>= 1.0.2'
14+
spec.add_dependency 'smart_app_launch_test_kit', '~> 1.0'
15+
spec.add_dependency 'us_core_test_kit', '~> 1.0'
1516
spec.required_ruby_version = Gem::Requirement.new('>= 3.3.6')
1617
spec.metadata['homepage_uri'] = spec.homepage
1718
spec.metadata['source_code_uri'] = spec.homepage
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22

33
module CancerRegistryReportingTestKit
4-
VERSION = '0.9.1'
5-
LAST_UPDATED = '2025-05-13' # TODO: update next release
4+
VERSION = '0.10.0'
5+
LAST_UPDATED = '2025-07-22' # TODO: update next release
66
end

0 commit comments

Comments
 (0)