inferno_core 1.0.6 → 1.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/inferno/dsl/fhir_resource_validation.rb +4 -1
- data/lib/inferno/version.rb +1 -1
- metadata +2 -5
- data/lib/inferno/apps/cli/templates/.DS_Store +0 -0
- data/lib/inferno/apps/cli/templates/lib/%library_name%/.DS_Store +0 -0
- data/lib/inferno/apps/cli/templates/lib/.DS_Store +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a748b279b7800643691878288cbb91e2190c69cc89c704cb38d0d83c9f2efba1
|
|
4
|
+
data.tar.gz: c56c31e923b64d4e081e26d5c0c61e7aa92b1cd4afa286d87dbfbd592870a287
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f7c60556a4ec8ac7a09ec08a04b75c46be8a19e5d04cf6ba94badd9a116f6423d5ec26bfe6d1c03570d213ec8de74160b7ce4a6f277b6a42148903f49edbf587
|
|
7
|
+
data.tar.gz: fbfd25350748e5ce7131fbbb1bc3c4a8c99fe7d053583a44e7a56452101635538b80aaa888e5a854a5ad6d42f5f277618a41740f321b963bfda09517f7825038
|
|
@@ -210,7 +210,10 @@ module Inferno
|
|
|
210
210
|
|
|
211
211
|
# @private
|
|
212
212
|
def exclude_unresolved_url_message
|
|
213
|
-
proc
|
|
213
|
+
proc do |message|
|
|
214
|
+
message.message.match?(/\A\S+: [^:]+: URL value '.*' does not resolve/) ||
|
|
215
|
+
message.message.match?(/\A\S+: [^:]+: No definition could be found for URL value '.*'/)
|
|
216
|
+
end
|
|
214
217
|
end
|
|
215
218
|
|
|
216
219
|
# @private
|
data/lib/inferno/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: inferno_core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stephen MacVicar
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date:
|
|
13
|
+
date: 2026-01-13 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: activesupport
|
|
@@ -494,7 +494,6 @@ files:
|
|
|
494
494
|
- lib/inferno/apps/cli/suite_input_template.rb
|
|
495
495
|
- lib/inferno/apps/cli/suites.rb
|
|
496
496
|
- lib/inferno/apps/cli/templates/%library_name%.gemspec.tt
|
|
497
|
-
- lib/inferno/apps/cli/templates/.DS_Store
|
|
498
497
|
- lib/inferno/apps/cli/templates/.dockerignore
|
|
499
498
|
- lib/inferno/apps/cli/templates/.env
|
|
500
499
|
- lib/inferno/apps/cli/templates/.env.development
|
|
@@ -526,7 +525,6 @@ files:
|
|
|
526
525
|
- lib/inferno/apps/cli/templates/docs/_Footer.md
|
|
527
526
|
- lib/inferno/apps/cli/templates/docs/_Sidebar.md
|
|
528
527
|
- lib/inferno/apps/cli/templates/lib/%library_name%.rb.tt
|
|
529
|
-
- lib/inferno/apps/cli/templates/lib/%library_name%/.DS_Store
|
|
530
528
|
- lib/inferno/apps/cli/templates/lib/%library_name%/example_suite.rb.tt
|
|
531
529
|
- lib/inferno/apps/cli/templates/lib/%library_name%/example_suite/patient_group.rb.tt
|
|
532
530
|
- lib/inferno/apps/cli/templates/lib/%library_name%/igs/.keep
|
|
@@ -537,7 +535,6 @@ files:
|
|
|
537
535
|
Template.xlsx
|
|
538
536
|
- lib/inferno/apps/cli/templates/lib/%library_name%/suite.rb.tt
|
|
539
537
|
- lib/inferno/apps/cli/templates/lib/%library_name%/version.rb.tt
|
|
540
|
-
- lib/inferno/apps/cli/templates/lib/.DS_Store
|
|
541
538
|
- lib/inferno/apps/cli/templates/run.sh
|
|
542
539
|
- lib/inferno/apps/cli/templates/setup.sh
|
|
543
540
|
- lib/inferno/apps/cli/templates/spec/%library_name%/patient_group_spec.rb.tt
|
|
Binary file
|
|
Binary file
|
|
Binary file
|