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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3475a2dc3666fdebc75d6c75f47589bd8d92fa22a1caf57f3a13e4d6082ce58a
4
- data.tar.gz: f2c122923ced904d8ccc6c08c8ff93c013a40361a494523f3c4209e5605e0797
3
+ metadata.gz: 1bb92235dbd56d9c1d56455180a6639cbfbd021d6f7aed82309d4b6a8f906c70
4
+ data.tar.gz: 5663ad64b127fdd194f95ba45648e98fb69caace1cb2a6835bd518d947ef546e
5
5
  SHA512:
6
- metadata.gz: 80bb44b49402facf181703f2aee6faf94e3d42b55ab88182ad94056a43ed127ded3db724f8c68fc90a461dd79939cd29703277e3d4ea19783e94ee5bd4ab56f2
7
- data.tar.gz: fb8deaf26aaea6e3d5e94fbfdf07ac66aa51a50f2292398e49accbefc34a4b1bf768733d026d1d2340a380a610c32af585aa95a8380677f12b0721b5fa2b3f3a
6
+ metadata.gz: 54af1220410fe4f5cdbeddc883e401fb8fab98aa88514c6a08c520434ccf4630db4be0dce4da31db279dbb976763d8aef49e61c7e27baaabd7f7e3fede943be0
7
+ data.tar.gz: 758c52e3e66f71abedad11741b070e555890eb9e5c597c0da6ff1a71f5ae4fef00edd0f66a68868068d58f7923e12690bfd8a86e74603c45f898b7031e01a362
@@ -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 opt-in Go validator backend could not produce a verdict — the binary
37
- # named by `SPECGUARD_VALIDATE_INTENT` is missing, will not execute, exited
38
- # with a code that is not a verdict, or emitted something this cannot read
39
- # as a report.
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
@@ -7,5 +7,5 @@
7
7
  # framework-scoped version constant a lie, so the number moved here and the
8
8
  # rspec module now points at it for back-compat.
9
9
  module SpecGuard
10
- VERSION = "0.3.15"
10
+ VERSION = "0.3.16"
11
11
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: specguard-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.15
4
+ version: 0.3.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - specguard Agent