summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2025-07-02[rubygems/rubygems] Move Bundler::Fetcher::HTTP_ERRORS to Bundler::Fetcher::D...David Rodríguez
2025-07-02[rubygems/rubygems] Add back and deprecate Bundler::Fetcher::NET_ERRORSDavid Rodríguez
2025-07-02[rubygems/rubygems] Add a `verbose` setting to enable verbose output for all ...David Rodríguez
2025-07-02[rubygems/rubygems] Consistently access CLI flags with symbolsDavid Rodríguez
2025-07-02[rubygems/rubygems] Fix `bundle console` printing bug report template on `Nam...Earlopain
2025-07-02[rubygems/rubygems] Update man pages for the `bundle doctor ssl` subcommand:Edouard CHIN
2025-07-02[rubygems/rubygems] Log when `simulate_version` is enabledDavid Rodríguez
2025-07-02[rubygems/rubygems] None of the global options have default so this seems unn...David Rodríguez
2025-07-02[rubygems/rubygems] Use explicit receiver when accessing settingsDavid Rodríguez
2025-07-02[rubygems/rubygems] Document the `simulate_version` settingDavid Rodríguez
2025-07-02[rubygems/rubygems] Remove `print_only_version_number` settingDavid Rodríguez
2025-07-01Fixed inconsistency gemspec locationHiroshi SHIBATA
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