summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2025-07-19[ruby/fileutils] Make `ln_s` forward `target_directory` to `ln_sr`Nobuyoshi Nakada
2025-07-19[ruby/fileutils] A workaround for RBSNobuyoshi Nakada
2025-07-19[ruby/fileutils] A workaround for RBSNobuyoshi Nakada
2025-07-19[ruby/fileutils] Just the parent path of the destination symlink should existNobuyoshi Nakada
2025-07-19[ruby/fileutils] FileUtils.remove_dir checks directoryErik Berlin
2025-07-19[ruby/fileutils] Use shorter symlink by real pathsNobuyoshi Nakada
2025-07-19[ruby/fileutils] Fix up `FileUtils#ln_sr`Nobuyoshi Nakada
2025-07-18[ruby/fileutils] If `noop`, return before checking the argumentNobuyoshi Nakada
2025-07-18[ruby/fileutils] [DOC] Fix optional argument descriptionsAkihiko Odaki
2025-07-18[ruby/fileutils] Fix `ln_sf` with multiple sources and `target_directory: false`Nobuyoshi Nakada
2025-07-17Set development version to Bundler 2.8.0.dev and RubyGems 3.8.0.devDavid Rodríguez
2025-07-17Cancel `--force` deprecation in favor of `--redownload`David Rodríguez
2025-07-17[rubygems/rubygems] Restore treating "--" as an unknown platformDavid Rodríguez
2025-07-17[rubygems/rubygems] Fix `bundle binstub --path=foo` not printing a deprecatio...David Rodríguez
2025-07-17[rubygems/rubygems] Fix `bundle cache path=foo` not printing a deprecation me...David Rodríguez
2025-07-17[rubygems/rubygems] Remove unnecessary `flag_deprecation` methodDavid Rodríguez
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