summaryrefslogtreecommitdiff
path: root/lib/rubygems
AgeCommit message (Expand)Author
2023-11-13[rubygems/rubygems] This can be frozen nowDavid Rodríguez
2023-11-13[rubygems/rubygems] Remove now unnecessary dupsDavid Rodríguez
2023-11-13[rubygems/rubygems] Let RuboCop target Ruby 3.0David Rodríguez
2023-11-13[rubygems/rubygems] Drop support for Ruby 2.6 and Ruby 2.7 in RubyGemsDavid Rodríguez
2023-11-08[rubygems/rubygems] Hack to get `Gem::Specification#extensions_dir` documentedDavid Rodríguez
2023-11-08[rubygems/rubygems] Remove unnecessary rescueDavid Rodríguez
2023-11-08[rubygems/rubygems] Allow `--install-dir` to be specified together with `--us...Vít Ondruch
2023-11-08[rubygems/rubygems] Make the user installation less exceptionalVít Ondruch
2023-10-27[rubygems/rubygems] Update SPDX license list as of 2023-10-05License Update
2023-10-25[rubygems/rubygems] Raise exception on unexpected EOF in marshalSamuel Giddins
2023-10-25[rubygems/rubygems] Avoid regexp match on every call to `Gem::Platform.local`Samuel Giddins
2023-10-24[rubygems/rubygems] Handle empty arrayHiroshi SHIBATA
2023-10-23[rubygems/rubygems] Ignore non-tar format `.gem` files during searchdearblue
2023-10-23[rubygems/rubygems] Refactor to checksums stored via sourceSamuel Giddins
2023-10-23[rubygems/rubygems] Use the server checksum, then calculate from gem on disk ...Mercedes Bernard
2023-10-21[rubygems/rubygems] Gem::NameTuple equality ignores Gem::Platform/string plat...Martin Emde
2023-10-18[rubygems/rubygems] Allow uninstalling multiple versions of same gemKyle Stevens
2023-10-16[rubygems/rubygems] [PathSupport] Simplify logic: If `Gem.default_dir` is wri...Ellen Marie Dash
2023-10-16[rubygems/rubygems] Remove outdated/incorrect comment.Ellen Marie Dash
2023-10-16[rubygems/rubygems] Rephrase "Defaulting to user installation" message.Ellen Marie Dash
2023-10-11[rubygems/rubygems] Avoid excess Arrays when partitioning Gem::Version.canoni...Martin Emde
2023-10-11[lib/rubygems/path_support.rb] Rephrase commentEllen Marie Dash
2023-10-11[rubygems/rubygems] Move "Defaulting to user installation ..." message, so `-...Ellen Marie Dash
2023-10-11[rubygems/rubygems] Update incorrect comments.Ellen Marie Dash
2023-10-11[rubygems/rubygems] Simplify logic for Gem::PathSupport#home, and make GEM_HO...Ellen Marie Dash
2023-10-11[rubygems/rubygems] Call check_that_user_bin_dir_is_in_path ANY time Gem.path...Ellen Marie Dash
2023-10-11[rubygems/rubygems] Split out Gem::PathSupport#default_home_dir to fix "bundl...Ellen Marie Dash
2023-10-11[rubygems/rubygems] Try a different approach for fallback to --user-install.Ellen Marie Dash
2023-10-11[rubygems/rubygems] If GEM_HOME exists + isn't writable, use --user-install.Ellen Marie Dash
2023-10-08[rubygems/rubygems] Reduce allocations when parsing compact indexSamuel Giddins
2023-10-07[rubygems/rubygems] Optimize allocations in Gem::VersionSamuel Giddins
2023-10-03[rubygems/rubygems] Fix invalid links in documentation. - wrap ENV variables ...Josef Šimánek
2023-10-03[rubygems/rubygems] Fix typo: eglible -> eligible.Josef Šimánek
2023-10-03[rubygems/rubygems] Update suggested variable for bindirHiroshi SHIBATA
2023-09-30[rubygems/rubygems] Update SPDX list and warn on deprecated identifiers.Josef Šimánek
2023-09-21[rubygems/rubygems] Remove usage of Dir.chdir that just execute a subprocessSamuel Giddins
2023-09-21[rubygems/rubygems] Freeze more strings in generated gemspecsSamuel Giddins
2023-09-21[rubygems/rubygems] Aggressively optimize allocations in SafeMarshalSamuel Giddins
2023-09-20[rubygems/rubygems] Give up, load Time via Marshal.loadSamuel Giddins
2023-09-20[rubygems/rubygems] All rubies working with different time zonesSamuel Giddins
2023-09-20[rubygems/rubygems] Tests passing on truffleruby 22 in addition to 23Samuel Giddins
2023-09-20[rubygems/rubygems] Bundler error handlingSamuel Giddins
2023-09-20[rubygems/rubygems] Allow bundler to load from the dependency apiSamuel Giddins
2023-09-20[rubygems/rubygems] Verified working on mri/jruby/truffleruby with specs on r...Samuel Giddins
2023-09-20[rubygems/rubygems] Broader version compatibility in marshal testsSamuel Giddins
2023-09-20[rubygems/rubygems] Fix UTC time loadingSamuel Giddins
2023-09-20[rubygems/rubygems] Add a Marshal.load replacement that walks an AST to safel...Samuel Giddins
2023-09-19[rubygems/rubygems] Reduce allocations for stub specificationsSamuel Giddins
2023-09-15[rubygems/rubygems] Stop allocating the same settings keys repeatedlySamuel Giddins
2023-09-11[rubygems/rubygems] Fixed include realpath in error statementnegi0109