inferno_core 0.3.8 → 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/serializers/test_suite.rb +1 -0
- data/lib/inferno/entities/test_suite.rb +6 -0
- data/lib/inferno/public/72a5cd989e6aea904540824ec865a0f8.png +0 -0
- data/lib/inferno/public/bundle.js +12 -12
- data/lib/inferno/public/e09b16f5cb645eb05f90c8f38f3409fb.png +0 -0
- data/lib/inferno/version.rb +1 -1
- metadata +4 -2
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.9
|
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-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,10 +582,12 @@ 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
588
|
- lib/inferno/public/bundle.js
|
588
589
|
- lib/inferno/public/bundle.js.LICENSE.txt
|
590
|
+
- lib/inferno/public/e09b16f5cb645eb05f90c8f38f3409fb.png
|
589
591
|
- lib/inferno/public/favicon.ico
|
590
592
|
- lib/inferno/public/logo192.png
|
591
593
|
- lib/inferno/repositories.rb
|