Bump to 6.0.0 + refresh README header and compatibility#75
Merged
Conversation
Mirrors the changes shipped in u-attributes 3.0 (PR #43) so the three gems stay visually and structurally consistent. - lib/kind/version.rb: 5.10.0 -> 6.0.0 (major bump reflects the Ruby floor raised to >= 2.7 by the CI modernization, which is breaking for users on 2.1..2.6) - README header polished to mirror solid-process style: - h1 with the existing 🤷 emoji - 3-row badge layout: Gem Version + Build Status, Maintainability + Code Coverage, Ruby + Rails - Ruby/Rails badges switched to the dark gray palette (colorA=444 / colorB=333) used by solid-process - Compatibility table: 6.0.0 / v6.x is the active line; legacy 5.10.0 / v5.x row kept; 1.x..4.x rows dropped (long EOL — version-doc table cleaned in the same spirit) - Added the Ruby x Rails support matrix ported from solid-process - Documentation-version table trimmed to unreleased + 6.0.0 + 5.10.0 - Installation example pins to ~> 6.0 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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
Major version bump to mark the Ruby floor change that landed in #74 (gemspec
required_ruby_versionraised from>= 2.1.0to>= 2.7.0). Mirrors what was just shipped onu-attributes3.0 so all three sibling gems stay structurally consistent.Changes
lib/kind/version.rb:5.10.0→6.0.0.h1with the existing 🤷 emojicolorA=444/colorB=333) used by solid-process6.0.0 / v6.xis now the active line (ruby >= 2.7,activemodel >= 6.0)5.10.0 / v5.xrow preserved with its real support range1.x..4.xrows dropped (long EOL)unreleased + 6.0.0 + 5.10.0~> 6.0Release checklist (once merged)
bundle exec rake releaseto publishkind-6.0.0v6.xbranch so the docs link in the README resolveskind, >= 4.0, < 6.0— needs a bump to allow< 7.0before the next u-attributes release)kind— verify and bump the constraint upper bound if needed)Test plan
🤖 Generated with Claude Code