ipa_test_kit 0.3.2 → 0.3.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 467592fdb52acb82489775fc02562b512db99f8779bb3d5987a0ba5b3e2a4fcf
4
- data.tar.gz: 6b8656a4f631f886abef61e88b900dfcceb53fd7fa5c32394027286c0caa4759
3
+ metadata.gz: 391ea153420e7803d26fa46ea9d4131166bca66f0fdb09ae501292319181af0f
4
+ data.tar.gz: b7e419a3b96aeb74a46f25cf5e6cd0377c3180b0604241d48052465941018333
5
5
  SHA512:
6
- metadata.gz: 9806d3308c5bc2805b470c8ae7430f2d4c64c84d6af4211702435e979e3bb1c4f118062fd186a5e3c8a6f005cc3855ce73f3ba4a4cd3cdd3a5c6fddb0bd17d2c
7
- data.tar.gz: 6d86c39f59af33cb575090bea112582d281ca1370e05a7c3e2ab3869f48b790a5afdfa5276d426346a2662bc4ab98ce6485df24bd5d92aaf2ac1ef32fd9c1e25
6
+ metadata.gz: 4cb887e5530f4ce134a47d34cf174d3a7d1334f0d46ebee7347ab7a635decab048cec5841856bba6f2a0ab571d8f1c1878ec89997dab51c8a347ac08b5ecb2e5
7
+ data.tar.gz: 6173564545fa327b4fe5627c049580ac5b5fb1086f0c74e6f93d9bd3af2229b218168a5ff25b2c304298343c94537df6a50ab214a3464b692e1401053ab2dd5b
@@ -26,7 +26,7 @@ module IpaTestKit
26
26
  short_title 'IPA v1.0.0'
27
27
  description %(
28
28
  This test suite evaluates the ability of a system to support applications
29
- acting on behalf of patients to access clinical records using a FHIR R4 API
29
+ acting on behalf of patients to access clinical records using an HL7® FHIR® R4 API
30
30
  in accordance to the [International Patient Access Implementation Guide (IPA IG)](https://www.hl7.org/fhir/uv/ipa/).
31
31
 
32
32
  It accomplishes this by simulating requests performed by a realistic IPA Requestor
@@ -1,3 +1,3 @@
1
1
  module IpaTestKit
2
- VERSION = '0.3.2'
2
+ VERSION = '0.3.4'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ipa_test_kit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Inferno Core Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-05-10 00:00:00.000000000 Z
11
+ date: 2023-12-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: inferno_core
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: 0.2.2
33
+ version: '0.3'
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: 0.2.2
40
+ version: '0.3'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: tls_test_kit
43
43
  requirement: !ruby/object:Gem::Requirement