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: f93a84457329aead6113a154f946b2a0157100ed42d92a4bee5d2c661120954c
4
- data.tar.gz: 22856f72ebaa1ea79353ed1fa9b3f38af89af13687c31cf247f5aca366308bbf
3
+ metadata.gz: 489bdac3359252bf1373e013f355610ec8eab11222ab015621bb6b9df4a3bc80
4
+ data.tar.gz: 3c1475c83546b3376301b71daa0fb8f3661d207a0660ade16c9fcd4acb9eff2f
5
5
  SHA512:
6
- metadata.gz: 54c783d35a987834ec6076f269175f156442280d2c1a9d43bae48290faed73e771ff2ba6d573e0a1c6af4158d6df1f934607683cd7f369df64277ef7f26c592e
7
- data.tar.gz: 99374f48bf93c5b1c5fd0480e56fd2095a0e7d73a73142188e440262ecbb3ed3074f0bf2c7150d757a018916a878f6b92c5bae7b251463666fa4f4052745d3c4
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://fhir.drajer.com/index.html#uds-plus-home-page).
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://fhir.drajer.com/index.html#uds-plus-home-page'
81
+ label: 'UDS+ Implementation Guide v0.4.1',
82
+ url: 'http://udsplus.drajer.com'
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.2'
5
- UDS_PLUS_VERSION = '0.4.1' #'1.0.0'
4
+ VERSION = '1.0.3'
5
+ UDS_PLUS_VERSION = '0.4.1'
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.2
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-07-20 00:00:00.000000000 Z
11
+ date: 2023-08-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: inferno_core