Skip to content

Commit da2bcd9

Browse files
authored
Release 1.3.0 (#49)
* update inferno_core * bump version * bump core * add data igs keep file * update ig path in docker compose
1 parent 4cfa004 commit da2bcd9

File tree

6 files changed

+51
-37
lines changed

6 files changed

+51
-37
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/data/*.db
2+
/data/igs/*.tgz
23
/data/redis/**/*.rdb
34
/data/redis/**/*.aof
45
/data/redis/**/*.manifest

Gemfile.lock

Lines changed: 45 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
PATH
22
remote: .
33
specs:
4-
uds_plus_test_kit (1.2.1)
5-
inferno_core (~> 0.6.2)
4+
uds_plus_test_kit (1.3.0)
5+
inferno_core (~> 1.0, >= 1.0.2)
66

77
GEM
88
remote: https://rubygems.org/
@@ -16,18 +16,19 @@ GEM
1616
addressable (2.8.7)
1717
public_suffix (>= 2.0.2, < 7.0)
1818
base62-rb (0.3.1)
19-
base64 (0.2.0)
19+
base64 (0.3.0)
2020
bcp47 (0.3.3)
2121
i18n
22-
bigdecimal (3.1.9)
22+
bigdecimal (3.2.2)
2323
blueprinter (0.25.2)
24-
byebug (11.1.3)
24+
byebug (12.0.0)
2525
coderay (1.1.3)
2626
concurrent-ruby (1.3.4)
27-
connection_pool (2.5.0)
27+
connection_pool (2.5.3)
2828
crack (1.0.0)
2929
bigdecimal
3030
rexml
31+
csv (3.3.5)
3132
database_cleaner (1.99.0)
3233
database_cleaner-sequel (1.99.0)
3334
database_cleaner (~> 1.99.0)
@@ -73,10 +74,10 @@ GEM
7374
faraday-retry (~> 1.0)
7475
ruby2_keywords (>= 0.0.4)
7576
faraday-em_http (1.0.0)
76-
faraday-em_synchrony (1.0.0)
77+
faraday-em_synchrony (1.0.1)
7778
faraday-excon (1.1.0)
7879
faraday-httpclient (1.0.1)
79-
faraday-multipart (1.1.0)
80+
faraday-multipart (1.1.1)
8081
multipart-post (~> 2.0)
8182
faraday-net_http (1.0.2)
8283
faraday-net_http_persistent (1.2.0)
@@ -132,11 +133,12 @@ GEM
132133
domain_name (~> 0.5)
133134
i18n (1.14.7)
134135
concurrent-ruby (~> 1.0)
135-
inferno_core (0.6.4)
136+
inferno_core (1.0.3)
136137
activesupport (~> 6.1.7.5)
137138
base62-rb (= 0.3.1)
138139
blueprinter (= 0.25.2)
139140
concurrent-ruby (= 1.3.4)
141+
csv (~> 3.3.5)
140142
dotenv (~> 2.7)
141143
dry-configurable (= 1.0.0)
142144
dry-container (= 0.10.0)
@@ -149,12 +151,16 @@ GEM
149151
fhir_models (>= 4.2.2)
150152
hanami-controller (= 2.0.0)
151153
hanami-router (= 2.0.0)
154+
kramdown (~> 2.5.1)
155+
kramdown-parser-gfm (~> 1.1.0)
156+
mutex_m (~> 0.3.0)
152157
oj (= 3.11.0)
153158
pastel (~> 0.8.0)
154159
pry
155160
pry-byebug
156161
puma (~> 5.6.7)
157162
rake (~> 13.0)
163+
roo (~> 2.10.1)
158164
sequel (~> 5.42.0)
159165
sidekiq (~> 7.2.4)
160166
sqlite3 (~> 1.4)
@@ -164,37 +170,40 @@ GEM
164170
irb (1.13.2)
165171
rdoc (>= 4.0.0)
166172
reline (>= 0.4.2)
167-
jwt (2.10.1)
173+
jwt (2.10.2)
168174
base64
169175
kramdown (2.5.1)
170176
rexml (>= 3.3.9)
171-
logger (1.6.6)
177+
kramdown-parser-gfm (1.1.0)
178+
kramdown (~> 2.0)
179+
logger (1.7.0)
172180
method_source (1.1.0)
173-
mime-types (3.6.0)
181+
mime-types (3.7.0)
174182
logger
175-
mime-types-data (~> 3.2015)
176-
mime-types-data (3.2025.0220)
177-
mini_portile2 (2.8.8)
178-
minitest (5.25.4)
179-
multi_json (1.15.0)
180-
multi_xml (0.7.1)
183+
mime-types-data (~> 3.2025, >= 3.2025.0507)
184+
mime-types-data (3.2025.0715)
185+
mini_portile2 (2.8.9)
186+
minitest (5.25.5)
187+
multi_json (1.17.0)
188+
multi_xml (0.7.2)
181189
bigdecimal (~> 3.1)
182190
multipart-post (2.4.1)
183191
mustermann (1.1.2)
184192
ruby2_keywords (~> 0.0.1)
185193
mustermann-contrib (1.1.2)
186194
hansi (~> 0.2.0)
187195
mustermann (= 1.1.2)
196+
mutex_m (0.3.0)
188197
netrc (0.11.0)
189198
nio4r (2.7.4)
190-
nokogiri (1.18.3)
199+
nokogiri (1.18.9)
191200
mini_portile2 (~> 2.8.2)
192201
racc (~> 1.4)
193-
nokogiri (1.18.3-arm64-darwin)
202+
nokogiri (1.18.9-arm64-darwin)
194203
racc (~> 1.4)
195-
nokogiri (1.18.3-x86_64-darwin)
204+
nokogiri (1.18.9-x86_64-darwin)
196205
racc (~> 1.4)
197-
nokogiri (1.18.3-x86_64-linux-gnu)
206+
nokogiri (1.18.9-x86_64-linux-gnu)
198207
racc (~> 1.4)
199208
oauth2 (1.4.11)
200209
faraday (>= 0.17.3, < 3.0)
@@ -208,22 +217,22 @@ GEM
208217
pry (0.15.2)
209218
coderay (~> 1.1)
210219
method_source (~> 1.0)
211-
pry-byebug (3.8.0)
212-
byebug (~> 11.0)
213-
pry (~> 0.10)
220+
pry-byebug (3.11.0)
221+
byebug (~> 12.0)
222+
pry (>= 0.13, < 0.16)
214223
psych (5.1.2)
215224
stringio
216-
public_suffix (6.0.1)
225+
public_suffix (6.0.2)
217226
puma (5.6.9)
218227
nio4r (~> 2.0)
219228
racc (1.8.1)
220-
rack (2.2.11)
229+
rack (2.2.17)
221230
rack-test (2.2.0)
222231
rack (>= 1.3)
223-
rake (13.2.1)
232+
rake (13.3.0)
224233
rdoc (6.7.0)
225234
psych (>= 4.0.0)
226-
redis-client (0.23.2)
235+
redis-client (0.25.1)
227236
connection_pool
228237
reline (0.5.9)
229238
io-console (~> 0.5)
@@ -233,7 +242,10 @@ GEM
233242
mime-types (>= 1.16, < 4.0)
234243
netrc (~> 0.8)
235244
rexml (3.4.1)
236-
rouge (4.5.1)
245+
roo (2.10.1)
246+
nokogiri (~> 1)
247+
rubyzip (>= 1.3.0, < 3.0.0)
248+
rouge (4.6.0)
237249
rspec (3.13.0)
238250
rspec-core (~> 3.13.0)
239251
rspec-expectations (~> 3.13.0)
@@ -248,6 +260,7 @@ GEM
248260
rspec-support (~> 3.13.0)
249261
rspec-support (3.13.1)
250262
ruby2_keywords (0.0.5)
263+
rubyzip (2.4.1)
251264
sequel (5.42.0)
252265
sidekiq (7.2.4)
253266
concurrent-ruby (< 2)
@@ -266,7 +279,7 @@ GEM
266279
unicode_utils (~> 1.4)
267280
strings-ansi (0.2.0)
268281
thor (1.2.2)
269-
tilt (2.6.0)
282+
tilt (2.6.1)
270283
tty-color (0.6.0)
271284
tty-markdown (0.7.2)
272285
kramdown (>= 1.16.2, < 3.0)
@@ -284,7 +297,7 @@ GEM
284297
addressable (>= 2.8.0)
285298
crack (>= 0.3.2)
286299
hashdiff (>= 0.4.0, < 2.0.0)
287-
zeitwerk (2.7.2)
300+
zeitwerk (2.7.3)
288301

289302
PLATFORMS
290303
arm64-darwin-21

data/igs/.keep

Whitespace-only changes.

docker-compose.background.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ services:
77
# Negative values mean sessions never expire, 0 means sessions immediately expire
88
SESSION_CACHE_DURATION: -1
99
volumes:
10-
- ./lib/uds_plus_test_kit/igs:/app/igs
10+
- ./data/igs:/app/igs
1111
# To let the service share your local FHIR package cache,
1212
# uncomment the below line
1313
# - ~/.fhir:/home/ktor/.fhir
1414
# validator_service:
1515
# image: infernocommunity/fhir-validator-service
1616
# # Update this path to match your directory structure
1717
# volumes:
18-
# - ./lib/uds_plus_test_kit/igs:/home/igs
18+
# - ./data/igs:/home/igs
1919
# fhir_validator_app:
2020
# image: infernocommunity/fhir-validator-app
2121
# depends_on:

lib/uds_plus_test_kit/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
module UDSPlusTestKit
4-
VERSION = '1.2.1'
4+
VERSION = '1.3.0'
55
UDS_PLUS_VERSION = '2.0.0'
6-
LAST_UPDATED = '2025-04-09'
6+
LAST_UPDATED = '2025-07-22'
77
end

uds_plus_test_kit.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
99
spec.description = 'UDS Plus Test Kit'
1010
spec.homepage = 'https://github.com/inferno-framework/uds-plus-test-kit'
1111
spec.license = 'Apache-2.0'
12-
spec.add_runtime_dependency 'inferno_core', '~> 0.6.2'
12+
spec.add_runtime_dependency 'inferno_core', '~> 1.0', '>= 1.0.2'
1313
spec.add_development_dependency 'database_cleaner-sequel', '~> 1.8'
1414
spec.add_development_dependency 'factory_bot', '~> 6.1'
1515
spec.add_development_dependency 'rspec', '~> 3.10'

0 commit comments

Comments
 (0)