fast_ci 1.0.1 → 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/version.rb +1 -1
- data/lib/fast_ci.rb +1 -1
- metadata +1 -1
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'
|
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"
|