We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
gem build
1 parent e871c7d commit 6a9ebe4Copy full SHA for 6a9ebe4
1 file changed
AGENTS.md
@@ -22,6 +22,7 @@ bundle exec rubocop # Run linter
22
bundle exec rubocop -a # Auto-fix lint issues
23
bundle exec yard doc # Generate docs, open in browser
24
bundle exec yard stats --list-undoc # Show undocumented methods
25
+gem build # Build the gem (no arguments — auto-picks the gemspec)
26
rake new_release # Start a new release (interactive)
27
```
28
0 commit comments