aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rubygems
Commit message (Expand)AuthorAgeFilesLines
* Track RubyGems master(3.3.0.dev) branch at 55634a8af18a52df86c4275d70fa117911...Hiroshi SHIBATA2021-01-0416-109/+148
* Merge RubyGems 3.2.3 and Bundler 2.2.3Hiroshi SHIBATA2020-12-2314-74/+171
* Fix misspellings [ci skip]Kazuhiro NISHIYAMA2020-12-211-2/+2
* Merge RubyGems 3.2.2 and Bundler 2.2.2Hiroshi SHIBATA2020-12-186-24/+27
* Prepare to release rubygems-3.2.1 and bundler-2.2.1Hiroshi SHIBATA2020-12-152-1/+2
* Use `abort(message)` instead of `puts` and `exit`Kazuhiro NISHIYAMA2020-12-101-2/+1
* Fixed the test failures called WEBrick.new directlyHiroshi SHIBATA2020-12-101-5/+5
* Added help message for gem i webrick in gem server commandHiroshi SHIBATA2020-12-101-1/+7
* Merge prepare version of RubyGems 3.2.0Hiroshi SHIBATA2020-12-0883-511/+1124
* RubyGems certs - remove AddTrust, add GlobalSign Root R3MSP-Greg2020-12-062-25/+21
* Merge rubygems-3.2.0.rc.2Hiroshi SHIBATA2020-10-153-14/+15
* Add missing fileutils requireDavid Rodríguez2020-10-061-1/+4
* [rubygems/rubygems] Add writable check for cache dirxndcn2020-09-281-2/+3
* [rubygems/rubygems] Avoid duplicated generation of APISpecification objectsYusuke Endoh2020-09-281-5/+16
* [rubygems/rubygems] Eval defaults with frozen_string_literal: trueJean Boussier2020-09-281-0/+2
* [rubygems/rubygems] Remove last remaining line of output from `gem update --s...Ellen Marie Dash2020-09-281-1/+1
* [rubygems/rubygems] Add test for "gem update --system --silent"Ellen Marie Dash2020-09-281-2/+2
* [rubygems/rubygems] Have "gem update --system" pass through the --silent flag.Ellen Marie Dash2020-09-281-0/+1
* [rubygems/rubygems] Added Ruby version for oldest supported version of rubygemsHiroshi SHIBATA2020-09-281-0/+1
* Disallow downgrades to too old versionsDavid Rodríguez2020-09-281-1/+16
* [rubygems/rubygems] Add --dryrun to the deprecated options when showing the h...bronzdoc2020-09-281-1/+1
* [rubygems/rubygems] We don't need shortucts for a deprecated flagbronzdoc2020-09-281-1/+1
* [rubygems/rubygems] Deprecate --dryrunbronzdoc2020-09-281-1/+7
* [rubygems/rubygems] Make --dry-run flag consistent across rubygems commandsbronzdoc2020-09-281-1/+1
* Added `--platform` option to `build` commandNobuyoshi Nakada2020-09-282-0/+9
* Revert "Manually merged from https://github.com/rubygems/rubygems/pull/2636"Hiroshi SHIBATA2020-09-23138-364/+0
* Manually merged from https://github.com/rubygems/rubygems/pull/2636Hiroshi SHIBATA2020-09-23138-0/+364
* Revert changes to rdoc & rubygems regarding Tempfile.open(&block)Benoit Daloze2020-08-291-0/+2
* Simplify Tempfile.open calls with a block as they now unlink the file automat...Benoit Daloze2020-08-291-2/+0
* [rubygems/rubygems] Read path binarilyDavid Rodríguez2020-07-311-1/+1
* [rubygems/rubygems] Don't format executables on `gem update --system`David Rodríguez2020-07-311-1/+1
* [rubygems/rubygems] unset XDG_* environmental variables for testing of rubygems.Hiroshi SHIBATA2020-07-311-0/+3
* [rubygems/rubygems] Revert "Disallow warnings to creep into the test suite"David Rodríguez2020-07-311-14/+0
* [rubygems/rubygems] Remove fileutils autoloadDavid Rodríguez2020-07-312-1/+1
* [rubygems/rubygems] Remove explicit require for autoloaded constantDavid Rodríguez2020-07-312-2/+0
* [rubygems/rubygems] Let more exceptions flowDavid Rodríguez2020-07-311-4/+3
* [rubygems/rubygems] Install plugins to user directoryNobuyoshi Nakada2020-07-311-0/+1
* [rubygems/rubygems] Remove more unnecessary requiresDavid Rodríguez2020-07-315-6/+0
* [rubygems/rubygems] The file is only ever required when openssl is availableDavid Rodríguez2020-07-311-2/+0
* [rubygems/rubygems] Gem::Specification#to_ruby doesn't need `openssl`David Rodríguez2020-07-311-2/+2
* [rubygems/rubygems] Make sure tests at least load without opensslDavid Rodríguez2020-07-311-1/+1
* [rubygems/rubygems] Move openssl require to a separate fileDavid Rodríguez2020-07-312-6/+8
* [rubygems/rubygems] In the rubies we support `Exception#path` is always thereDavid Rodríguez2020-07-311-2/+1
* [rubygems/rubygems] Only require what we are usingDavid Rodríguez2020-07-311-1/+1
* [rubygems/rubygems] Let the original error happenDavid Rodríguez2020-07-311-6/+0
* [rubygems/rubygems] Remove unnecessary stuffDavid Rodríguez2020-07-311-6/+0
* [rubygems/rubygems] Reword warningbronzdoc2020-07-311-1/+1
* [rubygems/rubygems] Warn on duplicate dependency in a specificationbronzdoc2020-07-311-0/+4
* [rubygems/rubygems] Support PATH's using `File::ALT_SEPARATOR` in `Gem::Insta...David Rodríguez2020-07-311-0/+2
* [rubygems/rubygems] Move traling `if` to the same line for readablityDavid Rodríguez2020-07-311-2/+1