summaryrefslogtreecommitdiff
path: root/lib/rubygems
AgeCommit message (Expand)Author
2021-10-11[ruby/rubygems] Prefer `require_relative` for internal requiresDavid Rodriguez
2021-10-10[ruby/rubygems] We no longer need to check realpathsDavid Rodríguez
2021-10-10[ruby/rubygems] Check safety of packaged symlinksDavid Rodríguez
2021-10-10[ruby/rubygems] Install location safety should consider casingDavid Rodríguez
2021-10-10[ruby/rubygems] Remove redundant `File.expand_path`David Rodríguez
2021-10-10[ruby/rubygems] Simplify `File.expand_path` usageDavid Rodríguez
2021-10-10[ruby/rubygems] Don't make duplicated checks on directory safetyDavid Rodríguez
2021-10-10Needs time.rb for `Time#iso8601`Nobuyoshi Nakada
2021-10-09[rubygems/rubygems] Improve performance of Specification#missing_extensions?Masataka Pocke Kuwabara
2021-09-28[rubygems/rubygems] Only disallow FIXME/TODO for first word of gemspec descri...Ellen Marie Dash
2021-09-24[rubygems/rubygems] Revert "Fix an issue causing nested Gem::Uri instances"David Rodríguez
2021-09-24[rubygems/rubygems] Fix error message building changing password of sourcehuangduirong
2021-09-22[rubygems/rubygems] Fix bug where redacted credentials are sent to serverJonathan
2021-09-22[rubygems/rubygems] Fix an issue causing nested Gem::Uri instancesJonathan
2021-09-22[rubygems/rubygems] Only check if descriptions *start with* FIXME/TODOEllen Marie Dash
2021-09-22[rubygems/rubygems] Avoid loading URI unnecessarily when activating gemsDavid Rodríguez
2021-09-20MINGW-UCRT: Set CONFIG['arch'] and RUBY_PLATFORM to "x64-mingw-ucrt"Lars Kanis
2021-08-31[rubygems/rubygems] Merge `Gem::UriParser` and `Gem::PrintableUri` into a `Ge...David Rodríguez
2021-08-31[rubygems/rubygems] Replacing clone with dupDaniel Niknam
2021-08-31[rubygems/rubygems] Remove returning self for `Gem::PrintableUri#parse_uri`Daniel Niknam
2021-08-31[rubygems/rubygems] Remove @credential_redacted instance variableDaniel Niknam
2021-08-31[rubygems/rubygems] Bring back the empty line that was removed previously by ...Daniel Niknam
2021-08-31[rubygems/rubygems] Remove unused methodDaniel Niknam
2021-08-31[rubygems/rubygems] Remove `ruby/uri` requirementDaniel Niknam
2021-08-31[rubygems/rubygems] Refactor `Gem::RemoteFetcher::FetchError.build` back to i...Daniel Niknam
2021-08-31[rubygems/rubygems] Remove defensive guardsDaniel Niknam
2021-08-31[rubygems/rubygems] Rename `Gem::PrintableUri#parsed_uri?` to `Gem::Printable...Daniel Niknam
2021-08-31[rubygems/rubygems] Remove trailing `if`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] Using `Gem::PrintableUri` in `Gem::Commands::InstallComma...Daniel Niknam
2021-08-31[rubygems/rubygems] Introduce `Gem::PrintableUri` that would redact URIs to b...Daniel Niknam
2021-08-31[rubygems/rubygems] Refactor Ruby platform priority condition to its own methodDaniel Niknam
2021-08-31[rubygems/rubygems] Pick the last founded gems when fetching metadataDaniel Niknam
2021-08-31[rubygems/rubygems] Prefer `require_relative` to `require` for internal requiresDavid Rodríguez
2021-08-31[rubygems/rubygems] Remove MacOS specific extra GEM_PATHDavid Rodríguez
2021-08-31[rubygems/rubygems] Remove MacOS specific gem layoutDavid Rodríguez
2021-08-31[rubygems/rubygems] Don't use gemdeps on bundler binstubDavid Rodríguez
2021-08-31[rubygems/rubygems] Use `Gem.use_gemdeps` only from binstubsDavid Rodríguez
2021-07-27[rubygems/rubygems] Rubygems doesn't need to load the `base64` libraryDavid Rodríguez
2021-07-27[rubygems/rubygems] Rubygems doesn't need to load the `resolv` libraryDavid Rodríguez
2021-07-27[rubygems/rubygems] Lazily load `shellwords` libraryDavid Rodríguez
2021-07-27[rubygems/rubygems] Check requirements classesNobuyoshi Nakada
2021-07-27[rubygems/rubygems] Remove all `syck` traces from `rubygems`David Rodríguez
2021-07-16[rubygems/rubygems] Add missing `require 'fileutils'` in `Gem::ConfigFile`Masafumi Koba
2021-07-16[rubygems/rubygems] Fix contradictory message about deletion of default gemJared Beck
2021-07-14Merge RubyGems/Bundler master from 8459ebd6ad65ce3397233416dc64083ae7572bb9Hiroshi SHIBATA
2021-07-07Sync RubyGems and Bundler with upstreamHiroshi SHIBATA
2021-07-07Sync latest bundler & rubygems development versionDavid Rodríguez
2021-05-28[rubygems/rubygems] Copy files specific to testing rubygems to `test`David Rodríguez