diff --git a/Gemfile.lock b/Gemfile.lock index eb239a4..73a9d5c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ipa_test_kit (0.3.0) + ipa_test_kit (0.3.1) inferno_core (>= 0.4.2) smart_app_launch_test_kit (~> 0.2.2) tls_test_kit (~> 0.2.0) @@ -9,21 +9,22 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (6.1.7.2) + activesupport (6.1.7.3) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) zeitwerk (~> 2.3) - addressable (2.8.1) + addressable (2.8.4) public_suffix (>= 2.0.2, < 6.0) + base62-rb (0.3.1) bcp47 (0.3.3) i18n blueprinter (0.25.2) byebug (11.1.3) coderay (1.1.3) - concurrent-ruby (1.2.0) - connection_pool (2.3.0) + concurrent-ruby (1.2.2) + connection_pool (2.4.0) crack (0.4.5) rexml database_cleaner (1.99.0) @@ -141,11 +142,12 @@ GEM http-accept (1.7.0) http-cookie (1.0.5) domain_name (~> 0.5) - i18n (1.12.0) + i18n (1.13.0) concurrent-ruby (~> 1.0) ice_nine (0.11.2) - inferno_core (0.4.9) + inferno_core (0.4.13) activesupport (~> 6.1) + base62-rb (= 0.3.1) blueprinter (= 0.25.2) dotenv (~> 2.7) dry-configurable (= 0.13.0) @@ -178,7 +180,7 @@ GEM mime-types (3.4.1) mime-types-data (~> 3.2015) mime-types-data (3.2023.0218.1) - minitest (5.17.0) + minitest (5.18.0) multi_json (1.15.0) multi_xml (0.6.0) multipart-post (2.3.0) @@ -188,12 +190,12 @@ GEM hansi (~> 0.2.0) mustermann (= 1.1.2) netrc (0.11.0) - nio4r (2.5.8) - nokogiri (1.14.2-arm64-darwin) + nio4r (2.5.9) + nokogiri (1.14.3-arm64-darwin) racc (~> 1.4) - nokogiri (1.14.2-x86_64-darwin) + nokogiri (1.14.3-x86_64-darwin) racc (~> 1.4) - nokogiri (1.14.2-x86_64-linux) + nokogiri (1.14.3-x86_64-linux) racc (~> 1.4) oauth2 (1.4.11) faraday (>= 0.17.3, < 3.0) @@ -214,7 +216,7 @@ GEM puma (5.6.5) nio4r (~> 2.0) racc (1.6.2) - rack (2.2.6.2) + rack (2.2.7) rake (13.0.6) redis (4.8.1) reline (0.3.2) @@ -225,7 +227,7 @@ GEM mime-types (>= 1.16, < 4.0) netrc (~> 0.8) rexml (3.2.5) - rouge (3.30.0) + rouge (4.1.0) rspec (3.12.0) rspec-core (~> 3.12.0) rspec-expectations (~> 3.12.0) @@ -249,9 +251,9 @@ GEM inferno_core (>= 0.4.2) jwt (~> 2.2) tls_test_kit (~> 0.2.0) - sqlite3 (1.6.1-arm64-darwin) - sqlite3 (1.6.1-x86_64-darwin) - sqlite3 (1.6.1-x86_64-linux) + sqlite3 (1.6.2-arm64-darwin) + sqlite3 (1.6.2-x86_64-darwin) + sqlite3 (1.6.2-x86_64-linux) strings (0.2.1) strings-ansi (~> 0.2) unicode-display_width (>= 1.5, < 3.0) @@ -262,10 +264,10 @@ GEM tls_test_kit (0.2.0) inferno_core (>= 0.4.1) tty-color (0.6.0) - tty-markdown (0.7.1) + tty-markdown (0.7.2) kramdown (>= 1.16.2, < 3.0) pastel (~> 0.8) - rouge (~> 3.14) + rouge (>= 3.14, < 5.0) strings (~> 0.2.0) tty-color (~> 0.5) tty-screen (~> 0.8) @@ -281,7 +283,7 @@ GEM addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - zeitwerk (2.6.6) + zeitwerk (2.6.8) PLATFORMS arm64-darwin-21 diff --git a/lib/ipa_test_kit/generated/v1.0.0/metadata.yml b/lib/ipa_test_kit/generated/v1.0.0/metadata.yml index cd701b9..58cd5db 100644 --- a/lib/ipa_test_kit/generated/v1.0.0/metadata.yml +++ b/lib/ipa_test_kit/generated/v1.0.0/metadata.yml @@ -2709,7 +2709,6 @@ :mandatory_elements: - Patient.identifier - Patient.identifier.value - - Patient.name - Patient.communication.language - Patient.link.other - Patient.link.type diff --git a/lib/ipa_test_kit/generated/v1.0.0/patient/metadata.yml b/lib/ipa_test_kit/generated/v1.0.0/patient/metadata.yml index 0c689a6..2a271c9 100644 --- a/lib/ipa_test_kit/generated/v1.0.0/patient/metadata.yml +++ b/lib/ipa_test_kit/generated/v1.0.0/patient/metadata.yml @@ -184,7 +184,6 @@ :mandatory_elements: - Patient.identifier - Patient.identifier.value -- Patient.name - Patient.communication.language - Patient.link.other - Patient.link.type diff --git a/lib/ipa_test_kit/igs/ipa_v100.tgz b/lib/ipa_test_kit/igs/ipa_v100.tgz index 5b0bbf2..c0006f8 100644 Binary files a/lib/ipa_test_kit/igs/ipa_v100.tgz and b/lib/ipa_test_kit/igs/ipa_v100.tgz differ diff --git a/lib/ipa_test_kit/version.rb b/lib/ipa_test_kit/version.rb index 14323a0..c24009a 100644 --- a/lib/ipa_test_kit/version.rb +++ b/lib/ipa_test_kit/version.rb @@ -1,3 +1,3 @@ module IpaTestKit - VERSION = '0.3.0' + VERSION = '0.3.1' end