inferno_core 0.1.2 → 0.1.3.pre
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/web/controllers/test_runs/create.rb +2 -0
- data/lib/inferno/dsl/fhir_validation.rb +1 -1
- data/lib/inferno/dsl/runnable.rb +6 -5
- data/lib/inferno/public/72a5cd989e6aea904540824ec865a0f8.png +0 -0
- data/lib/inferno/public/assets.json +2 -2
- data/lib/inferno/public/bundle.js +15 -15
- data/lib/inferno/public/bundle.js.LICENSE.txt +1 -1
- data/lib/inferno/version.rb +1 -1
- metadata +5 -4
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.1.
|
4
|
+
version: 0.1.3.pre
|
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: 2022-02-
|
13
|
+
date: 2022-02-07 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: activesupport
|
@@ -538,6 +538,7 @@ files:
|
|
538
538
|
- lib/inferno/jobs/execute_test_run.rb
|
539
539
|
- lib/inferno/jobs/resume_test_run.rb
|
540
540
|
- lib/inferno/public/217.bundle.js
|
541
|
+
- lib/inferno/public/72a5cd989e6aea904540824ec865a0f8.png
|
541
542
|
- lib/inferno/public/assets.json
|
542
543
|
- lib/inferno/public/bundle.js
|
543
544
|
- lib/inferno/public/bundle.js.LICENSE.txt
|
@@ -594,9 +595,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
594
595
|
version: 2.7.0
|
595
596
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
596
597
|
requirements:
|
597
|
-
- - "
|
598
|
+
- - ">"
|
598
599
|
- !ruby/object:Gem::Version
|
599
|
-
version:
|
600
|
+
version: 1.3.1
|
600
601
|
requirements: []
|
601
602
|
rubygems_version: 3.1.6
|
602
603
|
signing_key:
|