ci-queue 0.11.0 → 0.11.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/ci/queue/version.rb +1 -1
- data/lib/rspec/queue.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a44623e2359645e895ede304d4499f5efb7c689b
|
4
|
+
data.tar.gz: 764685c0bb4dc8b568455aa3edb0ae7a384f5893
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 34f7fd1d6196c1b68e850b06472d8961acd449fd68cee006a0cfc9e6b2d79b338a22aad78a6e22efeba79d424b8eeaa595c857d81d63470e157ebcf7e7a1404e
|
7
|
+
data.tar.gz: 641f5fb0cc38c5adbfe6308d637d8a0f93b66c2a1e547ff87d7077147f2d3edc0b818c6d15298e076f66a2b050878aa4f9778880c671d6a96094b9c11ab17ce5
|
data/lib/ci/queue/version.rb
CHANGED
data/lib/rspec/queue.rb
CHANGED
@@ -190,7 +190,7 @@ module RSpec
|
|
190
190
|
if @exception && reporter.requeue
|
191
191
|
reporter.cancel_run!
|
192
192
|
dup.mark_as_requeued!(reporter)
|
193
|
-
return
|
193
|
+
return true
|
194
194
|
elsif reporter.acknowledge || !@exception
|
195
195
|
# If the test was already acknowledged by another worker (we timed out)
|
196
196
|
# Then we only record it if it is successful.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ci-queue
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.11.
|
4
|
+
version: 0.11.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jean Boussier
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-02-
|
11
|
+
date: 2018-02-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: ansi
|