inferno_core 0.6.7 → 0.6.8
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/apps/cli/evaluate.rb +6 -1
- data/lib/inferno/dsl/fhir_evaluation/rules/all_defined_extensions_have_examples.rb +58 -0
- data/lib/inferno/dsl/fhir_evaluation/rules/all_profiles_have_examples.rb +49 -0
- data/lib/inferno/dsl/fhir_evaluation/rules/all_search_parameters_have_examples.rb +79 -0
- data/lib/inferno/public/bundle.js +3 -3
- data/lib/inferno/version.rb +1 -1
- metadata +5 -2
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: 0.6.
|
4
|
+
version: 0.6.8
|
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-03-
|
13
|
+
date: 2025-03-28 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: activesupport
|
@@ -534,9 +534,12 @@ files:
|
|
534
534
|
- lib/inferno/dsl/fhir_evaluation/profile_conformance_helper.rb
|
535
535
|
- lib/inferno/dsl/fhir_evaluation/reference_extractor.rb
|
536
536
|
- lib/inferno/dsl/fhir_evaluation/rule.rb
|
537
|
+
- lib/inferno/dsl/fhir_evaluation/rules/all_defined_extensions_have_examples.rb
|
537
538
|
- lib/inferno/dsl/fhir_evaluation/rules/all_must_supports_present.rb
|
539
|
+
- lib/inferno/dsl/fhir_evaluation/rules/all_profiles_have_examples.rb
|
538
540
|
- lib/inferno/dsl/fhir_evaluation/rules/all_references_resolve.rb
|
539
541
|
- lib/inferno/dsl/fhir_evaluation/rules/all_resources_reachable.rb
|
542
|
+
- lib/inferno/dsl/fhir_evaluation/rules/all_search_parameters_have_examples.rb
|
540
543
|
- lib/inferno/dsl/fhir_resource_navigation.rb
|
541
544
|
- lib/inferno/dsl/fhir_resource_validation.rb
|
542
545
|
- lib/inferno/dsl/fhir_validation.rb
|