summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2021-11-09[rubygems/rubygems] Use `shellsplit` instead of array of stringsNicholas Lee
2021-11-08[rubygems/rubygems] Use bundler-graph instead of bundler-vizHiroshi SHIBATA
2021-11-06[rubygems/rubygems] GNU Make needs DESTDIR on Windows environment like msys o...Hiroshi SHIBATA
2021-11-06[rubygems/rubygems] Fix urlharuuzion
2021-11-05[rubygems/rubygems] Fix `ruby setup.rb` command when `--prefix` is passedDavid Rodríguez
2021-11-05[rubygems/rubygems] Remove unnecessarily changing GEM_HOMEDavid Rodríguez
2021-11-05[rubygems/rubygems] Remove unnecessary loopDavid Rodríguez
2021-11-05[rubygems/rubygems] Explicitly ignored empty value for DESTDIRHiroshi SHIBATA
2021-11-05[rubygems/rubygems] Skip to set DESTDIR option when it's not provided for msw...Hiroshi SHIBATA
2021-11-05[rubygems/rubygems] Don't apply `--destdir` twice when running `setup.rb`Alyssa Ross
2021-11-05[rubygems/rubygems] Fix `--destdir` handling on WindowsDavid Rodríguez
2021-11-05[rubygems/rubygems] More refactoring of `--destdir` handlingDavid Rodríguez
2021-11-05[rubygems/rubygems] Refactor `--destdir` handlingDavid Rodríguez
2021-11-04[rubygems/rubygems] Fix typosNobuyoshi Nakada
2021-11-04[ruby/net-http] Warn deprecated old constantsNobuyoshi Nakada
2021-11-04[ruby/net-http] Fix the typo in a constant nameNobuyoshi Nakada
2021-11-04[ruby/net-http] Reset keep_alive timer on new connectionKazuki Yamaguchi
2021-11-04[ruby/racc] Fix a private method nameNobuyoshi Nakada
2021-11-04[ruby/racc] Fix typo in a local variable nameNobuyoshi Nakada
2021-11-03[rubygems/rubygems] Fix `gem install` vs `gem fetch` inconsistencyDavid Rodríguez
2021-11-02Update licenses= documentationCarlos Palhares
2021-11-02Allow custom LicenseRefCarlos Palhares
2021-11-02Removed the related code of `gem server`Hiroshi SHIBATA
2021-11-02[rubygems/rubygems] Leave ":" after MANPATH when not setDavid Rodríguez
2021-11-01[rubygems/rubygems] Memoize materialized specs when requiring `bundler/setup`David Rodríguez
2021-10-30add missing http response code in doc180909
2021-10-30[rubygems/rubygems] Better error when installing a git lockfile and git not p...David Rodríguez
2021-10-29[rubygems/rubygems] Vendor tsort into rubygemsFrederik Dudzik
2021-10-29Support gemification of tsortFrederik Dudzik
2021-10-29[rubygems/rubygems] Only delete cached gem when it's corruptedDavid Rodríguez
2021-10-27[rubygems/rubygems] Don't warn when a lockfile is locked to a dev versionDavid Rodríguez
2021-10-27[ruby/error_highlight] Make the formatter mechanism support RactorYusuke Endoh
2021-10-26[rubygems/rubygems] Add support to build and sign certificates with multiple ...Jenny Shen
2021-10-26[rubygems/rubygems] Fix Bundler::Digest#sha1 on big-endian systemsJean Boussier
2021-10-25[rubygems/rubygems] Avoid loading the `digest` gem unnecessarilyDavid Rodriguez
2021-10-25[rubygems/rubygems] Remove comment that seems no longer accurateDavid Rodriguez
2021-10-25Unify issue template and ISSUES.md documentDavid Rodriguez
2021-10-25[rubygems/rubygems] Show proper error when previous installation of gem can't...David Rodriguez
2021-10-25[rubygems/rubygems] Show a proper error if gem path is not writableDavid Rodriguez
2021-10-25[rubygems/rubygems] Improve readability by splitting updating the cache and s...David Rodriguez
2021-10-25[rubygems/rubygems] Manage global gem cache directlyDavid Rodriguez
2021-10-25[rubygems/rubygems] Cached gem path resolution should consider default gemsDavid Rodriguez
2021-10-25[rubygems/rubygems] Simplify gem downloading inside bundlerDavid Rodriguez
2021-10-25[rubygems/rubygems] Raise original exceptionDavid Rodriguez
2021-10-25[rubygems/rubygems] Add missing requiresDavid Rodriguez
2021-10-25[rubygems/rubygems] Use `Gem::Specification#file_name` consistentlyDavid Rodriguez
2021-10-25[rubygems/rubygems] Extract a `default_cache_path` helperDavid Rodriguez
2021-10-25[rubygems/rubygems] Small refactorDavid Rodriguez
2021-10-25[rubygems/rubygems] Vendor a pure ruby implementation of SHA1Jean Boussier
2021-10-25[rubygems/rubygems] Simplify and remove some unused codeDaniel Colson