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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d4cee81fb82d77d10a15e555d118fb4dcb7c38bda12176ac5d4f6e835487ea7a
4
- data.tar.gz: 3f6144ea9c28c260b6701a7c849cb4b10d530657ba8e72f3e9fbe80a40858b80
3
+ metadata.gz: a748b279b7800643691878288cbb91e2190c69cc89c704cb38d0d83c9f2efba1
4
+ data.tar.gz: c56c31e923b64d4e081e26d5c0c61e7aa92b1cd4afa286d87dbfbd592870a287
5
5
  SHA512:
6
- metadata.gz: f9a5ec40918160f8dcc099f69c2970cfd90857ed4f74ddda4df1f3f399f44a8a2d83bc33ce31bf69f149371b68405751a1b8d4d12376f58f97b27a3620b13e10
7
- data.tar.gz: f9d7425ac56f6589406af7125acc8bcba9fde8db134a40fb74ec7c5908619e22ce48506d6cce8e27b2d83b575c0015b059370c248d81be9ebe718a0632578248
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 { |message| message.message.match?(/\A\S+: [^:]+: URL value '.*' does not resolve/) }
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
@@ -1,4 +1,4 @@
1
1
  module Inferno
2
2
  # Standard patterns for gem versions: https://guides.rubygems.org/patterns/
3
- VERSION = '1.0.6'.freeze
3
+ VERSION = '1.0.7'.freeze
4
4
  end
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.6
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: 2025-07-29 00:00:00.000000000 Z
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