uds_plus_test_kit 1.0.2 → 1.0.3
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 489bdac3359252bf1373e013f355610ec8eab11222ab015621bb6b9df4a3bc80
|
4
|
+
data.tar.gz: 3c1475c83546b3376301b71daa0fb8f3661d207a0660ade16c9fcd4acb9eff2f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2f834ee6a5d50aa4aea2f17c6b3975f76fe4dd45c22e078326df0ca56f90268cc863f820d23d301428e9db0a5b3dc7d1b46f91c239db124292fe010ba71cc533
|
7
|
+
data.tar.gz: 8e855a4443d9e0f6a45d373b6d4fdf5717d6c63802cf80b8bf2923eeae0c0b4ed1e3946cc285279703b0d95ef8bd818e2e7336353a50c8e5875efda098d95684
|
@@ -68,12 +68,12 @@ module UDSPlusTestKit
|
|
68
68
|
test from: :uds_plus_read_lab_test
|
69
69
|
test from: :uds_plus_validate_lab_test
|
70
70
|
test from: :uds_plus_read_special_observation_test
|
71
|
+
test from: :uds_plus_validate_special_observation_test
|
71
72
|
test from: :uds_plus_read_medication_request_test
|
72
73
|
test from: :uds_plus_validate_medication_request_test
|
73
74
|
test from: :uds_plus_read_medication_statement_test
|
74
75
|
test from: :uds_plus_validate_medication_statement_test
|
75
76
|
test from: :uds_plus_read_service_request_test
|
76
77
|
test from: :uds_plus_validate_service_request_test
|
77
|
-
test from: :uds_plus_validate_special_observation_test
|
78
78
|
end
|
79
79
|
end
|
@@ -9,7 +9,7 @@ module UDSPlusTestKit
|
|
9
9
|
title 'UDS+ Test Kit'
|
10
10
|
description %(
|
11
11
|
The UDS+ Test Kit tests systems for their conformance to the [UDS+
|
12
|
-
Implementation Guide](http://
|
12
|
+
Implementation Guide v0.4.1](http://udsplus.drajer.com).
|
13
13
|
The included tests function as a rudimentary data receiver. This receiver will
|
14
14
|
take a provided Import Manifest, either as an HTTP location or as a raw json,
|
15
15
|
and validate its contents. This includes validating the structure of the manifest,
|
@@ -78,8 +78,8 @@ module UDSPlusTestKit
|
|
78
78
|
url: 'https://github.com/inferno-framework/uds-plus-test-kit/'
|
79
79
|
},
|
80
80
|
{
|
81
|
-
label: 'UDS+ Implementation Guide',
|
82
|
-
url: 'http://
|
81
|
+
label: 'UDS+ Implementation Guide v0.4.1',
|
82
|
+
url: 'http://udsplus.drajer.com'
|
83
83
|
}
|
84
84
|
]
|
85
85
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: uds_plus_test_kit
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Leap Orbit
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-08-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: inferno_core
|