Skip to content

Commit ef5f7a9

Browse files
authored
Release 0.12.0 (#35)
* update inferno_core * bump version * update changelog * remove old requirements environment variables * bump core
1 parent b6d5d93 commit ef5f7a9

6 files changed

Lines changed: 27 additions & 22 deletions

File tree

.env.development

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
FHIR_RESOURCE_VALIDATOR_URL=http://localhost/hl7validatorapi
2-
REDIS_URL=redis://localhost:6379/0
3-
ENABLE_REQUIREMENTS=true
2+
REDIS_URL=redis://localhost:6379/0

.env.production

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
REDIS_URL=redis://redis:6379/0
2-
FHIR_RESOURCE_VALIDATOR_URL=http://hl7_validator_service:3500
3-
ENABLE_REQUIREMENTS=true
2+
FHIR_RESOURCE_VALIDATOR_URL=http://hl7_validator_service:3500

CHANGELOG.MD

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 0.12.0
2+
* FI-4182 Remove inferno@groups.mitre.org email from gemspec by @arscan in https://github.com/inferno-framework/subscriptions-test-kit/pull/34
3+
14
# 0.11.3
25
* FI-4144: Requirement clean for PAS by @karlnaden in https://github.com/inferno-framework/subscriptions-test-kit/pull/32
36

Gemfile.lock

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
PATH
22
remote: .
33
specs:
4-
subscriptions_test_kit (0.11.3)
5-
inferno_core (~> 0.6.16)
4+
subscriptions_test_kit (0.12.0)
5+
inferno_core (~> 1.0, >= 1.0.2)
66

77
GEM
88
remote: https://rubygems.org/
@@ -136,7 +136,7 @@ GEM
136136
domain_name (~> 0.5)
137137
i18n (1.14.7)
138138
concurrent-ruby (~> 1.0)
139-
inferno_core (0.6.16)
139+
inferno_core (1.0.3)
140140
activesupport (~> 6.1.7.5)
141141
base62-rb (= 0.3.1)
142142
blueprinter (= 0.25.2)
@@ -154,6 +154,8 @@ GEM
154154
fhir_models (>= 4.2.2)
155155
hanami-controller (= 2.0.0)
156156
hanami-router (= 2.0.0)
157+
kramdown (~> 2.5.1)
158+
kramdown-parser-gfm (~> 1.1.0)
157159
mutex_m (~> 0.3.0)
158160
oj (= 3.11.0)
159161
pastel (~> 0.8.0)
@@ -173,21 +175,23 @@ GEM
173175
rdoc (>= 4.0.0)
174176
reline (>= 0.4.2)
175177
json (2.12.2)
176-
jwt (2.10.1)
178+
jwt (2.10.2)
177179
base64
178180
kramdown (2.5.1)
179181
rexml (>= 3.3.9)
182+
kramdown-parser-gfm (1.1.0)
183+
kramdown (~> 2.0)
180184
language_server-protocol (3.17.0.5)
181185
lint_roller (1.1.0)
182186
logger (1.7.0)
183187
method_source (1.1.0)
184188
mime-types (3.7.0)
185189
logger
186190
mime-types-data (~> 3.2025, >= 3.2025.0507)
187-
mime-types-data (3.2025.0617)
191+
mime-types-data (3.2025.0715)
188192
mini_portile2 (2.8.9)
189193
minitest (5.25.5)
190-
multi_json (1.15.0)
194+
multi_json (1.17.0)
191195
multi_xml (0.7.2)
192196
bigdecimal (~> 3.1)
193197
multipart-post (2.4.1)
@@ -199,18 +203,18 @@ GEM
199203
mutex_m (0.3.0)
200204
netrc (0.11.0)
201205
nio4r (2.7.4)
202-
nokogiri (1.18.8)
206+
nokogiri (1.18.9)
203207
mini_portile2 (~> 2.8.2)
204208
racc (~> 1.4)
205-
nokogiri (1.18.8-aarch64-linux-gnu)
209+
nokogiri (1.18.9-aarch64-linux-gnu)
206210
racc (~> 1.4)
207-
nokogiri (1.18.8-arm-linux-gnu)
211+
nokogiri (1.18.9-arm-linux-gnu)
208212
racc (~> 1.4)
209-
nokogiri (1.18.8-arm64-darwin)
213+
nokogiri (1.18.9-arm64-darwin)
210214
racc (~> 1.4)
211-
nokogiri (1.18.8-x86_64-darwin)
215+
nokogiri (1.18.9-x86_64-darwin)
212216
racc (~> 1.4)
213-
nokogiri (1.18.8-x86_64-linux-gnu)
217+
nokogiri (1.18.9-x86_64-linux-gnu)
214218
racc (~> 1.4)
215219
oauth2 (1.4.11)
216220
faraday (>= 0.17.3, < 3.0)
@@ -250,7 +254,7 @@ GEM
250254
rdoc (6.14.1)
251255
erb
252256
psych (>= 4.0.0)
253-
redis-client (0.25.0)
257+
redis-client (0.25.1)
254258
connection_pool
255259
regexp_parser (2.10.0)
256260
reline (0.6.1)
@@ -264,7 +268,7 @@ GEM
264268
roo (2.10.1)
265269
nokogiri (~> 1)
266270
rubyzip (>= 1.3.0, < 3.0.0)
267-
rouge (4.5.2)
271+
rouge (4.6.0)
268272
rspec (3.13.1)
269273
rspec-core (~> 3.13.0)
270274
rspec-expectations (~> 3.13.0)
@@ -321,7 +325,7 @@ GEM
321325
unicode_utils (~> 1.4)
322326
strings-ansi (0.2.0)
323327
thor (1.2.2)
324-
tilt (2.6.0)
328+
tilt (2.6.1)
325329
tty-color (0.6.0)
326330
tty-markdown (0.7.2)
327331
kramdown (>= 1.16.2, < 3.0)
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module SubscriptionsTestKit
2-
VERSION = '0.11.3'.freeze
3-
LAST_UPDATED = '2025-07-01'.freeze
2+
VERSION = '0.12.0'.freeze
3+
LAST_UPDATED = '2025-07-22'.freeze
44
end

subscriptions_test_kit.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
88
spec.description = 'Inferno test kit for FHIR R5-style Subscriptions'
99
spec.homepage = 'https://github.com/inferno-framework/subscriptions-test-kit'
1010
spec.license = 'Apache-2.0'
11-
spec.add_dependency 'inferno_core', '~> 0.6.16'
11+
spec.add_dependency 'inferno_core', '~> 1.0', '>= 1.0.2'
1212
spec.required_ruby_version = Gem::Requirement.new('>= 3.3.6')
1313
spec.metadata['inferno_test_kit'] = 'true'
1414
spec.metadata['homepage_uri'] = spec.homepage

0 commit comments

Comments
 (0)