specguard-ruby 0.3.19 → 0.3.20

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: 50dc4bf3c9b0b9c563cdff66cd57f43fe24b17bde2177c700fed2221a3e69f90
4
- data.tar.gz: a95f8836a1121b5e6d71cf628290915e5fbf38c781c9c610a723bab5896e945d
3
+ metadata.gz: c002b753148e4a915e801813a1c0ad88e94f5ac20cb8f39e42e8cf5a760aaf75
4
+ data.tar.gz: 97b24f72b61a48e3bbd27b8c95bc9ae8f26abd2e5028ef8ae525fe9f404995c0
5
5
  SHA512:
6
- metadata.gz: 04b0bd2e271bccc2090f609013c241c0ebaa2bea877601611b4515359f0a8ed31079d2823d332d8a1b89ba31985aa3eca1a4996e6c115e5107902d97b81f26d4
7
- data.tar.gz: f83b0134fae75d22af014af313c0b74108362a6671fab1a6d62f428739ecdabd585f553c7536a0833c4ef138fd25f267a484db87f684970468fad5e4a05866f3
6
+ metadata.gz: 5e8c6b4fdc40bef297cb50af6fd86f6bcd38326c099e9d778305dcd0a8a4e44a4104269c37acbdbd44a7d37b4a5d44b84d404a80955b6866b0262cf2f3448543
7
+ data.tar.gz: c262a4876a218d3e264ffe9ea1fafdf2afa7cf16e60996cacbcad21e569830d60981ba9ed6c9abccbbe5ef0607ec6d99a80c98e482101ca8f62f187f0fb457b6
@@ -377,7 +377,9 @@ module SpecGuard
377
377
  reason += " and #{skipped} in dependency or build directories" if skipped.positive?
378
378
  reason
379
379
  elsif stats.unreadable.positive? && skipped.positive?
380
- "#{matched} could not be read and #{skipped} in dependency or build directories"
380
+ # Both causes at once, so `matched` is their sum the bare prefix
381
+ # is true only on the solo arms below, where it equals the one counter.
382
+ "#{matched}, but #{stats.unreadable} could not be read and #{skipped} in dependency or build directories"
381
383
  elsif skipped.positive?
382
384
  # Every matching file the diff produced was fenced: the shape
383
385
  # {all_fenced_reason} uses, in this mode's vocabulary.
@@ -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.19"
10
+ VERSION = "0.3.20"
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.19
4
+ version: 0.3.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - specguard Agent