inferno_core 0.5.1 → 0.5.2
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/execute.rb +49 -4
- data/lib/inferno/apps/cli/main.rb +10 -2
- data/lib/inferno/apps/web/application.rb +4 -0
- data/lib/inferno/apps/web/index.html.erb +12 -4
- data/lib/inferno/config/boot/executor.rb +1 -0
- data/lib/inferno/ext/json_parser.rb +11 -0
- data/lib/inferno/public/bundle.js +34 -34
- data/lib/inferno/version.rb +1 -1
- metadata +4 -3
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.5.
|
4
|
+
version: 0.5.2
|
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: 2024-
|
13
|
+
date: 2024-12-06 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: activesupport
|
@@ -539,6 +539,7 @@ files:
|
|
539
539
|
- lib/inferno/exceptions.rb
|
540
540
|
- lib/inferno/ext/fhir_client.rb
|
541
541
|
- lib/inferno/ext/fhir_models.rb
|
542
|
+
- lib/inferno/ext/json_parser.rb
|
542
543
|
- lib/inferno/ext/rack.rb
|
543
544
|
- lib/inferno/jobs.rb
|
544
545
|
- lib/inferno/jobs/execute_test_run.rb
|
@@ -626,7 +627,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
626
627
|
- !ruby/object:Gem::Version
|
627
628
|
version: '0'
|
628
629
|
requirements: []
|
629
|
-
rubygems_version: 3.
|
630
|
+
rubygems_version: 3.5.9
|
630
631
|
signing_key:
|
631
632
|
specification_version: 4
|
632
633
|
summary: Inferno Core is an open source tool for testing data exchanges enabled by
|