summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2025-07-01Use git ls-files instead of Dir.glob because optparse has optionparser.rb tha...Hiroshi SHIBATA
2025-07-01[ruby/optparse] Use Dir.glob and base keyword arg for the installer of Ruby p...Hiroshi SHIBATA
2025-06-30[ruby/prism] Fix parser translator with trailing backslash in `%W` /`%I` arrayEarlopain
2025-06-30[rubygems/rubygems] Update some reference to Bundler 3 to Bundler 4David Rodríguez
2025-06-30[rubygems/rubygems] Use Bundler.settings[gem.bundle]Hiroshi SHIBATA
2025-06-30[rubygems/rubygems] Added manpagesHiroshi SHIBATA
2025-06-30[rubygems/rubygems] Added bundle option to method_optionHiroshi SHIBATA
2025-06-30[rubygems/rubygems] Added --bundle option for triggering bundle install autom...Hiroshi SHIBATA
2025-06-30[rubygems/rubygems] Remove "double CI" for testing Bundler 4 modeDavid Rodríguez
2025-06-30[rubygems/rubygems] Added push_rubygem to default scope at gem signin commandHiroshi SHIBATA
2025-06-29[ruby/optparse] JRuby does not have EXECUTABLE_EXTS in RbConfg::CONFIGNobuyoshi Nakada
2025-06-29[ruby/optparse] Fix OptionParser#program_name not to strip suffix unexpectedlyNobuyoshi Nakada
2025-06-29[ruby/optparse] Enhance to support 'Set' object as an enumkwatch
2025-06-28Make `uplevel` suitable as the option to `Kernel#warn`Nobuyoshi Nakada
2025-06-28Use symbols as `level` instead of stringsNobuyoshi Nakada
2025-06-26[ruby/uri] [DOC] State that uri library is needed to call Kernel#URINobuyoshi Nakada
2025-06-26[ruby/uri] Fix a typoNobuyoshi Nakada
2025-06-26[ruby/uri] Use Lo category chars as escaped charsNobuyoshi Nakada
2025-06-26[ruby/uri] Escape reserved characters in scheme nameNobuyoshi Nakada
2025-06-26[rubygems/rubygems] Simulate Bundler 4 in a better wayDavid Rodríguez
2025-06-26[rubygems/rubygems] Use Gem::Version` methods instead of string splittingDavid Rodríguez
2025-06-26[rubygems/rubygems] Centralize managing major version dependent behavior in `...David Rodríguez
2025-06-26[rubygems/rubygems] Remove redundant receiversDavid Rodríguez
2025-06-26[rubygems/rubygems] No need to reset this variableDavid Rodríguez
2025-06-25[rubygems/rubygems] Add missing `require "fileutils"` in lib/rubygems/install...MSP-Greg
2025-06-24[ruby/timeout] Gracefully handle a call to ensure_timeout_thread_created in a...Benoit Daloze
2025-06-24[ruby/resolv] v0.6.1Hiroshi SHIBATA
2025-06-24Revert accidentally commit with 96a0c2065a95d076978de41e8bfacbd19858d0bbHiroshi SHIBATA
2025-06-24[rubygems/rubygems] Fix `Bundler.original_env['GEM_HOME']` when Bundler is tr...David Rodríguez
2025-06-24[rubygems/rubygems] Remove no longer necessary workarounds for restartsDavid Rodríguez
2025-06-23Mark RClass instance that may be namespaced with RCLASS_NAMESPACEABLEJean Boussier
2025-06-23[rubygems/rubygems] Handle RubyGems installing to custom dir with non-existen...Nicholas La Roux
2025-06-23[rubygems/rubygems] Handle `Errno::EADDRNOTAVAIL` gracefullyDavid Rodríguez
2025-06-23[rubygems/rubygems] Make `HTTP_ERRORS` list look like `FAIL_ERRORS` listDavid Rodríguez
2025-06-23[rubygems/rubygems] Simplify non retriable errors listDavid Rodríguez
2025-06-23[rubygems/rubygems] Move `HTTP_ERRORS` together with the other error constantsDavid Rodríguez
2025-06-23[rubygems/rubygems] Deprecate unused `Bundler#SpecSet` methodsDavid Rodríguez
2025-06-19[ruby/weakref] v0.1.4Hiroshi SHIBATA
2025-06-19Skip to Bundler 4 directlyDavid Rodríguez
2025-06-19[rubygems/rubygems] Use `persist-credentials: false` in templateLandon Grindheim
2025-06-19[rubygems/rubygems] Fix running gem commands in a `bundle exec` contextDavid Rodríguez
2025-06-19[rubygems/rubygems] Move finding eigenclass to a methodDavid Rodríguez
2025-06-19[rubygems/rubygems] Fix grammar in `bundle config` deprecation messageDavid Rodríguez
2025-06-19[rubygems/rubygems] Allow enabling "Bundler 3 mode" more easilyDavid Rodríguez
2025-06-19[rubygems/rubygems] Never ignore gems from path sources during activationDavid Rodríguez
2025-06-17[ruby/tempfile] [DOC] Fix a typoNobuyoshi Nakada
2025-06-17[rubygems/rubygems] Fix `gem install` sometimes compiling the wrong source filesDavid Rodríguez
2025-06-16[rubygems/rubygems] Fix redefinition warnings when using modern RubyGems with...David Rodríguez
2025-06-13[rubygems/rubygems] Recognize JRuby loaded from a classloader, not just any JARCody Cutrer
2025-06-13[rubygems/rubygems] Update bundled tls certsSamuel Giddins