aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rubygems/installer.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge RubyGems and Bundler HEADHiroshi SHIBATA2022-05-201-2/+2
* [rubygems/rubygems] I don't think this is necessaryDavid Rodríguez2022-04-161-2/+0
* [rubygems/rubygems] Support binstubs with `--enable-load-relative` prologDavid Rodríguez2022-01-151-8/+40
* [rubygems/rubygems] Extract a bit of common logic to methodsDavid Rodríguez2022-01-151-3/+10
* [rubygems/rubygems] Fix method documentation to be more correct EnglishDavid Rodríguez2022-01-151-2/+2
* [rubygems/rubygems] Add support in binstubs for trampolining bundlerDavid Rodríguez2021-12-201-1/+11
* [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] Protect specs access at a finer levelDavid Rodríguez2021-11-181-10/+2
* Merge the master branch of rubygems repoHiroshi SHIBATA2021-11-161-5/+30
* [rubygems/rubygems] Prefer `require_relative` to `require` for internal requiresDavid Rodríguez2021-08-311-7/+7
* [rubygems/rubygems] Don't use gemdeps on bundler binstubDavid Rodríguez2021-08-311-3/+10
* [rubygems/rubygems] Use `Gem.use_gemdeps` only from binstubsDavid Rodríguez2021-08-311-0/+2
* Sync RubyGems and Bundler with upstreamHiroshi SHIBATA2021-07-071-1/+1
* Sync latest bundler & rubygems development versionDavid Rodríguez2021-07-071-0/+4
* Merge the master branch of RubyGemsHiroshi SHIBATA2021-04-151-2/+5
* Merge RubyGems 3.2.3 and Bundler 2.2.3Hiroshi SHIBATA2020-12-231-23/+0
* Merge prepare version of RubyGems 3.2.0Hiroshi SHIBATA2020-12-081-9/+12
* Revert "Manually merged from https://github.com/rubygems/rubygems/pull/2636"Hiroshi SHIBATA2020-09-231-6/+0
* Manually merged from https://github.com/rubygems/rubygems/pull/2636Hiroshi SHIBATA2020-09-231-0/+6
* [rubygems/rubygems] Install plugins to user directoryNobuyoshi Nakada2020-07-311-0/+1
* [rubygems/rubygems] Support PATH's using `File::ALT_SEPARATOR` in `Gem::Insta...David Rodríguez2020-07-311-0/+2
* [rubygems/rubygems] Move traling `if` to the same line for readablityDavid Rodríguez2020-07-311-2/+1
* [rubygems/rubygems] Prefer the standard separator on WindowsDavid Rodríguez2020-07-311-1/+1
* Enforce no empty lines around class body in rubygemsDavid Rodríguez2020-07-311-6/+0
* Use space inside block braces everywhereDavid Rodríguez2020-06-151-2/+2
* Enable rubocop-performance StartWith copOlle Jonsson2020-06-051-2/+2
* Revert a commit miss in "Fixed potential memory leak"Nobuyoshi Nakada2020-05-221-1/+0
* Fixed potential memory leakNobuyoshi Nakada2020-05-221-0/+1
* [rubygems/rubygems] Prefer `tr` to `gsub` when replacing path separatorsDavid Rodríguez2020-05-081-1/+1
* [rubygems/rubygems] Shortcuit method earlierDavid Rodríguez2020-05-081-4/+4
* [rubygems/rubygems] Fix race condition on bundler's parallel installerDavid Rodríguez2020-05-081-1/+1
* [rubygems/rubygems] Rename version horizon deprecation methodsbronzdoc2020-05-081-1/+1
* [rubygems/rubygems] Modify files to use new version horizon deprecationsbronzdoc2020-05-081-1/+1
* Sync rubygems with current master (#2889)David Rodríguez2020-03-241-14/+23
* Merge the current master branch of rubygems/rubygems.Hiroshi SHIBATA2020-02-011-22/+16
* Merge RubyGems 3.1.0.pre3Hiroshi SHIBATA2019-11-111-5/+3
* [rubygems/rubygems] filter dependency type and name strictly.Hiroshi SHIBATA2019-09-261-1/+5
* [rubygems/rubygems] Introduce default prerelease requirementDavid Rodríguez2019-09-261-1/+1
* [rubygems/rubygems] Bump rubocop to 0.74.0 and fix new offensesDavid Rodríguez2019-09-051-1/+1
* Support the current stable version of Ruby like 2.5 and 2.6.Hiroshi SHIBATA2019-08-171-2/+2
* [rubygems/rubygems] installer.rb - fix #windows_stub_scriptMSP-Greg2019-08-171-3/+3
* fix last commit.Koichi Sasada2019-08-141-1/+1
* change Proc#to_s format ('@...' -> ' ...') (#2362)Koichi Sasada2019-08-141-1/+1
* [rubygems/rubygems] Move default specifications dir definition out of BasicSp...Vít Ondruch2019-07-311-1/+1
* [rubygems/rubygems] Add a package attr_reader to Gem::Installer.Daniel Berger2019-07-311-0/+5
* Update rubygems with latest upstream changesDavid Rodríguez2019-04-281-5/+5
* Merge rubygems/rubygems from upstream.hsbt2019-04-021-1/+4
* Merge RubyGems upstream: 56c0bbb69e4506bda7ef7f447dfec5db820df20bhsbt2019-03-051-6/+25
* Merge RubyGems master@9be7858f7f17eae3058204f3c03e4b798ba18b9chsbt2019-02-141-2/+6