hsbt (Hiroshi SHIBATA)
- Login: hsbt
- Email: hsbt@ruby-lang.org
- Registered on: 04/26/2009
- Last sign in: 03/27/2026
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 32 | 403 | 435 |
| Reported issues | 14 | 222 | 236 |
Projects
| Project | Roles | Registered on |
|---|---|---|
| Ruby | Committer, Contributor, Release Manager, Security team, Infrastructure team | 01/25/2013 |
Activity
04/08/2026
-
10:49 PM Ruby Revision 019c261c (git): Merge RubyGems/Bundler 4.0.6
-
10:49 PM Ruby Revision f13b3911 (git): Merge RubyGems/Bundler 4.0.7
-
10:49 PM Ruby Revision 36084c24 (git): Merge RubyGems/Bundler 4.0.8
-
10:49 PM Ruby Revision dc13b5ad (git): Merge RubyGems/Bundler 4.0.9
-
10:49 PM Ruby Revision 4edfd93c (git): Merge RubyGems/Bundler 4.0.10
-
10:49 PM Ruby Revision 949bee21 (git): Add ruby_version_is guard to CVE-2019-8322 spec for changing displayed message
-
05:39 AM Ruby Revision c8c0af3c (git): [ruby/rubygems] Fix grammar in gem installer cache comment
- Change "and lock the mutex" to "and to lock the mutex" for correct
parallel infinitive structure.
https://github.com/ruby/rubygems/commit/94f9267b72
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> -
05:39 AM Ruby Revision f5ad01ea (git): [ruby/rubygems] Fix wrong expected value in Rust extension test templates
- The Rust function hello("world") returns "Hello world, from Rust!" but
the Ruby test templates expected "Hello earth, from Rust!", causing
generated tests to fail immediately after bundle gem --ext=rust.
https://github.com/ruby/rubygems... -
05:39 AM Ruby Revision 539cb5e1 (git): [ruby/rubygems] Use eq matcher instead of be for string comparison in newgem template
- be checks object identity which will fail for newly-allocated strings.
eq checks value equality and is the correct matcher here.
https://github.com/ruby/rubygems/commit/828440937b
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@a... -
05:39 AM Ruby Revision 42b74bdb (git): [ruby/rubygems] Fix typos in comments and documentation
- https://github.com/ruby/rubygems/commit/72bdf54b6d
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>