Skip to content

Commit c44abe5

Browse files
BrewTestBotdaeho-ro
authored andcommitted
tdd-guard 1.1.0
1 parent 360f1c8 commit c44abe5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/t/tdd-guard.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class TddGuard < Formula
22
desc "Automated TDD enforcement for Claude Code"
33
homepage "https://github.com/nizos/tdd-guard"
4-
url "https://registry.npmjs.org/tdd-guard/-/tdd-guard-1.0.2.tgz"
5-
sha256 "48f51cd97aa68d55e8c7f63e6d1d9b039fab6053cc089977e4eaf3bdbaad0fcb"
4+
url "https://registry.npmjs.org/tdd-guard/-/tdd-guard-1.1.0.tgz"
5+
sha256 "f9da65d258979704097f6646190473a31080e05909ab54c814b8d902a8938087"
66
license "MIT"
77

88
bottle do
@@ -22,7 +22,7 @@ def install
2222

2323
# Remove incompatible pre-built binaries
2424
node_modules = libexec/"lib/node_modules/tdd-guard/node_modules"
25-
ripgrep_vendor_dir = node_modules/"@anthropic-ai/claude-code/vendor/ripgrep"
25+
ripgrep_vendor_dir = node_modules/"@anthropic-ai/claude-agent-sdk/vendor/ripgrep"
2626
rm_r(ripgrep_vendor_dir)
2727
end
2828

0 commit comments

Comments
 (0)