Skip to content

Commit

Permalink
FI-1963: Update IG (#16)
Browse files Browse the repository at this point in the history
* use new ig package

* regenerate tests

* bump version
  • Loading branch information
Jammjammjamm authored May 3, 2023
1 parent 3f63438 commit d8d2b5a
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 23 deletions.
42 changes: 22 additions & 20 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,29 +1,30 @@
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)

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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -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)
Expand All @@ -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)
Expand All @@ -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)
Expand All @@ -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)
Expand All @@ -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)
Expand All @@ -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
Expand Down
1 change: 0 additions & 1 deletion lib/ipa_test_kit/generated/v1.0.0/metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2709,7 +2709,6 @@
:mandatory_elements:
- Patient.identifier
- Patient.identifier.value
- Patient.name
- Patient.communication.language
- Patient.link.other
- Patient.link.type
Expand Down
1 change: 0 additions & 1 deletion lib/ipa_test_kit/generated/v1.0.0/patient/metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@
:mandatory_elements:
- Patient.identifier
- Patient.identifier.value
- Patient.name
- Patient.communication.language
- Patient.link.other
- Patient.link.type
Expand Down
Binary file modified lib/ipa_test_kit/igs/ipa_v100.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/ipa_test_kit/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module IpaTestKit
VERSION = '0.3.0'
VERSION = '0.3.1'
end

0 comments on commit d8d2b5a

Please sign in to comment.