uds_plus_test_kit 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/uds_plus_test_kit/uds_plus_test_suite.rb +2 -2
- data/lib/uds_plus_test_kit/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f93a84457329aead6113a154f946b2a0157100ed42d92a4bee5d2c661120954c
|
4
|
+
data.tar.gz: 22856f72ebaa1ea79353ed1fa9b3f38af89af13687c31cf247f5aca366308bbf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 54c783d35a987834ec6076f269175f156442280d2c1a9d43bae48290faed73e771ff2ba6d573e0a1c6af4158d6df1f934607683cd7f369df64277ef7f26c592e
|
7
|
+
data.tar.gz: 99374f48bf93c5b1c5fd0480e56fd2095a0e7d73a73142188e440262ecbb3ed3074f0bf2c7150d757a018916a878f6b92c5bae7b251463666fa4f4052745d3c4
|
@@ -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://fhir.drajer.com/
|
12
|
+
Implementation Guide](http://fhir.drajer.com/index.html#uds-plus-home-page).
|
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,
|
@@ -79,7 +79,7 @@ module UDSPlusTestKit
|
|
79
79
|
},
|
80
80
|
{
|
81
81
|
label: 'UDS+ Implementation Guide',
|
82
|
-
url: 'http://fhir.drajer.com/
|
82
|
+
url: 'http://fhir.drajer.com/index.html#uds-plus-home-page'
|
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.2
|
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-07-
|
11
|
+
date: 2023-07-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: inferno_core
|