inferno_core 0.3.0.rc1 → 0.3.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/web/index.html.erb +10 -2
- data/lib/inferno/dsl/request_storage.rb +3 -1
- data/lib/inferno/entities/result.rb +1 -1
- data/lib/inferno/public/bg-header-1920x170.png +0 -0
- data/lib/inferno/public/bundle.js +14 -14
- data/lib/inferno/public/healthit.gov.logo.png +0 -0
- data/lib/inferno/version.rb +1 -1
- metadata +6 -4
Binary file
|
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.3.
|
4
|
+
version: 0.3.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: 2022-
|
13
|
+
date: 2022-05-09 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: activesupport
|
@@ -552,9 +552,11 @@ files:
|
|
552
552
|
- lib/inferno/public/217.bundle.js
|
553
553
|
- lib/inferno/public/a5cd39450ab0336db73c5e57228b649d.png
|
554
554
|
- lib/inferno/public/assets.json
|
555
|
+
- lib/inferno/public/bg-header-1920x170.png
|
555
556
|
- lib/inferno/public/bundle.js
|
556
557
|
- lib/inferno/public/bundle.js.LICENSE.txt
|
557
558
|
- lib/inferno/public/favicon.ico
|
559
|
+
- lib/inferno/public/healthit.gov.logo.png
|
558
560
|
- lib/inferno/public/logo192.png
|
559
561
|
- lib/inferno/repositories.rb
|
560
562
|
- lib/inferno/repositories/headers.rb
|
@@ -608,9 +610,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
608
610
|
version: 2.7.0
|
609
611
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
610
612
|
requirements:
|
611
|
-
- - "
|
613
|
+
- - ">="
|
612
614
|
- !ruby/object:Gem::Version
|
613
|
-
version:
|
615
|
+
version: '0'
|
614
616
|
requirements: []
|
615
617
|
rubygems_version: 3.1.6
|
616
618
|
signing_key:
|