You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bump to 6.0.0; refresh README header/compat to match u-attributes 3.0
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>
Copy file name to clipboardExpand all lines: README.md
+31-40Lines changed: 31 additions & 40 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,32 +1,16 @@
1
1
<palign="center">
2
-
<h1align="center">🤷 kind</h1>
2
+
<h1align="center"id="-kind">🤷 kind</h1>
3
3
<palign="center"><i>A development toolkit for Ruby with several small/cohesive abstractions to empower your development workflow - It's totally free of dependencies.</i></p>
0 commit comments