summaryrefslogtreecommitdiff
path: root/lib/rubygems
AgeCommit message (Expand)Author
2025-11-10[ruby/rubygems] [DOC] Fix the location of Gem::Deprecate documentNobuyoshi Nakada
2025-11-04Revert "[ruby/rubygems] Fix constants in TAR to be frozen"Hiroshi SHIBATA
2025-11-04[ruby/rubygems] Fix constants in TAR to be frozenAaron Patterson
2025-11-04[ruby/rubygems] Remove open-ended and prerelease dependency warnings when bui...Jeremy Evans
2025-10-28[ruby/rubygems] Introduce default_spec_dir when it's not providedHiroshi SHIBATA
2025-10-28[ruby/rubygems] Removed default bundler spec from specification directoryHiroshi SHIBATA
2025-10-28[ruby/rubygems] Completely removed install_as_default featureHiroshi SHIBATA
2025-10-28[ruby/rubygems] Deprecate --default optionHiroshi SHIBATA
2025-10-23[ruby/rubygems] Bump up vendored uri to 1.0.4Hiroshi SHIBATA
2025-10-20[ruby/rubygems] Now ruby/rubygems is the canonical repository urlHiroshi SHIBATA
2025-10-17[rubygems/rubygems] :Revamp CmakeBuilder to fix the issues described in #8572...Charlie Savage
2025-10-16[rubygems/rubygems] Restrict what schemes are acceptable in the remote fetcherAaron Patterson
2025-10-15[rubygems/rubygems] remove some memoizationAaron Patterson
2025-10-14[rubygems/rubygems] Fix typoÉtienne Barrié
2025-09-19[rubygems/rubygems] Pull `Gem.win_platform?` out of a hot pathAaron Patterson
2025-09-17[rubygems/rubygems] Stop trying to remove every file on extractionAaron Patterson
2025-09-16[rubygems/rubygems] Use `IO.copy_stream` with IO object directlyAaron Patterson
2025-09-16[rubygems/rubygems] Pass the file size to IO.copy_streamAaron Patterson
2025-09-16[rubygems/rubygems] Use File#chmod rather than FileUtils.chmodAaron Patterson
2025-09-11[rubygems/rubygems] Added document for Gem::UninstallerHiroshi SHIBATA
2025-09-08Align the conditions for did_you_meanNobuyoshi Nakada
2025-09-05[rubygems/rubygems] Add gem sources --prepend and --append for finer source c...Martin Emde
2025-09-05[rubygems/rubygems] Fix "did you mean" suggestions for unknown commandsDavid Rodríguez
2025-09-03[rubygems/rubygems] Warn when trying to remove a default source that's the on...David Rodríguez
2025-09-03[rubygems/rubygems] Improve error output when removing a source through `gem ...David Rodríguez
2025-09-03[rubygems/rubygems] Change code examples to not use the default sourceDavid Rodríguez
2025-09-03[rubygems/rubygems] Fix trailing slashes not considered when removing sourcesDavid Rodríguez
2025-09-03[rubygems/rubygems] Let `gem sources` be more clear about which sources it's ...David Rodríguez
2025-09-03[rubygems/rubygems] Improve source list management testingDavid Rodríguez
2025-08-18[rubygems/rubygems] Use spaces around optional parameter valuesDavid Rodríguez
2025-08-18[rubygems/rubygems] Don't worry about missing Makefile.Samuel Williams
2025-08-18[rubygems/rubygems] Removed to workaround for Bundler 2.2.Hiroshi SHIBATA
2025-08-06[rubygems/rubygems] implement fallbackpjsk
2025-08-06[rubygems/rubygems] make things a bit more testablepjsk
2025-08-06[rubygems/rubygems] Use IMDSv2 for S3 instance credentialsFrank Olbricht
2025-08-06[rubygems/rubygems] Allow to use Gem::Deprecate#rubygems_deprecate and rubyge...Hiroshi SHIBATA
2025-08-06[rubygems/rubygems] Deprecate Gem::Specification#datadir and will remove it a...Hiroshi SHIBATA
2025-08-06[rubygems/rubygems] Added ability for changing deprecated version from only n...Hiroshi SHIBATA
2025-08-06[rubygems/rubygems] Removed compatibility.rb that file is for Ruby 1.9.Hiroshi SHIBATA
2025-07-17[rubygems/rubygems] Restore treating "--" as an unknown platformDavid Rodríguez
2025-07-14[rubygems/rubygems] Fix more warnings when running old Bundler with latest Ru...David Rodríguez
2025-07-14[rubygems/rubygems] Avoid more warnings when using RubyGems with old BundlerDavid Rodríguez
2025-07-14[rubygems/rubygems] Move loading Bundler without platform warnings to a methodDavid Rodríguez
2025-07-14[rubygems/rubygems] No need to detect ancient binstubs eitherDavid Rodríguez
2025-07-14[rubygems/rubygems] Improve some heredoc indentationsDavid Rodríguez
2025-07-14[rubygems/rubygems] Stop generating binstubs with support for RubyGems before...David Rodríguez
2025-07-10[rubygems/rubygems] Update vendored resolv to 0.6.2Hiroshi SHIBATA
2025-07-09[rubygems/rubygems] Let s3_uri_signer accept the HTTP methodPeteris Rudzusiks
2025-07-09[rubygems/rubygems] Correctly sign S3 HEAD requestsPeteris Rudzusiks
2025-07-09[rubygems/rubygems] Fix date format in S3 URI signerPeteris Rudzusiks