aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rubygems
Commit message (Expand)AuthorAgeFilesLines
* [rubygems/rubygems] Add support in binstubs for trampolining bundlerDavid Rodríguez2021-12-201-1/+11
* Merge RubyGems and Bundler masterHiroshi SHIBATA2021-12-154-21/+12
* [rubygems/rubygems] Properly fetch Gem#latest_spec_for with multiple sourcesKevin Logan2021-12-101-1/+1
* [rubygems/rubygems] Allow using `Gem::Version` without loading the rest of ru...David Rodríguez2021-12-061-0/+9
* [rubygems/rubygems] add login & logout for the signin & signout commands resp...Colby Swandale2021-12-061-1/+3
* [rubygems/rubygems] Don't write outside of destdir when regenerating pluginsDavid Rodríguez2021-12-052-2/+9
* [rubygems/rubygems] Don't write outside of destdir when installing default bu...David Rodríguez2021-12-051-0/+1
* [rubygems/rubygems] Fold a line that got out of handDavid Rodríguez2021-12-051-2/+9
* [rubygems/rubygems] Fix binstubs and plugins regeneration with `--destdir` is...David Rodríguez2021-12-051-4/+6
* [rubygems/rubygems] Move required_ruby_version gemspec attribute to recommend...Josef Šimánek2021-12-031-5/+9
* [rubygems/rubygems] Provide distinguished name which will be correctly parsed.Vít Ondruch2021-12-021-3/+4
* [rubygems/rubygems] Fix race condition when reading & writing gemspecs concur...David Rodríguez2021-11-301-9/+3
* [rubygems/rubygems] Revert "Remove spec file before building"David Rodríguez2021-11-301-2/+0
* [rubygems/rubygems] Deprecate typo nameNobuyoshi Nakada2021-11-291-0/+1
* Do not document vendored files [ci skip]Nobuyoshi Nakada2021-11-192-0/+2
* [rubygems/rubygems] Protect specs access at a finer levelDavid Rodríguez2021-11-182-16/+12
* [rubygems/rubygems] Stop using a constant for something not constantDavid Rodríguez2021-11-181-12/+8
* [rubygems/rubygems] Extract a helper method to reset specsDavid Rodríguez2021-11-181-10/+11
* [rubygems/rubygems] Make clearing loaded spec cache really privateDavid Rodríguez2021-11-181-2/+3
* [rubygems/rubygems] We can now use standard memoizationDavid Rodríguez2021-11-181-4/+1
* [rubygems/rubygems] Easier preservation of activated specsDavid Rodríguez2021-11-181-7/+1
* [rubygems/rubygems] Set `@@all` variable at class definition timeDavid Rodríguez2021-11-181-1/+2
* Merge the master branch of rubygems repoHiroshi SHIBATA2021-11-1621-32/+2478
* [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