Skip to content

Commit

Permalink
Release 7.0.1 (#591)
Browse files Browse the repository at this point in the history
* Release 7.0.1

* Update CHANGELOG.md

Co-authored-by: Rob Scanlon <[email protected]>

---------

Co-authored-by: Yunwei Wang <>
Co-authored-by: Rob Scanlon <[email protected]>
  • Loading branch information
yunwwang and arscan authored Nov 21, 2024
1 parent f90d6e9 commit 83fd7d5
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 20 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 7.0.1
* Fix a bug which caused a system error when the `Reference.reference` element is not populated in certain resources (#589)
* Update Validation Message filter for US Core v6.1.0 to catch validation error for effectivePeriod.start element in
Observation Smoking Status profile (#573)

# 7.0.0
* Update (g)(10) Certfication Test Kit Terminology Package to 2024 Version (#587)
* Integrate US Core v7.0.0 Test Suite into (g)(10) Certification Test Kit (#587)
Expand Down
36 changes: 18 additions & 18 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
onc_certification_g10_test_kit (7.0.0)
onc_certification_g10_test_kit (7.0.1)
bloomer (~> 1.0.0)
colorize (~> 0.8.1)
inferno_core (~> 0.5.0)
Expand All @@ -11,7 +11,7 @@ PATH
rubyzip (~> 2.3.2)
smart_app_launch_test_kit (= 0.4.6)
tls_test_kit (= 0.2.3)
us_core_test_kit (= 0.9.1)
us_core_test_kit (= 0.9.2)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -101,11 +101,11 @@ GEM
faraday-retry (1.0.3)
faraday_middleware (1.2.1)
faraday (~> 1.0)
fhir_client (5.0.3)
fhir_client (6.0.0)
activesupport (>= 3)
addressable (>= 2.3)
fhir_dstu2_models (>= 1.1.1)
fhir_models (>= 4.2.1)
fhir_models (>= 5.0.0)
fhir_stu3_models (>= 3.1.1)
nokogiri (>= 1.10.4)
oauth2 (~> 1.1)
Expand All @@ -117,7 +117,7 @@ GEM
date_time_precision (>= 0.8)
mime-types (>= 3.0)
nokogiri (>= 1.11.4)
fhir_models (4.3.0)
fhir_models (5.0.0)
bcp47 (>= 0.3)
date_time_precision (>= 0.8)
mime-types (>= 3.0)
Expand All @@ -137,7 +137,7 @@ GEM
mustermann (~> 1.0)
mustermann-contrib (~> 1.0)
rack (~> 2.0)
hanami-utils (2.1.0)
hanami-utils (2.2.0)
concurrent-ruby (~> 1.0)
dry-core (~> 1.0, < 2)
dry-transformer (~> 1.0, < 2)
Expand Down Expand Up @@ -187,15 +187,15 @@ GEM
httpclient
jwt (2.9.3)
base64
kramdown (2.4.0)
rexml
kramdown (2.5.0)
rexml (>= 3.3.6)
method_source (1.1.0)
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2024.1001)
mime-types-data (3.2024.1105)
mini_portile2 (2.8.7)
minitest (5.24.1)
msgpack (1.7.3)
msgpack (1.7.5)
multi_json (1.15.0)
multi_xml (0.7.1)
bigdecimal (~> 3.1)
Expand All @@ -207,7 +207,7 @@ GEM
mustermann (= 1.1.2)
ndjson (1.0.0)
netrc (0.11.0)
nio4r (2.7.3)
nio4r (2.7.4)
nokogiri (1.16.6)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
Expand All @@ -229,17 +229,17 @@ GEM
ast (~> 2.4.1)
pastel (0.8.0)
tty-color (~> 0.5)
pry (0.14.2)
pry (0.15.0)
coderay (~> 1.1)
method_source (~> 1.0)
pry-byebug (3.10.1)
pry-byebug (3.8.0)
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
pry (~> 0.10)
public_suffix (6.0.1)
puma (5.6.9)
nio4r (~> 2.0)
racc (1.8.0)
rack (2.2.9)
rack (2.2.10)
rainbow (3.1.1)
rake (13.2.1)
redis-client (0.22.2)
Expand All @@ -253,7 +253,7 @@ GEM
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rexml (3.3.7)
rouge (4.4.0)
rouge (4.5.1)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
Expand Down Expand Up @@ -325,8 +325,8 @@ GEM
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
unicode_utils (1.4.0)
us_core_test_kit (0.9.1)
inferno_core (>= 0.4.37)
us_core_test_kit (0.9.2)
inferno_core (>= 0.5.0)
smart_app_launch_test_kit (>= 0.4.6)
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 = '7.0.0'.freeze
VERSION = '7.0.1'.freeze
end
2 changes: 1 addition & 1 deletion onc_certification_g10_test_kit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'rubyzip', '~> 2.3.2'
spec.add_runtime_dependency 'smart_app_launch_test_kit', '0.4.6'
spec.add_runtime_dependency 'tls_test_kit', '0.2.3'
spec.add_runtime_dependency 'us_core_test_kit', '0.9.1'
spec.add_runtime_dependency 'us_core_test_kit', '0.9.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 83fd7d5

Please sign in to comment.