summaryrefslogtreecommitdiff
path: root/lib/rubygems
AgeCommit message (Expand)Author
2020-08-29Revert changes to rdoc & rubygems regarding Tempfile.open(&block)Benoit Daloze
2020-08-29Simplify Tempfile.open calls with a block as they now unlink the file automat...Benoit Daloze
2020-07-31[rubygems/rubygems] Read path binarilyDavid Rodríguez
2020-07-31[rubygems/rubygems] Don't format executables on `gem update --system`David Rodríguez
2020-07-31[rubygems/rubygems] unset XDG_* environmental variables for testing of rubygems.Hiroshi SHIBATA
2020-07-31[rubygems/rubygems] Revert "Disallow warnings to creep into the test suite"David Rodríguez
2020-07-31[rubygems/rubygems] Remove fileutils autoloadDavid Rodríguez
2020-07-31[rubygems/rubygems] Remove explicit require for autoloaded constantDavid Rodríguez
2020-07-31[rubygems/rubygems] Let more exceptions flowDavid Rodríguez
2020-07-31[rubygems/rubygems] Install plugins to user directoryNobuyoshi Nakada
2020-07-31[rubygems/rubygems] Remove more unnecessary requiresDavid Rodríguez
2020-07-31[rubygems/rubygems] The file is only ever required when openssl is availableDavid Rodríguez
2020-07-31[rubygems/rubygems] Gem::Specification#to_ruby doesn't need `openssl`David Rodríguez
2020-07-31[rubygems/rubygems] Make sure tests at least load without opensslDavid Rodríguez
2020-07-31[rubygems/rubygems] Move openssl require to a separate fileDavid Rodríguez
2020-07-31[rubygems/rubygems] In the rubies we support `Exception#path` is always thereDavid Rodríguez
2020-07-31[rubygems/rubygems] Only require what we are usingDavid Rodríguez
2020-07-31[rubygems/rubygems] Let the original error happenDavid Rodríguez
2020-07-31[rubygems/rubygems] Remove unnecessary stuffDavid Rodríguez
2020-07-31[rubygems/rubygems] Reword warningbronzdoc
2020-07-31[rubygems/rubygems] Warn on duplicate dependency in a specificationbronzdoc
2020-07-31[rubygems/rubygems] Support PATH's using `File::ALT_SEPARATOR` in `Gem::Insta...David Rodríguez
2020-07-31[rubygems/rubygems] Move traling `if` to the same line for readablityDavid Rodríguez
2020-07-31[rubygems/rubygems] Prefer the standard separator on WindowsDavid Rodríguez
2020-07-31[rubygems/rubygems] fix missing identationColby Swandale
2020-07-31[rubygems/rubygems] Deduplicate the requirement operators in memoryJean Boussier
2020-07-31[rubygems/rubygems] Fix Kernel#warn override to handle backtrace location wit...Jeremy Evans
2020-07-31[rubygems/rubygems] Ignore internal frames in RubyGems' Kernel#warnBenoit Daloze
2020-07-31[rubygems/rubygems] Disallow warnings to creep into the test suiteDavid Rodríguez
2020-07-31[rubygems/rubygems] Fix test warningDavid Rodríguez
2020-07-31[rubygems/rubygems] Don't `super` on main test setupDavid Rodríguez
2020-07-31[rubygems/rubygems] Remove very old compatibility codeDavid Rodríguez
2020-07-31[rubygems/rubygems] Extract some common code into a private methodDavid Rodríguez
2020-07-31[rubygems/rubygems] Remove very old TODO noteDavid Rodríguez
2020-07-31[rubygems/rubygems] Simplify digest name selection and use SHA256Bart de Water
2020-07-31Stop using deprecated OpenSSL::Digest constantsBart de Water
2020-07-31[rubygems/rubygems] remove explicit require(s) for auto-loaded constant(s)Karol Bucek
2020-07-31[rubygems/rubygems] Test files should not be included in spec.filesMarc-Andre Lafortune
2020-07-31Enforce no empty lines around class body in rubygemsDavid Rodríguez
2020-06-17Remove unnecessary explicit `rake` activationDavid Rodríguez
2020-06-17Remove unnecessary stuff from base test caseDavid Rodríguez
2020-06-17Tweaks to play nicer with ruby-core parallelized testsDavid Rodríguez
2020-06-17Make sure to only reset "dummy" $LOADED_FEATURESDavid Rodríguez
2020-06-17Make sure tmp folder exists before calling `Dir.tmpdir`David Rodríguez
2020-06-17Revert "Revert "[rubygems/rubygems] Use a local temporary directory""David Rodríguez
2020-06-17Remove unneeded codeDavid Rodríguez
2020-06-15Exit with non-zero status on disabled gem system update.Josef Šimánek
2020-06-15Add Gem.disable_system_update_message to disable gem update --system if needed.Josef Šimánek
2020-06-15Remove encoding magic commentsDavid Rodríguez
2020-06-15Deprecate `Gem::Util.silent_system`David Rodríguez