summaryrefslogtreecommitdiff
path: root/lib/rubygems
AgeCommit message (Expand)Author
2024-10-09[rubygems/rubygems] Allow `gem pristine` to reset default gems tooDavid Rodríguez
2024-10-09[rubygems/rubygems] Fix `Gem::Specification#gem_dir` losing custom source for...David Rodríguez
2024-10-09[rubygems/rubygems] Fix plugin command loadingDavid Rodríguez
2024-10-04[rubygems/rubygems] Update required_ruby_version to 3.1Samuel Giddins
2024-10-02[rubygems/rubygems] Fix error in one source when fetching dependency APIs cle...David Rodríguez
2024-10-02[rubygems/rubygems] Make sure MissingSpecVersionError#to_s prints exception m...David Rodríguez
2024-10-02[rubygems/rubygems] Simplify command loadingDavid Rodríguez
2024-09-30[rubygems/rubygems] `gem cleanup` no longer needs to reset pathsDavid Rodríguez
2024-09-30[rubygems/rubygems] Don't add duplicated specs to unresolved specsDavid Rodríguez
2024-09-30[rubygems/rubygems] Don't list duplicated version in `Gem::Specification.rese...David Rodríguez
2024-09-28[rubygems/rubygems] Remove code that makes suggest_gems_from_name give worse ...Ellen Marie Dash
2024-09-27[rubygems/rubygems] Warning about PATH in `--user-install` mode is only neces...David Rodríguez
2024-09-24[rubygems/rubygems] Restore `gem_dir` as an instance variable accessorDavid Rodríguez
2024-09-24[rubygems/rubygems] Remove TODO I can't make much sense ofDavid Rodríguez
2024-09-20[rubygems/rubygems] Unconditionally set installed_by_versionSamuel Giddins
2024-09-18[rubygems/rubygems] Add a note about when hack can be removedDavid Rodríguez
2024-09-18[rubygems/rubygems] Fix TODODavid Rodríguez
2024-09-18[rubygems/rubygems] Stop fighting with ourselvesDavid Rodríguez
2024-09-17[rubygems/rubygems] Fix spelling, it's "cannot" rather than "can not"David Rodríguez
2024-09-16[rubygems/rubygems] Remove temporary `.lock` files left around by gem installerDavid Rodríguez
2024-09-11[rubygems/rubygems] Fix `bundle exec rake install` failing when local gem has...David Rodríguez
2024-09-09[rubygems/rubygems] Avoid now unnecessary resetDavid Rodríguez
2024-09-09[rubygems/rubygems] Make `gem exec` use the standard GEM_HOMEDavid Rodríguez
2024-09-09[rubygems/rubygems] Fix `gem fetch` always exiting with zero status codeDavid Rodríguez
2024-09-06[rubygems/rubygems] Remove unnecessary "./" when appending string to uriDavid Rodríguez
2024-09-06[rubygems/rubygems] Fix `gem install does-not-exist` being super slowDavid Rodríguez
2024-09-06[rubygems/rubygems] Deprecate constant that has been unused for a long timeDavid Rodríguez
2024-09-06[rubygems/rubygems] Remove incorrect documentationDavid Rodríguez
2024-09-06[rubygems/rubygems] Remove unreachable codeDavid Rodríguez
2024-09-06[rubygems/rubygems] Ensure that the lock file will be removedNobuyoshi Nakada
2024-09-06[rubygems/rubygems] Remove the lock file for binstubsNobuyoshi Nakada
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