inferno_core 0.3.7 → 0.3.10
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 +3 -2
- 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/bundle.js +15 -15
- data/lib/inferno/version.rb +1 -1
- metadata +2 -4
- data/lib/inferno/public/72a5cd989e6aea904540824ec865a0f8.png +0 -0
- data/lib/inferno/public/e09b16f5cb645eb05f90c8f38f3409fb.png +0 -0
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.10
|
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-29 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: activesupport
|
@@ -582,12 +582,10 @@ 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
|
586
585
|
- lib/inferno/public/a5cd39450ab0336db73c5e57228b649d.png
|
587
586
|
- lib/inferno/public/assets.json
|
588
587
|
- lib/inferno/public/bundle.js
|
589
588
|
- lib/inferno/public/bundle.js.LICENSE.txt
|
590
|
-
- lib/inferno/public/e09b16f5cb645eb05f90c8f38f3409fb.png
|
591
589
|
- lib/inferno/public/favicon.ico
|
592
590
|
- lib/inferno/public/logo192.png
|
593
591
|
- lib/inferno/repositories.rb
|
Binary file
|
Binary file
|