Hiroshi SHIBATA
Hiroshi SHIBATA
## What was the end-user or developer problem that led to this PR? This PR is last work for https://github.com/rubygems/rubygems/pull/7433 and https://github.com/rubygems/rubygems/pull/7436. ## What is your fix for the problem,...
# Description: A current installer of default gems only installs executable file and `gemspec`. It didn't resolve the real world problem. Default gems provide to upgrade standard libraries like `gem...
from https://github.com/ruby/racc/pull/259#issuecomment-1879426011 I need to write test script or test case for that.
## What problems are you experiencing? see https://github.com/ruby/setup-ruby/issues/570
I created GH releases by `gh release create --generate-notes vX.Y.Z` like https://github.com/ruby/logger/releases under the Ruby organization. But I didn't create `csv`, `rexml` and others that are your maintained libraries. Can...
Pych 4 change the default behavior of `load` to `safe_load` and add `Symbol` into `permitted_classes`. I propose also adding `Date`, `DateTime` and `Time` into `permitted_classes`. Related with https://github.com/ruby/psych/issues/604 But I'm...
I created https://github.com/ruby/rdoc/releases from tag and `gh release create`. But old versions that located before GitHub are imcomplete. We should fill them from `History.rdoc`
A installed version of debian package named `ruby-full` is old at following pages: ``` pl/documentation/installation/index.md 116:Na czas pisania pakiet `ruby` dostarcza starszego Rubiego 2.3.1 dla Debiana i vi/documentation/installation/index.md 77:`ruby-full` ở...
see https://github.com/rubygems/rubygems/actions/runs/5286199021/jobs/9568614121?pr=6739#step:8:27 ``` # terminated with exception (report_on_exception is true): C:/hostedtoolcache/windows/Ruby/2.7.7/x64/lib/ruby/gems/2.7.0/gems/turbo_tests-2.1.0/lib/turbo_tests/runner.rb:175:in `initialize': No such file or directory @ rb_sysopen - tmp/test-pipes/subprocess-1 (Errno::ENOENT) from C:/hostedtoolcache/windows/Ruby/2.7.7/x64/lib/ruby/gems/2.7.0/gems/turbo_tests-2.1.0/lib/turbo_tests/runner.rb:175:in `open' from C:/hostedtoolcache/windows/Ruby/2.7.7/x64/lib/ruby/gems/2.7.0/gems/turbo_tests-2.1.0/lib/turbo_tests/runner.rb:175:in `block in start_subprocess'...
リリース作業リスト - [ ] `lib/tdiary/tasks/release.rake` と `.github/workflow/ci.yml` に今回サポートを追加/停止するrubyのバージョンが含まれるか確認、修正する - [ ] [releases](https://github.com/tdiary/tdiary-core/releases)にエントリを追加してリリースノートを書く - [ ] coreおよびblogkitのChangeLogに「release L.M.N」のエントリを追加する - [ ] 以下のファイルのバージョンをあげてcommitする - coreの lib/tdiary/version.rb - blogkitの lib/tdiary/blogkit/version.rb - contribの lib/tdiary/contrib/version.rb...