specguard-ruby 0.3.15 → 0.3.16
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/specguard/rspec.rb +5 -4
- data/lib/specguard/version.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: 1bb92235dbd56d9c1d56455180a6639cbfbd021d6f7aed82309d4b6a8f906c70
|
|
4
|
+
data.tar.gz: 5663ad64b127fdd194f95ba45648e98fb69caace1cb2a6835bd518d947ef546e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 54af1220410fe4f5cdbeddc883e401fb8fab98aa88514c6a08c520434ccf4630db4be0dce4da31db279dbb976763d8aef49e61c7e27baaabd7f7e3fede943be0
|
|
7
|
+
data.tar.gz: 758c52e3e66f71abedad11741b070e555890eb9e5c597c0da6ff1a71f5ae4fef00edd0f66a68868068d58f7923e12690bfd8a86e74603c45f898b7031e01a362
|
data/lib/specguard/rspec.rb
CHANGED
|
@@ -33,10 +33,11 @@ module SpecGuard
|
|
|
33
33
|
# without re-deriving the distinction from an error message.
|
|
34
34
|
class UsageError < Error; end
|
|
35
35
|
|
|
36
|
-
# The
|
|
37
|
-
#
|
|
38
|
-
#
|
|
39
|
-
# as a
|
|
36
|
+
# The Go validator backend could not produce a verdict — the binary named
|
|
37
|
+
# by `SPECGUARD_VALIDATE_INTENT`, or the default binary the backend
|
|
38
|
+
# resolves when that is blank, is missing, will not execute, exited with a
|
|
39
|
+
# code that is not a verdict, or emitted something this cannot read as a
|
|
40
|
+
# report.
|
|
40
41
|
#
|
|
41
42
|
# Typed separately from {UsageError} because the two are different
|
|
42
43
|
# accusations ("you invoked me wrongly" vs "the tool I was told to use is
|
data/lib/specguard/version.rb
CHANGED