summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2025-07-17[rubygems/rubygems] Refactor remembered flag deprecation logicDavid Rodríguez
2025-07-15[ruby/erb] Version 5.0.2Takashi Kokubun
2025-07-15Make Pathname#mkpath builtinJean Boussier
2025-07-15Move builtin methods to pathname.rbinc from lib/pathname.rbHiroshi SHIBATA
2025-07-15Make Pathname to embedded classHiroshi SHIBATA
2025-07-14[ruby/uri] [DOC] Update old use of `URI::Parser`Nobuyoshi Nakada
2025-07-14[ruby/uri] [DOC] Document private visibility tooNobuyoshi Nakada
2025-07-14[ruby/uri] [DOC] Fix referencesNobuyoshi Nakada
2025-07-14[rubygems/rubygems] Fix more warnings when running old Bundler with latest Ru...David Rodríguez
2025-07-14[rubygems/rubygems] Avoid more warnings when using RubyGems with old BundlerDavid Rodríguez
2025-07-14[rubygems/rubygems] Change helper to load only Bundler extensions to RubyGemsDavid Rodríguez
2025-07-14[rubygems/rubygems] Move loading Bundler without platform warnings to a methodDavid Rodríguez
2025-07-14[rubygems/rubygems] No need to detect ancient binstubs eitherDavid Rodríguez
2025-07-14[rubygems/rubygems] Improve some heredoc indentationsDavid Rodríguez
2025-07-14[rubygems/rubygems] Stop generating binstubs with support for RubyGems before...David Rodríguez
2025-07-14[rubygems/rubygems] Load RubyGems extensions in the first placeDavid Rodríguez
2025-07-12[ruby/uri] Improve performance of `URI::MailTo::EMAIL_REGEXP`Nobuyoshi Nakada
2025-07-12[ruby/uri] Do not allow empty host names, as they are not allowed by RFC 3986Jeremy Evans
2025-07-12[ruby/uri] Prohibit successive dots in emailNobuyoshi Nakada
2025-07-12[ruby/uri] lib/uri/mailto.rb (EMAIL_REGEXP): use assertions surrounding the l...Nikita Levchuk
2025-07-12[ruby/uri] lib/uri/mailto.rb (EMAIL_REGEXP): the local part should not contai...Nikita Levchuk
2025-07-12[ruby/uri] Make URI::regexp schemes case sensitiveNobuyoshi Nakada
2025-07-12[ruby/uri] Fix the message for unexpected argumentNobuyoshi Nakada
2025-07-10Warn to use tsort for Ruby 3.6 that will be released at 2026Hiroshi SHIBATA
2025-07-10[rubygems/rubygems] Update vendored resolv to 0.6.2Hiroshi SHIBATA
2025-07-09[rubygems/rubygems] Update gemspec based on provided github username when existsSweta Sanghavi
2025-07-09[rubygems/rubygems] Let s3_uri_signer accept the HTTP methodPeteris Rudzusiks
2025-07-09[rubygems/rubygems] Correctly sign S3 HEAD requestsPeteris Rudzusiks
2025-07-09[rubygems/rubygems] Fix date format in S3 URI signerPeteris Rudzusiks
2025-07-09[rubygems/rubygems] Add blank line after every questionDavid Rodríguez
2025-07-09[rubygems/rubygems] Use shorter questions as prompts in `bundle gem`David Rodríguez
2025-07-09[rubygems/rubygems] Reword MIT explanation to make sense after reorderingDavid Rodríguez
2025-07-08[ruby/resolv] v0.6.2Hiroshi SHIBATA
2025-07-08[ruby/resolv] Limit decompressed name lengthYusuke Endoh
2025-07-08[ruby/tsort] Exclude gemspec and git-related filesNobuyoshi Nakada
2025-07-08[ruby/tsort] Use git magic signatures to exclude filesNobuyoshi Nakada
2025-07-08[ruby/tsort] [DOC] Document constantsNobuyoshi Nakada
2025-07-07[rubygems/rubygems] Update SPDX license list as of 2025-07-01License Update
2025-07-07[rubygems/rubygems] Document that `global_gem_cache` also caches compiled ext...David Rodríguez
2025-07-07[rubygems/rubygems] Improve sentenceDavid Rodríguez
2025-07-07[rubygems/rubygems] Stop allowing calling `#gem` on random objectsDavid Rodríguez
2025-07-07[rubygems/rubygems] Add `default_cli_command` documentationDavid Rodríguez
2025-07-07[rubygems/rubygems] Cancel `path_relative_to_cwd` changeDavid Rodríguez
2025-07-07[rubygems/rubygems] Remove `default_install_uses_path` settingDavid Rodríguez
2025-07-07[rubygems/rubygems] Remove `auto_clean_without_path` settingDavid Rodríguez
2025-07-03Sync RubyGemsDavid Rodríguez
2025-07-02Reduce allocations in `Gem::BUNDLED_GEMS.warning?`Joshua Young
2025-07-02[rubygems/rubygems] Add Errno::ENETDOWN and Errno::EHOSTUNREACH to non retrya...David Rodríguez
2025-07-02[rubygems/rubygems] Split HTTP_ERRORS into retryable and non retryableDavid Rodríguez
2025-07-02[rubygems/rubygems] Handle connection refused and Errno::EADDRNOTAVAIL as non...David Rodríguez