Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
97c070c2 04/25/2026 03:59 AM byroot (Jean Boussier)

[DOC] Clarify array methods using eql?

[Bug #22013]

Up to a certain size, only eql? is used, but for larger arrays
a Hash is used an #hash becomes necessary.

We could consider always checking #hash for consistency, but
that would decrease performance....

49851c87 04/24/2026 11:14 PM git[bot]

Update default gems list at 6342f3ac55796e54c28b9a72b2898c [ci skip]

6342f3ac 04/24/2026 11:14 PM taketo1113 (Taketo Takashima)

[ruby/ipaddr] Bump the version to 1.2.9

https://github.com/ruby/ipaddr/commit/f17f68bcab

a6f2450f 04/24/2026 10:54 PM taketo1113 (Taketo Takashima)

[ruby/ipaddr] Fix IPAddr#== returning true when compared with nil for 0.0.0.0 and ::

https://github.com/ruby/ipaddr/commit/a716379948

52ee497f 04/24/2026 01:35 PM Earlopain (Earlopain _)

[ruby/prism] Implement on_label_end for ripper

It is emitted for string-like symbols only

https://github.com/ruby/prism/commit/6d63302c7b

0cb9c433 04/24/2026 09:09 AM jinroq (Jinroq SAITOH)

Expose rb_int_parse_cstr() as public API

Move rb_int_parse_cstr() declaration and RB_INT_PARSE_* flags from
internal/bignum.h to the public header include/ruby/internal/intern/bignum.h
so that C extensions can use this function without writing their own
prototype declarations....

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...

View all revisions | View revisions

Also available in: Atom