summaryrefslogtreecommitdiff
path: root/lib/rubygems/request.rb
AgeCommit message (Expand)Author
2024-02-26[rubygems/rubygems] Rename wrapper files for vendored libraries with 'vendore...Hiroshi SHIBATA
2024-01-29Vendor uri gem in RubyGemsDavid Rodríguez
2023-12-22Merge RubyGems-3.5.2 and Bundler-2.5.2Hiroshi SHIBATA
2023-12-13[rubygems/rubygems] Vendor timeout in RubyGems tooDavid Rodríguez
2023-12-13[rubygems/rubygems] Vendor net-http and net-protocol in RubyGemsDavid Rodríguez
2023-03-23util/rubocop -A --only Layout/EmptyLineAfterMagicCommentHiroshi SHIBATA
2023-03-23[rubygems/rubygems] util/rubocop -A --only Style/MultilineTernaryOperatorHiroshi SHIBATA
2023-03-23[rubygems/rubygems] util/rubocop -A --only Lint/UnderscorePrefixedVariableNameHiroshi SHIBATA
2023-03-22[rubygems/rubygems] RUBY_REVISION is also provided by supported platformsHiroshi SHIBATA
2023-03-17util/rubocop -A --only Style/MultipleComparisonHiroshi SHIBATA
2023-03-17util/rubocop -A --only Style/TernaryParenthesesHiroshi SHIBATA
2023-03-17[rubygems/rubygems] util/rubocop -A --only Style/CommentAnnotationHiroshi SHIBATA
2023-03-17[rubygems/rubygems] util/rubocop -A --only Style/SingleLineMethodsHiroshi SHIBATA
2023-03-17[rubygems/rubygems] util/rubocop -A --only Layout/EmptyLinesAroundExceptionHa...Hiroshi SHIBATA
2022-08-09Merge rubygems/bundler HEAD.Hiroshi SHIBATA
2022-07-22RubyGems: Enable Style/StringLiterals copTakuya Noguchi
2022-06-24Sync RubyGems & Bundler with upstream repoDavid Rodríguez
2022-04-28Merge rubygems master 1e4eda741d732ca1bd7031aef0a16c7348adf7a5Hiroshi SHIBATA
2021-10-10Needs time.rb for `Time#iso8601`Nobuyoshi Nakada
2021-09-24[rubygems/rubygems] Revert "Fix an issue causing nested Gem::Uri instances"David Rodríguez
2021-09-22[rubygems/rubygems] Fix an issue causing nested Gem::Uri instancesJonathan
2021-08-31[rubygems/rubygems] Merge `Gem::UriParser` and `Gem::PrintableUri` into a `Ge...David Rodríguez
2021-08-31[rubygems/rubygems] Refactor `Gem::RemoteFetcher::FetchError.build` back to i...Daniel Niknam
2021-08-31[rubygems/rubygems] Refactor `Gem::RemoteFetcher::FetchError` initializer to ...Daniel Niknam
2021-08-31[rubygems/rubygems] Using `Gem::PrintableUri` in `Gem::Request` classDaniel Niknam
2021-08-31[rubygems/rubygems] Prefer `require_relative` to `require` for internal requiresDavid Rodríguez
2021-07-07Sync latest bundler & rubygems development versionDavid Rodríguez
2020-12-08Merge prepare version of RubyGems 3.2.0Hiroshi SHIBATA
2020-09-23Revert "Manually merged from https://github.com/rubygems/rubygems/pull/2636"Hiroshi SHIBATA
2020-09-23Manually merged from https://github.com/rubygems/rubygems/pull/2636Hiroshi SHIBATA
2020-07-31[rubygems/rubygems] Only require what we are usingDavid Rodríguez
2020-07-31[rubygems/rubygems] Let the original error happenDavid Rodríguez
2020-07-31Enforce no empty lines around class body in rubygemsDavid Rodríguez
2019-12-13Prepare to release RubyGems 3.1.0 final version.Hiroshi SHIBATA
2019-08-05[rubygems/rubygems] Use the standard RUBY_ENGINE_VERSION instead of JRUBY_VER...Benoit Daloze
2019-02-14Merge RubyGems master@9be7858f7f17eae3058204f3c03e4b798ba18b9chsbt
2019-01-22Merge rubygems master targeted RubyGems 3.1.0.hsbt
2018-12-19Merge RubyGems 3.0.0 from upstream.hsbt
2018-12-12Merge rubygems@21f12a8 from upstream.hsbt
2018-11-21Merge master branch from rubygems/rubygems upstream.hsbt
2018-11-03Merge rubygems-3.0.0.beta2.hsbt
2018-08-27Merge master branch from rubygems upstream.hsbt
2017-10-08Merge rubygems master.hsbt
2016-10-30* lib/rubygems.rb, lib/rubygems/*, test/rubygems/*: Updatehsbt
2016-04-06* lib/rubygems.rb, lib/rubygems/*, test/rubygems/*: Update rubygems-2.6.3.hsbt
2016-02-01* lib/rubygems.rb, lib/rubygems/*, test/rubygems/*: Update rubygems-2.5.2.hsbt
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-11-19* lib/rubygems: Update to RubyGems 2.5.0+ HEAD(c6b4946).hsbt
2014-09-14* lib/rubygems: Update to RubyGems 2.4.1 master(713ab65)hsbt
2014-07-25remote_fetcher.rb: fix leaked FDsnobu