inferno_core 0.2.0.rc2 → 0.2.0
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/config/boot/db.rb +3 -1
- data/lib/inferno/dsl/resume_test_route.rb +3 -3
- data/lib/inferno/public/0e0b993fd6ff351f435ff1c2938daf2d.png +0 -0
- data/lib/inferno/public/a5cd39450ab0336db73c5e57228b649d.png +0 -0
- data/lib/inferno/public/assets.json +2 -2
- data/lib/inferno/public/bundle.js +9 -9
- data/lib/inferno/public/logo192.png +0 -0
- data/lib/inferno/version.rb +1 -1
- metadata +6 -5
- data/lib/inferno/public/logo512.png +0 -0
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.2.0
|
4
|
+
version: 0.2.0
|
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-03-
|
13
|
+
date: 2022-03-06 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: activesupport
|
@@ -545,15 +545,16 @@ files:
|
|
545
545
|
- lib/inferno/jobs.rb
|
546
546
|
- lib/inferno/jobs/execute_test_run.rb
|
547
547
|
- lib/inferno/jobs/resume_test_run.rb
|
548
|
+
- lib/inferno/public/0e0b993fd6ff351f435ff1c2938daf2d.png
|
548
549
|
- lib/inferno/public/217.bundle.js
|
549
550
|
- lib/inferno/public/72a5cd989e6aea904540824ec865a0f8.png
|
551
|
+
- lib/inferno/public/a5cd39450ab0336db73c5e57228b649d.png
|
550
552
|
- lib/inferno/public/assets.json
|
551
553
|
- lib/inferno/public/bundle.js
|
552
554
|
- lib/inferno/public/bundle.js.LICENSE.txt
|
553
555
|
- lib/inferno/public/e09b16f5cb645eb05f90c8f38f3409fb.png
|
554
556
|
- lib/inferno/public/favicon.ico
|
555
557
|
- lib/inferno/public/logo192.png
|
556
|
-
- lib/inferno/public/logo512.png
|
557
558
|
- lib/inferno/repositories.rb
|
558
559
|
- lib/inferno/repositories/headers.rb
|
559
560
|
- lib/inferno/repositories/in_memory_repository.rb
|
@@ -606,9 +607,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
606
607
|
version: 2.7.0
|
607
608
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
608
609
|
requirements:
|
609
|
-
- - "
|
610
|
+
- - ">="
|
610
611
|
- !ruby/object:Gem::Version
|
611
|
-
version:
|
612
|
+
version: '0'
|
612
613
|
requirements: []
|
613
614
|
rubygems_version: 3.1.6
|
614
615
|
signing_key:
|
Binary file
|