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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 891c9ba749e3b6939300314696ca315585a1d7a0142a6ed8bd36a13f6604a275
4
- data.tar.gz: 76ad5cb9ba7cbcf3e7f32d4c5971a3585b6612c517f4f0ad8c7aeddcf441aa49
3
+ metadata.gz: f93a84457329aead6113a154f946b2a0157100ed42d92a4bee5d2c661120954c
4
+ data.tar.gz: 22856f72ebaa1ea79353ed1fa9b3f38af89af13687c31cf247f5aca366308bbf
5
5
  SHA512:
6
- metadata.gz: c55b0176836f1a674be73c3c3274aae3d67572f3652776dc787b11fd04dce4b406535277955065c260a55490f8ff2ea9adf6ca6a7e9b7fa39b3613f69562f969
7
- data.tar.gz: c82a7bf34b65b49e6258ea1f4a17fc3d766bb07ec60b835ae7db3f69cb6259b5904e22f9b248bc54ebd70736158ea4a0c8508db6d0f260994b77d775e6a54f4d
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/site/index.html#uds-plus-home-page).
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/site/index.html'
82
+ url: 'http://fhir.drajer.com/index.html#uds-plus-home-page'
83
83
  }
84
84
  ]
85
85
 
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module UDSPlusTestKit
4
- VERSION = '1.0.1'
4
+ VERSION = '1.0.2'
5
5
  UDS_PLUS_VERSION = '0.4.1' #'1.0.0'
6
6
  end
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.1
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-18 00:00:00.000000000 Z
11
+ date: 2023-07-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: inferno_core