Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
0a1cb0a8 04/24/2026 02:24 AM dependabot[bot]

Bump taiki-e/install-action

Bumps the github-actions group with 1 update in the / directory: taiki-e/install-action.

Updates taiki-e/install-action from 2.75.19 to 2.75.20

7e1039e1 04/24/2026 12:45 AM y-onishi

[ruby/rubygems] Update gem creation guide URL to rubygems.org

Update the gem creation guide links in the CLI output and gemspac template.
The previous Bundler guide URL now redirects to RubyGems Guides.

https://github.com/ruby/rubygems/commit/0b469edf03

11e0e7cc 04/24/2026 12:44 AM hsbt (Hiroshi SHIBATA)

[ruby/rubygems] Point recovery instructions at bundle pristine under Bundler

gem pristine does not reach gems that Bundler installed under
BUNDLE_PATH, so the guidance emitted when no_build_extension or
no_install_plugin is set needs a Bundler-native equivalent. Override...

7844f72f 04/24/2026 12:44 AM hsbt (Hiroshi SHIBATA)

[ruby/rubygems] Cover stale plugin wrapper removal in no_install_plugin spec

The existing spec only checked that the wrapper is skipped on a fresh
install. Add a version upgrade case so that when a later version of the
gem no longer ships plugins, the previously generated wrapper is removed...

487ea390 04/24/2026 12:44 AM hsbt (Hiroshi SHIBATA)

[ruby/rubygems] Honor --no-build-extension for git-sourced gems

Gem::Resolver::GitSpecification#install calls Gem::Installer#build_extensions
directly, so the guard at the main install path did not cover git sources.
Move the options check into build_extensions itself so every caller skips the...

a3c2ff3e 04/24/2026 12:44 AM hsbt (Hiroshi SHIBATA)

[ruby/rubygems] Add no_build_extension and no_install_plugin specs to windows_tag_group

https://github.com/ruby/rubygems/commit/51d3b3e76a

Co-Authored-By: Claude Opus 4.6 (1M context)

8dc70751 04/24/2026 12:44 AM hsbt (Hiroshi SHIBATA)

[ruby/rubygems] Remove stale plugin wrappers even when --no-install-plugin is specified

When a gem upgrades from a version with plugins to one without,
generate_plugins normally removes the old wrapper files. Skipping
generate_plugins entirely with --no-install-plugin prevented this...

ab9d60c4 04/24/2026 12:44 AM hsbt (Hiroshi SHIBATA)

[ruby/rubygems] Add Bundler spec for no_install_plugin setting

https://github.com/ruby/rubygems/commit/0659cc7739

Co-Authored-By: Claude Opus 4.6 (1M context)

c6166528 04/24/2026 12:44 AM hsbt (Hiroshi SHIBATA)

[ruby/rubygems] Document no_build_extension and no_install_plugin settings in bundle-config

The quality spec requires all Bundler settings to be documented in
the bundle-config man page.

https://github.com/ruby/rubygems/commit/48d494326f

Co-Authored-By: Claude Opus 4.6 (1M context)

19a0fe51 04/24/2026 12:44 AM hsbt (Hiroshi SHIBATA)

[ruby/rubygems] Skip load_plugin when --no-install-plugin is specified

Without this change, reinstalling or upgrading a gem with
--no-install-plugin would still execute a pre-existing plugin wrapper
left by a previous install via load_plugin. This defeats the opt-out....

View all revisions | View revisions

Also available in: Atom