k0kubun (Takashi Kokubun)
- Login: k0kubun
- Email: [email protected]
- Registered on: 10/19/2015
- Last sign in: 11/12/2025
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 4 | 105 | 109 |
| Reported issues | 1 | 75 | 76 |
Projects
| Project | Roles | Registered on |
|---|---|---|
| Ruby | Committer, Release Manager | 05/15/2017 |
Activity
11/12/2025
-
10:02 PM Ruby Revision cdc3faa6 (git): erb/new_spec.rb: Fix a missing do
-
09:49 PM Ruby Revision 936951b3 (git): erb/new_spec.rb: Update a version guard
- to the released version
-
09:48 PM Ruby Revision e25fdc3d (git): [ruby/erb] Version 6.0.0
- https://github.com/ruby/erb/commit/bbaaf1f51b
-
09:31 PM Ruby Revision fe1f8cd1 (git): [ruby/erb] Drop a deprecated constant ERB::Revision
- https://github.com/ruby/erb/commit/1f83b2578f
-
08:50 PM Ruby Revision 07e78e31 (git): [ruby/erb] Drop an obsolete constant ERB::NOT_GIVEN
- and update some documentation
https://github.com/ruby/erb/commit/9da628f21c -
08:44 PM Ruby Revision 7aba6ce2 (git): erb/new_spec.rb: Fetch private ERB::VERSION
- for erb v4.0.4 or older
-
08:41 PM Ruby Revision fb48b302 (git): spec_guards.yml: Add `fail-fast: false`
- fail-fast is never a good idea for master branch.
-
08:36 PM Ruby Revision 6365d7b0 (git): Reapply "[ruby/erb] Reapply "Remove safe_level and further positional"
- This reverts commit 5b6658a406b5f1c535aed4cb68e8e18a3cbabb81.
With a ruby spec fix. -
07:59 PM Ruby Revision 5b6658a4 (git): Revert "[ruby/erb] Reapply "Remove safe_level and further positional"
- This reverts commit 6ea4f36716f8970f418f32837575405ddeea75aa.
I'll fix ruby/spec shortly. For now, let me just revert it for ruby/ruby.
11/09/2025
-
06:01 PM Ruby Revision 17efb770 (git): sync_default_gems.yml: Pull --rebase before push
- It was supposed to update a local branch in case the remote branch was
updated between actions/checkout and the end of tool/sync_default_gems.rb.
Note that this `git pull` didn't exist in the original bin/update-default-gem.sh
https://g...