summaryrefslogtreecommitdiff
path: root/lib/rubygems
AgeCommit message (Expand)Author
2024-09-04[rubygems/rubygems] Removed unused stringioHiroshi SHIBATA
2024-09-03[rubygems/rubygems] standardize pretty-print output for Gem::Source and subcl...Durable Programming Team
2024-09-03Change automatiek to properly vendor securerandomDavid Rodríguez
2024-09-03Fix `gem exec rails new foo` failing on Ruby 3.2David Rodríguez
2024-09-03Let automatiek convert requires that are indented to require_relative as wellDavid Rodríguez
2024-09-01Skip RDoc related feature if Gem::RDoc is not availableHiroshi SHIBATA
2024-08-31[rubygems/rubygems] fix `@license` typo preventing licenses from being correc...Durable Programming Team
2024-08-21[rubygems/rubygems] Fix `gem uninstall <name>:<version>` failing on shadowed ...David Rodríguez
2024-07-30[rubygems/rubygems] Fix `gem list` regression when a regular gem shadows a de...David Rodríguez
2024-07-30[rubygems/rubygems] Always leave default gem executables aroundDavid Rodríguez
2024-07-24[rubygems/rubygems] Remove `to_yaml_properties`David Rodríguez
2024-07-23[rubygems/rubygems] Explicitly encode Gem::Dependency to yamlSamuel Giddins
2024-07-19[rubygems/rubygems] Fix line comment issue for mapalpha0x00
2024-07-18[rubygems/rubygems] Fix gemspec `require_paths` type validationDavid Rodríguez
2024-07-18[rubygems/rubygems] Use `caller_locations` instead of splitting `caller`Nobuyoshi Nakada
2024-07-11[rubygems/rubygems] fix s3 source configuration issueDmitriy Ivliev
2024-07-08[rubygems/rubygems] Fix another race conditionDavid Rodríguez
2024-07-08[rubygems/rubygems] Properly protect writing binstubs with a file lockDavid Rodríguez
2024-07-08[rubygems/rubygems] Remove unnecessary FileUtils usageDavid Rodríguez
2024-07-05[rubygems/rubygems] Restrict generic `arm` to only match 32-bit armなつき
2024-07-02[rubygems/rubygems] Feature add_dependency more prominentlyJerome Dalbert
2024-06-28[rubygems/rubygems] Protect binstub access during creation with a flockDavid Rodríguez
2024-06-25[rubygems/rubygems] Add Specification#validate_for_resolutionThomas Marshall
2024-06-21[rubygems/rubygems] Update contents of gem.bat on Windowsccmywish
2024-06-20[rubygems/rubygems] Make "bundler? update --bundler" behave identicallyYuri Kanivetsky
2024-06-18[rubygems/rubygems] Delete extra spaces left after rubocop autofixAlexey Schepin
2024-06-18[rubygems/rubygems] Disable `install_extension_in_lib` when cross-compilingYuta Saito
2024-06-18[rubygems/rubygems] Add `--target-rbconfig` option to `gem install` and `gem ...Yuta Saito
2024-06-14[rubygems/rubygems] Never remove executables that may belong to a default gemDavid Rodríguez
2024-06-13[rubygems/rubygems] Also disambiguate gems not in the first Gem.path positionDavid Rodríguez
2024-06-13[rubygems/rubygems] Fix default gem priority when sorting specsDavid Rodríguez
2024-06-06[rubygems/rubygems] Move Bundler settings specific logic to BundlerDavid Rodríguez
2024-06-01Sychronize with rubygems/rubygems repoDavid Rodríguez
2024-05-31[rubygems/rubygems] Fix `gem uninstall` warning when two versions of psych in...David Rodriguez
2024-05-31[rubygems/rubygems] Make stub sorting stableDavid Rodríguez
2024-05-30Revert "[rubygems/rubygems] Fix `gem pristine` sometimes failing to pristine ...Hiroshi SHIBATA
2024-05-29[rubygems/rubygems] Fix `gem pristine` sometimes failing to pristine user ins...David Rodriguez
2024-05-27[rubygems/rubygems] Update SPDX license list as of 2024-05-22License Update
2024-05-16[rubygems/rubygems] Fix binstubs sometimes not getting regenerated when `--de...David Rodriguez
2024-05-16[rubygems/rubygems] Refactor `Gem::Specification#find_all_by_name`David Rodriguez
2024-05-16[rubygems/rubygems] Fix `gem uninstall --user-install` for symlinked HOME'sDavid Rodriguez
2024-05-16[rubygems/rubygems] Fix error message calling method removed a long time agoDavid Rodriguez
2024-05-14[rubygems/rubygems] Fix issue when cleaning up plugin stubsDavid Rodriguez
2024-05-14[rubygems/rubygems] Extract a `Gem::SpecificationRecord` classDavid Rodriguez
2024-05-14[rubygems/rubygems] Fix typo in attribute documentationDavid Rodriguez
2024-05-14[rubygems/rubygems] Add missing docsDavid Rodriguez
2024-05-14[rubygems/rubygems] Simplify documentationDavid Rodriguez
2024-05-14[rubygems/rubygems] Remove redundant receiversDavid Rodriguez
2024-05-13[rubygems/rubygems] Use a constant empty tar header to avoid extra allocationsSamuel Giddins
2024-05-13[rubygems/rubygems] Use spec.base_dir to remove pluginsVít Ondruch