feat: prepare smalruby3 gem for RubyGems publishing (v26.3.291)#417
Merged
Conversation
- Update version from 0.1.0 to 26.3.291 (YY.M.DDR scheme) - Add LICENSE (MIT + Third-Party Notices for ruby-sdl2, resvg, rsdl) - Add README.md with gem overview, install, and usage - Add changelog_uri to gemspec metadata - Exclude Rust build cache from gem files Closes #416 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
MR = month * 10 + monthly release number, allowing multiple feature releases within the same month without implying a different month. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add matrix strategy to unit-test job to test against all currently supported Ruby versions (non-EOL per ruby-lang.org/downloads/branches). Lint continues to run on the .ruby-version (4.0) only. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
🚀 Preview deployed: https://smalruby.jp/smalruby3-editor/feature/smalruby3-gem-publishing/ |
- Add /gem-release skill for manual gem publishing workflow - Add release-gem.yml workflow triggered by smalruby3-v* tags - Runs tests on Ruby 3.3, 3.4, 4.0 before release - Uses Trusted Publishing (OIDC) for RubyGems auth - Verifies tag version matches gem version - Creates GitHub Release with .gem artifact Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Manual workflow (workflow_dispatch) to verify gem builds on: - Linux (ubuntu-latest) — equivalent to Chromebook Linux - Windows (windows-latest) — MSYS2 for SDL2 Tests gem build, native extension compilation, test suite, and basic require verification on each platform. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
github-actions Bot
pushed a commit
that referenced
this pull request
Mar 29, 2026
…uby3-gem-publishing feat: prepare smalruby3 gem for RubyGems publishing (v26.3.291)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ruby/smalruby3を RubyGems に公開可能な状態にする。0.1.0→26.3.291に更新(YY.M.DDR 形式: 2026年3月29日の1回目リリース)changelog_urimetadata を追加ext/smalruby3_imageutil/target/)を gem ファイルから除外Changes Made
ruby/smalruby3/lib/smalruby3/version.rb— バージョン更新 + コメント追加ruby/smalruby3/smalruby3.gemspec— metadata 追加、target/ 除外ruby/smalruby3/LICENSE— 新規作成ruby/smalruby3/README.md— 新規作成Test Coverage
bundle exec standardrb— lint passbundle exec rake test— 202 tests, 543 assertions, 0 failuresgem build smalruby3.gemspec— ビルド成功、smalruby3-26.3.291.gem生成確認Related Issues
Closes #416