supercov 0.0.43-x86_64-linux-gnu → 0.0.44-x86_64-linux-gnu

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: 0547a65237633fe9b7ebc8e3fc87fff4aa3125c4b4636e9546462bfddba54983
4
- data.tar.gz: 878d1a29622e96c766fb03989287bb6b9073cc2a7cb3fa26e982ac9fee490e13
3
+ metadata.gz: 2c229ecd294c4a1470279ec9c6339a901415d307c55087b67f40d72034bd47d5
4
+ data.tar.gz: bc8e3e9f0c574be534396912258a335b77b0de7cbac7993daf1e59940dcb77ef
5
5
  SHA512:
6
- metadata.gz: cb0330573fc3574e790a6fc2ee04f0c6eda5280f55eecff310ed311218ea275391694a8165cfbb2d8b615ccf0ed6c6fc48346fa55228a121e5b63542d51f19ff
7
- data.tar.gz: fda34272cefa52db309d7e7949cc22e403c110698fea88560358b7da2e2d4d1a56fee34e63bd20c558383feaca8b9cba7b8477079583cca356b831c5daff9ea9
6
+ metadata.gz: fcd304ff790e8b6bace76f92af729de1525e8cf6a150845daed4dbcdcfdcece8cd8662eddb51fed92de409b9e2e803379a6cf92a6e7c0d9ea4f6a11d43d7a505
7
+ data.tar.gz: 1a8a7fe3dfbd6ed054f246d006968b5feb4985b173e490e3d2ff4b48a25c727c332a2fbe3ee7ce64f80451c44190d0971a080c42ddf6d813d7252c1e99b13d19
data/README.md CHANGED
@@ -10,8 +10,8 @@ No account, config file, import, custom reporter, or hosted service is required.
10
10
 
11
11
  Supported by [Supercorp](https://supercorp.ai).
12
12
 
13
- [Try the worked example](https://supercov.com/docs/code-verification): find an
14
- untested session-expiry condition, run an additional test, and compare the results.
13
+ [Agent workflow](https://supercov.com/docs/agent-loop): ask your coding agent
14
+ to add a test in your own project, with a recorded example to follow along.
15
15
 
16
16
  ## Start with the suite you already have
17
17
 
data/lib/supercov.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Supercov
4
- VERSION = "0.0.43"
4
+ VERSION = "0.0.44"
5
5
  end
data/libexec/supercov CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: supercov
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.43
4
+ version: 0.0.44
5
5
  platform: x86_64-linux-gnu
6
6
  authors:
7
7
  - Supercorp