hsbt (Hiroshi SHIBATA)
- Login: hsbt
- Email: hsbt@ruby-lang.org
- Registered on: 04/26/2009
- Last sign in: 11/25/2025
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 30 | 390 | 420 |
| Reported issues | 15 | 214 | 229 |
Projects
| Project | Roles | Registered on |
|---|---|---|
| Ruby | Committer, Contributor, Release Manager, Security team, Infrastructure team | 01/25/2013 |
Activity
11/21/2025
-
08:32 AM Ruby Revision eb11b40b (git): [ruby/rubygems] bin/rubocop -a
- https://github.com/ruby/rubygems/commit/fbf6fb667e
-
06:49 AM Ruby Revision 1d160ed0 (git): Fixed warning for String comparison of Gem::Version
-
06:49 AM Ruby Revision bcc7b204 (git): Use assert_match for uplevel option
-
04:20 AM Ruby Revision ee002a5e (git): [ruby/rubygems] Respect `BUNDLE_VERSION` config at Gem::BundlerVersionFinder
- If we use "system" variable in BUNDLE_VERSION on Bundler configuration,
we can use bundler version provided by system installation.
But the current logic returns the first activated version of bundler
like 2.7.2. It makes to confuse use...
11/20/2025
-
11:11 PM Ruby Revision 29d8a50d (git): [ruby/rubygems] Keep legacy windows platform, not removed them
- https://github.com/ruby/rubygems/commit/f360af8e3b
-
02:41 AM Ruby Revision 0653a01a (git): [ruby/rubygems] Bump up to 4.0.0.beta1
- https://github.com/ruby/rubygems/commit/9be811c01a
11/19/2025
-
07:49 AM Ruby Bug #21697 (Open): `nmake up` will update broken `revision.h`
-
03:02 AM Ruby Bug #21697 (Open): `nmake up` will update broken `revision.h`
- In 4.0.0-preview2 package, `nmake up` generate the broken `revision.h`.
I could reproduce this:
```
PS C:\Users\hsbt\Downloads> Invoke-WebRequest https://cache.ruby-lang.org/pub/ruby/4.0/ruby-4.0.0-preview2.zip -OutFile ruby-4.0.0... -
07:43 AM Ruby Revision 169d6c7c (git): [ruby/rubygems] Use method_defined?(:method, false)
- https://github.com/ruby/rubygems/commit/6cc7d71dac
11/18/2025
-
10:38 AM Ruby Revision f168a6d0 (git): [ruby/rubygems] Handle to reverse order result in Ruby 3.2
- https://github.com/ruby/rubygems/actions/runs/19458155903/job/55676075439?pr=3857
```
-Did you mean 'methods' or 'method'?
+Could not find gem 'methosd'.
+Did you mean 'method' or 'methods'?
```
https://github.com/...