summaryrefslogtreecommitdiff
path: root/lib/rubygems
AgeCommit message (Expand)Author
2021-01-04Track RubyGems master(3.3.0.dev) branch at 55634a8af18a52df86c4275d70fa117911...Hiroshi SHIBATA
2020-12-23Merge RubyGems 3.2.3 and Bundler 2.2.3Hiroshi SHIBATA
2020-12-21Fix misspellings [ci skip]Kazuhiro NISHIYAMA
2020-12-18Merge RubyGems 3.2.2 and Bundler 2.2.2Hiroshi SHIBATA
2020-12-15Prepare to release rubygems-3.2.1 and bundler-2.2.1Hiroshi SHIBATA
2020-12-10Use `abort(message)` instead of `puts` and `exit`Kazuhiro NISHIYAMA
2020-12-10Fixed the test failures called WEBrick.new directlyHiroshi SHIBATA
2020-12-10Added help message for gem i webrick in gem server commandHiroshi SHIBATA
2020-12-08Merge prepare version of RubyGems 3.2.0Hiroshi SHIBATA
2020-12-06RubyGems certs - remove AddTrust, add GlobalSign Root R3MSP-Greg
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