aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rubygems
Commit message (Expand)AuthorAgeFilesLines
* [rubygems/rubygems] Prefer String#split with block in Gem::YAMLSerializer#loadMau Magnaguagno2023-12-051-1/+1
* [rubygems/rubygems] Only show "Defaulting to user installation" message when ...Ellen Marie Dash2023-11-301-1/+11
* [rubygems/rubygems] Fix typo missing doMau Magnaguagno2023-11-241-1/+1
* [rubygems/rubygems] Prefer String#each_line in Gem::CommandMau Magnaguagno2023-11-241-4/+4
* [rubygems/rubygems] improvement: include response body on fetch_http errorPaul Bob2023-11-141-1/+1
* [rubygems/rubygems] TruffleRuby uses a bash prelude in default launchersBenoit Daloze2023-11-131-1/+2
* [rubygems/rubygems] This can be frozen nowDavid Rodríguez2023-11-131-2/+2
* [rubygems/rubygems] Remove now unnecessary dupsDavid Rodríguez2023-11-138-12/+8
* [rubygems/rubygems] Let RuboCop target Ruby 3.0David Rodríguez2023-11-137-17/+17
* [rubygems/rubygems] Drop support for Ruby 2.6 and Ruby 2.7 in RubyGemsDavid Rodríguez2023-11-1316-45/+27
* [rubygems/rubygems] Hack to get `Gem::Specification#extensions_dir` documentedDavid Rodríguez2023-11-081-7/+15
* [rubygems/rubygems] Remove unnecessary rescueDavid Rodríguez2023-11-081-5/+0
* [rubygems/rubygems] Allow `--install-dir` to be specified together with `--us...Vít Ondruch2023-11-081-8/+0
* [rubygems/rubygems] Make the user installation less exceptionalVít Ondruch2023-11-081-12/+11
* [rubygems/rubygems] Update SPDX license list as of 2023-10-05License Update2023-10-271-0/+48
* [rubygems/rubygems] Raise exception on unexpected EOF in marshalSamuel Giddins2023-10-251-0/+7
* [rubygems/rubygems] Avoid regexp match on every call to `Gem::Platform.local`Samuel Giddins2023-10-251-3/+5
* [rubygems/rubygems] Handle empty arrayHiroshi SHIBATA2023-10-241-1/+6
* [rubygems/rubygems] Ignore non-tar format `.gem` files during searchdearblue2023-10-232-2/+10
* [rubygems/rubygems] Refactor to checksums stored via sourceSamuel Giddins2023-10-231-20/+0
* [rubygems/rubygems] Use the server checksum, then calculate from gem on disk ...Mercedes Bernard2023-10-231-0/+20
* [rubygems/rubygems] Gem::NameTuple equality ignores Gem::Platform/string plat...Martin Emde2023-10-211-6/+4
* [rubygems/rubygems] Allow uninstalling multiple versions of same gemKyle Stevens2023-10-181-4/+4
* [rubygems/rubygems] [PathSupport] Simplify logic: If `Gem.default_dir` is wri...Ellen Marie Dash2023-10-161-5/+2
* [rubygems/rubygems] Remove outdated/incorrect comment.Ellen Marie Dash2023-10-161-4/+0
* [rubygems/rubygems] Rephrase "Defaulting to user installation" message.Ellen Marie Dash2023-10-161-1/+1
* [rubygems/rubygems] Avoid excess Arrays when partitioning Gem::Version.canoni...Martin Emde2023-10-111-27/+13
* [lib/rubygems/path_support.rb] Rephrase commentEllen Marie Dash2023-10-111-1/+1
* [rubygems/rubygems] Move "Defaulting to user installation ..." message, so `-...Ellen Marie Dash2023-10-112-3/+10
* [rubygems/rubygems] Update incorrect comments.Ellen Marie Dash2023-10-111-3/+4
* [rubygems/rubygems] Simplify logic for Gem::PathSupport#home, and make GEM_HO...Ellen Marie Dash2023-10-111-16/+19
* [rubygems/rubygems] Call check_that_user_bin_dir_is_in_path ANY time Gem.path...Ellen Marie Dash2023-10-111-0/+7
* [rubygems/rubygems] Split out Gem::PathSupport#default_home_dir to fix "bundl...Ellen Marie Dash2023-10-111-7/+15
* [rubygems/rubygems] Try a different approach for fallback to --user-install.Ellen Marie Dash2023-10-112-16/+14
* [rubygems/rubygems] If GEM_HOME exists + isn't writable, use --user-install.Ellen Marie Dash2023-10-111-1/+16
* [rubygems/rubygems] Reduce allocations when parsing compact indexSamuel Giddins2023-10-081-3/+7
* [rubygems/rubygems] Optimize allocations in Gem::VersionSamuel Giddins2023-10-072-20/+40
* [rubygems/rubygems] Fix invalid links in documentation. - wrap ENV variables ...Josef Šimánek2023-10-033-3/+3
* [rubygems/rubygems] Fix typo: eglible -> eligible.Josef Šimánek2023-10-032-5/+5
* [rubygems/rubygems] Update suggested variable for bindirHiroshi SHIBATA2023-10-031-2/+2
* [rubygems/rubygems] Update SPDX list and warn on deprecated identifiers.Josef Šimánek2023-09-302-38/+79
* [rubygems/rubygems] Remove usage of Dir.chdir that just execute a subprocessSamuel Giddins2023-09-211-3/+1
* [rubygems/rubygems] Freeze more strings in generated gemspecsSamuel Giddins2023-09-211-6/+5
* [rubygems/rubygems] Aggressively optimize allocations in SafeMarshalSamuel Giddins2023-09-213-88/+224
* [rubygems/rubygems] Give up, load Time via Marshal.loadSamuel Giddins2023-09-201-46/+13
* [rubygems/rubygems] All rubies working with different time zonesSamuel Giddins2023-09-202-5/+7
* [rubygems/rubygems] Tests passing on truffleruby 22 in addition to 23Samuel Giddins2023-09-201-5/+18
* [rubygems/rubygems] Bundler error handlingSamuel Giddins2023-09-203-10/+54
* [rubygems/rubygems] Allow bundler to load from the dependency apiSamuel Giddins2023-09-202-1/+8
* [rubygems/rubygems] Verified working on mri/jruby/truffleruby with specs on r...Samuel Giddins2023-09-203-64/+159