shc_vaccination_test_kit 0.0.1 → 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/covid19_vci/vc_payload_verification.rb +1 -1
- data/lib/covid19_vci/version.rb +1 -1
- metadata +9 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a255a2f5ea043287467c1b63b93025884d84bd6a274f86372832be9b8b0227ba
|
4
|
+
data.tar.gz: 173f00efb5d3b62a93c3c5eaa4383921bd42cac2848fb552727bbced6c4af298
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 34266bed6ebe61712176163779f3c25e4901d956cbf7cb79214275a4c50bec701aef61645ebf5b2433a9ba973c744343e367a33ade19a2112b16f517547fdf44
|
7
|
+
data.tar.gz: 5152b09bf65995d76a80242700f4a8e027029524bb264e109a9959e9014a5ede7b40e590beb49414451f103ff86902c6913730fbb7c9250c3a7f8fc9f840255d
|
@@ -83,7 +83,7 @@ module Covid19VCI
|
|
83
83
|
warning { assert resource.text.nil?, "#{resource.resourceType} resource should not have a 'text' element" }
|
84
84
|
end
|
85
85
|
|
86
|
-
|
86
|
+
resource.each_element(resource) do |value, meta, path|
|
87
87
|
case meta['type']
|
88
88
|
when 'CodeableConcept'
|
89
89
|
warning { assert value.text.nil?, "#{resource.resourceType} should not have a #{path}.text element" }
|
data/lib/covid19_vci/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: shc_vaccination_test_kit
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0
|
4
|
+
version: 0.1.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:
|
11
|
+
date: 2022-10-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: health_cards
|
@@ -30,14 +30,14 @@ dependencies:
|
|
30
30
|
requirements:
|
31
31
|
- - ">="
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 0.
|
33
|
+
version: 0.4.2
|
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.
|
40
|
+
version: 0.4.2
|
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/
|
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/
|
119
|
-
source_code_uri: https://github.com/
|
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:
|
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.
|
135
|
+
rubygems_version: 3.3.7
|
136
136
|
signing_key:
|
137
137
|
specification_version: 4
|
138
138
|
summary: 'A collection of tests for the SMART Health Cards: Vaccination & Testing
|