Skip to content

Commit

Permalink
Release 4.1.0 (#473)
Browse files Browse the repository at this point in the history
* bump smart test kit

* bump core

* bump core

* bump us core

* bump version

* update changelog

* use final version

* regenerate matrix
  • Loading branch information
Jammjammjamm authored Dec 13, 2023
1 parent cd8c19c commit b6f59e9
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 27 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 4.1.0

* Restore `component.dataAbsentReason` MustSupport for Blood Pressure profile
(#471).
* Check for MustSupport elements within a slice only within that slice (#475).
* Enforce reference profile validation check when there is only one reference
target type (#470).
* Check that the `fhirContext` field is correctly formatted when present in the
token response (SMART App Launch STU 2 only) (#474).

# 4.0.0

* Add tests for US Core 6.1.0.
Expand Down
44 changes: 20 additions & 24 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
PATH
remote: .
specs:
onc_certification_g10_test_kit (4.0.0)
onc_certification_g10_test_kit (4.1.0)
bloomer (~> 1.0.0)
colorize (~> 0.8.1)
inferno_core (~> 0.4.20)
json-jwt (~> 1.15.3)
mime-types (~> 3.4.0)
ndjson (~> 1.0.0)
rubyzip (~> 2.3.2)
smart_app_launch_test_kit (= 0.3.0)
smart_app_launch_test_kit (= 0.4.0)
tls_test_kit (= 0.2.0)
us_core_test_kit (= 0.6.1)
us_core_test_kit (= 0.6.2)

GEM
remote: https://rubygems.org/
Expand All @@ -22,7 +22,7 @@ GEM
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.8.5)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
aes_key_wrap (1.1.0)
ast (2.4.2)
Expand Down Expand Up @@ -51,8 +51,7 @@ GEM
irb (>= 1.3.6)
reline (>= 0.3.1)
diff-lcs (1.5.0)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
domain_name (0.6.20231109)
dotenv (2.8.1)
dry-auto_inject (0.9.0)
dry-container (>= 0.3.4)
Expand Down Expand Up @@ -160,7 +159,7 @@ GEM
i18n (1.14.1)
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
inferno_core (0.4.22)
inferno_core (0.4.24)
activesupport (~> 6.1.7.5)
base62-rb (= 0.3.1)
blueprinter (= 0.25.2)
Expand Down Expand Up @@ -200,7 +199,7 @@ GEM
method_source (1.0.0)
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2023.1003)
mime-types-data (3.2023.1205)
mini_portile2 (2.8.5)
minitest (5.20.0)
msgpack (1.7.2)
Expand All @@ -214,15 +213,15 @@ GEM
mustermann (= 1.1.2)
ndjson (1.0.0)
netrc (0.11.0)
nio4r (2.5.9)
nokogiri (1.15.4)
nio4r (2.7.0)
nokogiri (1.15.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.15.4-arm64-darwin)
nokogiri (1.15.5-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.4-x86_64-darwin)
nokogiri (1.15.5-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.15.4-x86_64-linux)
nokogiri (1.15.5-x86_64-linux)
racc (~> 1.4)
oauth2 (1.4.11)
faraday (>= 0.17.3, < 3.0)
Expand All @@ -242,7 +241,7 @@ GEM
pry-byebug (3.10.1)
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
public_suffix (5.0.3)
public_suffix (5.0.4)
puma (5.6.7)
nio4r (~> 2.0)
racc (1.7.3)
Expand Down Expand Up @@ -298,15 +297,15 @@ GEM
connection_pool (>= 2.2.5, < 3)
rack (~> 2.0)
redis (>= 4.5.0, < 5)
smart_app_launch_test_kit (0.3.0)
smart_app_launch_test_kit (0.4.0)
inferno_core (>= 0.4.2)
jwt (~> 2.2)
jwt (~> 2.6)
tls_test_kit (~> 0.2.0)
sqlite3 (1.6.8)
sqlite3 (1.6.9)
mini_portile2 (~> 2.8.0)
sqlite3 (1.6.8-arm64-darwin)
sqlite3 (1.6.8-x86_64-darwin)
sqlite3 (1.6.8-x86_64-linux)
sqlite3 (1.6.9-arm64-darwin)
sqlite3 (1.6.9-x86_64-darwin)
sqlite3 (1.6.9-x86_64-linux)
strings (0.2.1)
strings-ansi (~> 0.2)
unicode-display_width (>= 1.5, < 3.0)
Expand All @@ -327,12 +326,9 @@ GEM
tty-screen (0.8.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.8.2)
unicode-display_width (2.5.0)
unicode_utils (1.4.0)
us_core_test_kit (0.6.1)
us_core_test_kit (0.6.2)
inferno_core (>= 0.4.2)
tls_test_kit (~> 0.2.0)
webmock (3.18.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/onc_certification_g10_test_kit/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ONCCertificationG10TestKit
VERSION = '4.0.0'.freeze
VERSION = '4.1.0'.freeze
end
Binary file modified onc_certification_g10_matrix.xlsx
Binary file not shown.
4 changes: 2 additions & 2 deletions onc_certification_g10_test_kit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'mime-types', '~> 3.4.0'
spec.add_runtime_dependency 'ndjson', '~> 1.0.0'
spec.add_runtime_dependency 'rubyzip', '~> 2.3.2'
spec.add_runtime_dependency 'smart_app_launch_test_kit', '0.3.0'
spec.add_runtime_dependency 'smart_app_launch_test_kit', '0.4.0'
spec.add_runtime_dependency 'tls_test_kit', '0.2.0'
spec.add_runtime_dependency 'us_core_test_kit', '0.6.1'
spec.add_runtime_dependency 'us_core_test_kit', '0.6.2'
spec.add_development_dependency 'database_cleaner-sequel', '~> 1.8'
spec.add_development_dependency 'factory_bot', '~> 6.1'
spec.add_development_dependency 'rspec', '~> 3.10'
Expand Down

0 comments on commit b6f59e9

Please sign in to comment.