summaryrefslogtreecommitdiff
path: root/lib/rubygems
AgeCommit message (Expand)Author
2020-10-15Merge rubygems-3.2.0.rc.2Hiroshi SHIBATA
2020-10-06Add missing fileutils requireDavid Rodríguez
2020-09-28[rubygems/rubygems] Add writable check for cache dirxndcn
2020-09-28[rubygems/rubygems] Avoid duplicated generation of APISpecification objectsYusuke Endoh
2020-09-28[rubygems/rubygems] Eval defaults with frozen_string_literal: trueJean Boussier
2020-09-28[rubygems/rubygems] Remove last remaining line of output from `gem update --s...Ellen Marie Dash
2020-09-28[rubygems/rubygems] Add test for "gem update --system --silent"Ellen Marie Dash
2020-09-28[rubygems/rubygems] Have "gem update --system" pass through the --silent flag.Ellen Marie Dash
2020-09-28[rubygems/rubygems] Added Ruby version for oldest supported version of rubygemsHiroshi SHIBATA
2020-09-28Disallow downgrades to too old versionsDavid Rodríguez
2020-09-28[rubygems/rubygems] Add --dryrun to the deprecated options when showing the h...bronzdoc
2020-09-28[rubygems/rubygems] We don't need shortucts for a deprecated flagbronzdoc
2020-09-28[rubygems/rubygems] Deprecate --dryrunbronzdoc
2020-09-28[rubygems/rubygems] Make --dry-run flag consistent across rubygems commandsbronzdoc
2020-09-28Added `--platform` option to `build` commandNobuyoshi Nakada
2020-09-23Revert "Manually merged from https://github.com/rubygems/rubygems/pull/2636"Hiroshi SHIBATA
2020-09-23Manually merged from https://github.com/rubygems/rubygems/pull/2636Hiroshi SHIBATA
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