shc_vaccination_test_kit 0.0.2 → 0.2.0

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: 0c78f4870abcb4e4f39eade2c8fe0c1530557c63c94080891b38295e85ca59d1
4
- data.tar.gz: d2f5de914d52d54ee3b99eafa07ae5bd2955486fc7a355756e5d60209967241e
3
+ metadata.gz: dbdd993ca6764d4b7b4137f21c6b03b5abff56ebe630ec9306b76c824ecdc1da
4
+ data.tar.gz: 893338ec3107db24033fff60c9f0a0f86d77768654ccdb7e49d983df6b6c605f
5
5
  SHA512:
6
- metadata.gz: c0ee91433c43c29e0e56837aa4cfe4a65ff7a46d6762a0a9e6ff2d6a542723393b14a117b238530ad57d1e7b6a9f9a0b3dc0100a61d564a428a842f5365111fa
7
- data.tar.gz: 411651eaa638c11e15a83fed1dfdd3993e2787a187e82aee2e7e5a39e42a015e71e6c5dc97073778424b941f7169c29eddbf80d07445bc2b151bc21bf7d7be46
6
+ metadata.gz: 5d2fbb5473a7e8f2601311785779ae06e440e91523431be44f0c528b6ee1640e617b16f61d138c5dcf2201c2207da6e29b2acfa263d2ec8000d0f2bbf97607a4
7
+ data.tar.gz: 6f5ac3f76f69479159ca387f0fa0fb76676a061bc2c360b122e0011413cdc9342625b3da1e7f4f64ea31386fbe8837d8f5afb042539742ad4179d2870f500614
@@ -1,3 +1,3 @@
1
1
  module Covid19VCI
2
- VERSION = '0.0.2'.freeze
2
+ VERSION = '0.2.0'.freeze
3
3
  end
@@ -6,6 +6,22 @@ module Covid19VCI
6
6
  class Suite < Inferno::TestSuite
7
7
  id 'c19-vci'
8
8
  title 'SMART Health Cards: Vaccination & Testing'
9
+ description %(
10
+ This test suite evaluates the ability of a system to provide
11
+ access to [SMART Health Cards](https://smarthealth.cards/) via file download or HL7® FHIR® API.
12
+ )
13
+
14
+ VALIDATION_MESSAGE_FILTERS = [
15
+ /\A\S+: \S+: URL value '.*' does not resolve/,
16
+ ].freeze
17
+
18
+ fhir_resource_validator do
19
+ igs 'igs/hl7.fhir.uv.smarthealthcards-vaccination-0.5.0-rc.tgz'
20
+
21
+ exclude_message do |message|
22
+ VALIDATION_MESSAGE_FILTERS.any? { |filter| filter.match? message.message }
23
+ end
24
+ end
9
25
 
10
26
  group from: :vci_file_download
11
27
  group from: :vci_fhir_operation
metadata CHANGED
@@ -1,43 +1,43 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shc_vaccination_test_kit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stephen MacVicar
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-08-17 00:00:00.000000000 Z
11
+ date: 2024-06-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: health_cards
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ">="
17
+ - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: '0'
19
+ version: 0.0.2
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ">="
24
+ - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: '0'
26
+ version: 0.0.2
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: inferno_core
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - ">="
32
32
  - !ruby/object:Gem::Version
33
- version: 0.0.5
33
+ version: 0.4.37
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.0.5
40
+ version: 0.4.37
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: database_cleaner-sequel
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -111,12 +111,12 @@ files:
111
111
  - lib/covid19_vci/vc_signature_verification.rb
112
112
  - lib/covid19_vci/version.rb
113
113
  - lib/shc_vaccination_test_kit.rb
114
- homepage: https://github.com/inferno_community/shc-vaccination-test-kit
114
+ homepage: https://github.com/inferno-framework/shc-vaccination-test-kit
115
115
  licenses:
116
116
  - Apache-2.0
117
117
  metadata:
118
- homepage_uri: https://github.com/inferno_community/shc-vaccination-test-kit
119
- source_code_uri: https://github.com/inferno_community/shc-vaccination-test-kit
118
+ homepage_uri: https://github.com/inferno-framework/shc-vaccination-test-kit
119
+ source_code_uri: https://github.com/inferno-framework/shc-vaccination-test-kit
120
120
  post_install_message:
121
121
  rdoc_options: []
122
122
  require_paths:
@@ -125,14 +125,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
125
125
  requirements:
126
126
  - - ">="
127
127
  - !ruby/object:Gem::Version
128
- version: 2.7.0
128
+ version: 3.1.2
129
129
  required_rubygems_version: !ruby/object:Gem::Requirement
130
130
  requirements:
131
131
  - - ">="
132
132
  - !ruby/object:Gem::Version
133
133
  version: '0'
134
134
  requirements: []
135
- rubygems_version: 3.1.4
135
+ rubygems_version: 3.5.9
136
136
  signing_key:
137
137
  specification_version: 4
138
138
  summary: 'A collection of tests for the SMART Health Cards: Vaccination & Testing