Hiroshi SHIBATA 2026-04-17 06:51:43 +0000 (Fri, 17 Apr 2026)
New Revision: 2885214501
https://github.com/ruby/ruby/commit/2885214501
Log:
Read current gem versions from repo state instead of NEWS.md
The "to" side of the diff used to come from parsing NEWS.md, which made
this script depend on update-NEWS-gemlist.rb having already written the
right versions there. Read the authoritative sources directly: scan
{ext,lib}/**/*.gemspec for default gems (mirroring the logic in
default_gems_list.yml), pick up the RubyGems version from
lib/rubygems.rb, and load gems/bundled_gems for the bundled set.
Co-Authored-By: Claude Opus 4.7 (1M context) <
nor...@anthropic.com>
Modified files:
tool/update-NEWS-github-release.rb