From ac74a6f63cf8a6b11fc66c8d09cf42c4c5162254 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Wed, 15 Apr 2026 18:58:19 +0900 Subject: [PATCH 1/2] Update Supporting sections to reflect community project status Closes https://github.com/ruby/rubygems/pull/9147 Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 7 ++++++- bundler/README.md | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bb9db6cb4beb..94ccf1b07b2f 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,12 @@ See https://bundler.io/compatibility for known issues. ### Supporting -RubyGems is managed by [Ruby Central](https://rubycentral.org), a non-profit organization that supports the Ruby community through projects like this one, as well as [RubyConf](https://rubyconf.org), [RailsConf](https://railsconf.org), and [RubyGems.org](https://rubygems.org). You can support Ruby Central by attending or [sponsoring](sponsors@rubycentral.org) a conference, or by [joining as a supporting member](https://rubycentral.org/#/portal/signup). +RubyGems is a community project, please consider sponsoring [individual contributors for their great OSS +work](https://github.com/ruby/rubygems/graphs/contributors). + +In addition, Ruby Central administers grant-funded work for improvements to `ruby/rubygems`, as well as running +RubyGems.org (the service). You can support Ruby Central by attending or [sponsoring](sponsors@rubycentral.org) +a [RubyConf](https://rubyconf.org/), or by [joining as a supporting member](https://rubycentral.org/#/portal/signup). ### Contributing diff --git a/bundler/README.md b/bundler/README.md index ac2bf5319d34..046565d95036 100644 --- a/bundler/README.md +++ b/bundler/README.md @@ -39,7 +39,12 @@ If you'd like to contribute to Bundler, that's awesome, and we <3 you. We've put ## Supporting -RubyGems is managed by [Ruby Central](https://rubycentral.org), a non-profit organization that supports the Ruby community through projects like this one, as well as [RubyConf](https://rubyconf.org), [RailsConf](https://railsconf.org), and [RubyGems.org](https://rubygems.org). You can support Ruby Central by attending or [sponsoring](sponsors@rubycentral.org) a conference, or by [joining as a supporting member](https://rubycentral.org/#/portal/signup). +RubyGems is a community project, please consider sponsoring [individual contributors for their great OSS +work](https://github.com/ruby/rubygems/graphs/contributors). + +In addition, Ruby Central administers grant-funded work for improvements to `ruby/rubygems`, as well as running +RubyGems.org (the service). You can support Ruby Central by attending or [sponsoring](sponsors@rubycentral.org) +a [RubyConf](https://rubyconf.org/), or by [joining as a supporting member](https://rubycentral.org/#/portal/signup). ## Code of Conduct From 9ef20cd2cbcb0021511384d80f6a5e7d1c36cf10 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Wed, 15 Apr 2026 19:09:18 +0900 Subject: [PATCH 2/2] Fix comma splice and add mailto: scheme to sponsoring link Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 4 ++-- bundler/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 94ccf1b07b2f..a16738ae0b07 100644 --- a/README.md +++ b/README.md @@ -106,11 +106,11 @@ See https://bundler.io/compatibility for known issues. ### Supporting -RubyGems is a community project, please consider sponsoring [individual contributors for their great OSS +RubyGems is a community project. Please consider sponsoring [individual contributors for their great OSS work](https://github.com/ruby/rubygems/graphs/contributors). In addition, Ruby Central administers grant-funded work for improvements to `ruby/rubygems`, as well as running -RubyGems.org (the service). You can support Ruby Central by attending or [sponsoring](sponsors@rubycentral.org) +RubyGems.org (the service). You can support Ruby Central by attending or [sponsoring](mailto:sponsors@rubycentral.org) a [RubyConf](https://rubyconf.org/), or by [joining as a supporting member](https://rubycentral.org/#/portal/signup). ### Contributing diff --git a/bundler/README.md b/bundler/README.md index 046565d95036..5f341063d8ca 100644 --- a/bundler/README.md +++ b/bundler/README.md @@ -39,11 +39,11 @@ If you'd like to contribute to Bundler, that's awesome, and we <3 you. We've put ## Supporting -RubyGems is a community project, please consider sponsoring [individual contributors for their great OSS +RubyGems is a community project. Please consider sponsoring [individual contributors for their great OSS work](https://github.com/ruby/rubygems/graphs/contributors). In addition, Ruby Central administers grant-funded work for improvements to `ruby/rubygems`, as well as running -RubyGems.org (the service). You can support Ruby Central by attending or [sponsoring](sponsors@rubycentral.org) +RubyGems.org (the service). You can support Ruby Central by attending or [sponsoring](mailto:sponsors@rubycentral.org) a [RubyConf](https://rubyconf.org/), or by [joining as a supporting member](https://rubycentral.org/#/portal/signup). ## Code of Conduct