summaryrefslogtreecommitdiff
path: root/lib/rubygems
Commit message (Expand)AuthorAgeFilesLines
* [rubygems/rubygems] GNU Make needs DESTDIR on Windows environment like msys o...Hiroshi SHIBATA2021-11-061-5/+5
* [rubygems/rubygems] Fix `ruby setup.rb` command when `--prefix` is passedDavid Rodríguez2021-11-051-2/+14
* [rubygems/rubygems] Remove unnecessarily changing GEM_HOMEDavid Rodríguez2021-11-051-6/+0
* [rubygems/rubygems] Remove unnecessary loopDavid Rodríguez2021-11-051-27/+23
* [rubygems/rubygems] Explicitly ignored empty value for DESTDIRHiroshi SHIBATA2021-11-051-1/+1
* [rubygems/rubygems] Skip to set DESTDIR option when it's not provided for msw...Hiroshi SHIBATA2021-11-051-1/+2
* [rubygems/rubygems] Don't apply `--destdir` twice when running `setup.rb`Alyssa Ross2021-11-051-1/+12
* [rubygems/rubygems] Fix `--destdir` handling on WindowsDavid Rodríguez2021-11-051-2/+1
* [rubygems/rubygems] More refactoring of `--destdir` handlingDavid Rodríguez2021-11-051-13/+9
* [rubygems/rubygems] Refactor `--destdir` handlingDavid Rodríguez2021-11-051-11/+16
* [rubygems/rubygems] Fix `gem install` vs `gem fetch` inconsistencyDavid Rodríguez2021-11-031-1/+1
* Update licenses= documentationCarlos Palhares2021-11-021-5/+9
* Allow custom LicenseRefCarlos Palhares2021-11-021-0/+2
* Removed the related code of `gem server`Hiroshi SHIBATA2021-11-022-959/+14
* [rubygems/rubygems] Vendor tsort into rubygemsFrederik Dudzik2021-10-295-6/+463
* [rubygems/rubygems] Add support to build and sign certificates with multiple ...Jenny Shen2021-10-264-28/+70
* [rubygems/rubygems] Avoid loading the `digest` gem unnecessarilyDavid Rodriguez2021-10-252-4/+3
* [rubygems/rubygems] Remove comment that seems no longer accurateDavid Rodriguez2021-10-251-1/+1
* [ruby/rubygems] Prefer `require_relative` for internal requiresDavid Rodriguez2021-10-116-11/+11
* [ruby/rubygems] We no longer need to check realpathsDavid Rodríguez2021-10-101-10/+0
* [ruby/rubygems] Check safety of packaged symlinksDavid Rodríguez2021-10-101-17/+16
* [ruby/rubygems] Install location safety should consider casingDavid Rodríguez2021-10-101-1/+1
* [ruby/rubygems] Remove redundant `File.expand_path`David Rodríguez2021-10-101-1/+1
* [ruby/rubygems] Simplify `File.expand_path` usageDavid Rodríguez2021-10-101-1/+1
* [ruby/rubygems] Don't make duplicated checks on directory safetyDavid Rodríguez2021-10-101-5/+6
* Needs time.rb for `Time#iso8601`Nobuyoshi Nakada2021-10-101-0/+2
* [rubygems/rubygems] Improve performance of Specification#missing_extensions?Masataka Pocke Kuwabara2021-10-092-3/+3
* [rubygems/rubygems] Only disallow FIXME/TODO for first word of gemspec descri...Ellen Marie Dash2021-09-281-1/+1
* [rubygems/rubygems] Revert "Fix an issue causing nested Gem::Uri instances"David Rodríguez2021-09-241-1/+1
* [rubygems/rubygems] Fix error message building changing password of sourcehuangduirong2021-09-241-2/+1
* [rubygems/rubygems] Fix bug where redacted credentials are sent to serverJonathan2021-09-221-0/+9
* [rubygems/rubygems] Fix an issue causing nested Gem::Uri instancesJonathan2021-09-221-1/+1
* [rubygems/rubygems] Only check if descriptions *start with* FIXME/TODOEllen Marie Dash2021-09-221-1/+1
* [rubygems/rubygems] Avoid loading URI unnecessarily when activating gemsDavid Rodríguez2021-09-221-1/+0
* MINGW-UCRT: Set CONFIG['arch'] and RUBY_PLATFORM to "x64-mingw-ucrt"Lars Kanis2021-09-201-0/+1
* [rubygems/rubygems] Merge `Gem::UriParser` and `Gem::PrintableUri` into a `Ge...David Rodríguez2021-08-316-117/+113
* [rubygems/rubygems] Replacing clone with dupDaniel Niknam2021-08-311-1/+1
* [rubygems/rubygems] Remove returning self for `Gem::PrintableUri#parse_uri`Daniel Niknam2021-08-311-3/+4
* [rubygems/rubygems] Remove @credential_redacted instance variableDaniel Niknam2021-08-311-8/+0
* [rubygems/rubygems] Bring back the empty line that was removed previously by ...Daniel Niknam2021-08-311-0/+1
* [rubygems/rubygems] Remove unused methodDaniel Niknam2021-08-311-4/+0
* [rubygems/rubygems] Remove `ruby/uri` requirementDaniel Niknam2021-08-311-2/+4
* [rubygems/rubygems] Refactor `Gem::RemoteFetcher::FetchError.build` back to i...Daniel Niknam2021-08-312-26/+17
* [rubygems/rubygems] Remove defensive guardsDaniel Niknam2021-08-311-15/+4
* [rubygems/rubygems] Rename `Gem::PrintableUri#parsed_uri?` to `Gem::Printable...Daniel Niknam2021-08-311-6/+6
* [rubygems/rubygems] Remove trailing `if`Daniel Niknam2021-08-311-1/+1
* [rubygems/rubygems] Refactor `Gem::RemoteFetcher::FetchError` initializer to ...Daniel Niknam2021-08-312-19/+25
* [rubygems/rubygems] Using `Gem::PrintableUri` in `Gem::Request` classDaniel Niknam2021-08-311-1/+2
* [rubygems/rubygems] Using `Gem::PrintableUri` in `Gem::Commands::InstallComma...Daniel Niknam2021-08-311-1/+3
* [rubygems/rubygems] Introduce `Gem::PrintableUri` that would redact URIs to b...Daniel Niknam2021-08-311-0/+81