fast_ci 1.0.0 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/fast_ci/runner_prepend.rb +1 -1
- data/lib/fast_ci/version.rb +1 -1
- data/lib/fast_ci.rb +1 -1
- data/lib/minitest/rubyci_plugin.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 20a9a6f6780a0916fcbf7509a444ed0c81119d38883cd1fbd4d6b9c00fbddf75
|
4
|
+
data.tar.gz: 51531a8091695d11b2d6619a4ee941b2ba02858931c0aceccd66aa54676c1b5f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 67370479c4a42f497b6d0c5f4c0567504611183a18aaafc3a1ccf2a855ba9f61cb8ea69f823db41819bc856d76a297986a36f811ee3e511f6626d8a2f0402777
|
7
|
+
data.tar.gz: '08409a1e1a48079d5ec4aabe31d51572e277d7c82e4d490f932928fecf0aab4904ba66fe772e4fd5a9ef539c05ae594d248dbb28cccb3141741d6ce8603d44b1'
|
@@ -67,7 +67,7 @@ module FastCI
|
|
67
67
|
FastCI.rspec_ws.on(:deq) do |tests|
|
68
68
|
tests.each do |test|
|
69
69
|
file, scoped_id = test.split(":", 2)
|
70
|
-
Thread.current[:
|
70
|
+
Thread.current[:fastci_scoped_ids] = scoped_id
|
71
71
|
example_groups[file].each do |file_group|
|
72
72
|
formatter.current_test_key = test
|
73
73
|
|
data/lib/fast_ci/version.rb
CHANGED
data/lib/fast_ci.rb
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
require_relative "fast_ci/version"
|
4
4
|
require_relative "fast_ci/configuration"
|
5
5
|
require_relative "fast_ci/exceptions"
|
6
|
-
require_relative "minitest/reporters/
|
6
|
+
require_relative "minitest/reporters/fastci_reporter"
|
7
7
|
|
8
8
|
require "async"
|
9
9
|
require "async/http/endpoint"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fast_ci
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nesha Zoric
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-10-
|
11
|
+
date: 2024-10-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: console
|