Commit 3a3a17a
Add bundler/gem_tasks so
The shared gem_release.yml workflow's Build step runs `bundle exec
rake build`, but this Rakefile never defined a build task -- it only
had spec/changelog. First real release attempt failed immediately:
"Don't know how to build task 'build'". require 'bundler/gem_tasks'
provides the standard build/install/release tasks; no new dependency
needed since bundler is already required for everything.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>rake build exists for the release workflow1 parent 6537a38 commit 3a3a17a
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
0 commit comments