inferno_core 0.3.6 → 0.3.9
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 +1 -1
- data/lib/inferno/apps/web/controllers/test_runs/show.rb +4 -1
- data/lib/inferno/apps/web/serializers/test_group.rb +3 -1
- data/lib/inferno/apps/web/serializers/test_run.rb +3 -1
- data/lib/inferno/apps/web/serializers/test_suite.rb +6 -1
- data/lib/inferno/entities/test_run.rb +2 -2
- data/lib/inferno/entities/test_suite.rb +6 -0
- data/lib/inferno/public/72a5cd989e6aea904540824ec865a0f8.png +0 -0
- data/lib/inferno/public/bundle.js +15 -15
- data/lib/inferno/public/e09b16f5cb645eb05f90c8f38f3409fb.png +0 -0
- data/lib/inferno/version.rb +1 -1
- metadata +7 -7
- data/lib/inferno/public/bg-header-1920x170.png +0 -0
- data/lib/inferno/public/healthit.gov.logo.png +0 -0
Binary file
|
data/lib/inferno/version.rb
CHANGED
metadata
CHANGED
@@ -1,16 +1,16 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: inferno_core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stephen MacVicar
|
8
8
|
- Robert Scanlon
|
9
9
|
- Chase Zhou
|
10
|
-
autorequire:
|
10
|
+
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2022-08-
|
13
|
+
date: 2022-08-19 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: activesupport
|
@@ -582,13 +582,13 @@ files:
|
|
582
582
|
- lib/inferno/jobs/resume_test_run.rb
|
583
583
|
- lib/inferno/public/0e0b993fd6ff351f435ff1c2938daf2d.png
|
584
584
|
- lib/inferno/public/217.bundle.js
|
585
|
+
- lib/inferno/public/72a5cd989e6aea904540824ec865a0f8.png
|
585
586
|
- lib/inferno/public/a5cd39450ab0336db73c5e57228b649d.png
|
586
587
|
- lib/inferno/public/assets.json
|
587
|
-
- lib/inferno/public/bg-header-1920x170.png
|
588
588
|
- lib/inferno/public/bundle.js
|
589
589
|
- lib/inferno/public/bundle.js.LICENSE.txt
|
590
|
+
- lib/inferno/public/e09b16f5cb645eb05f90c8f38f3409fb.png
|
590
591
|
- lib/inferno/public/favicon.ico
|
591
|
-
- lib/inferno/public/healthit.gov.logo.png
|
592
592
|
- lib/inferno/public/logo192.png
|
593
593
|
- lib/inferno/repositories.rb
|
594
594
|
- lib/inferno/repositories/headers.rb
|
@@ -630,7 +630,7 @@ metadata:
|
|
630
630
|
homepage_uri: https://github.com/inferno-framework/inferno-core
|
631
631
|
source_code_uri: https://github.com/inferno-framework/inferno-core
|
632
632
|
changelog_uri: https://github.com/inferno-framework/inferno-core/blob/main/CHANGELOG.md
|
633
|
-
post_install_message:
|
633
|
+
post_install_message:
|
634
634
|
rdoc_options: []
|
635
635
|
require_paths:
|
636
636
|
- lib
|
@@ -647,7 +647,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
647
647
|
version: '0'
|
648
648
|
requirements: []
|
649
649
|
rubygems_version: 3.1.6
|
650
|
-
signing_key:
|
650
|
+
signing_key:
|
651
651
|
specification_version: 4
|
652
652
|
summary: Inferno Core is an open source tool for testing data exchanges enabled by
|
653
653
|
the FHIR standand
|
Binary file
|
Binary file
|