aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Use filesystem encoding for file path onlyKazuhiro NISHIYAMA2020-06-221-4/+7
* Fix remove_entry error when path encoding is not compatible UTF-8Kazuhiro NISHIYAMA2020-06-221-1/+5
* [DOC] Mentioned that `Time.parse` method is not validatorNobuyoshi Nakada2020-06-211-0/+5
* Fix `ERROR ArgumentError: invalid byte sequence in UTF-8`Kazuhiro NISHIYAMA2020-06-191-1/+1
* Use filesystem encoding as FileHandler's encodingKazuhiro NISHIYAMA2020-06-191-10/+9
* Do not change local_path encoding in WEBrick::HTTPServlet::DefaultFileHandlerKazuhiro NISHIYAMA2020-06-191-1/+1
* Fix failure on mswin CIKazuhiro NISHIYAMA2020-06-191-1/+10
* Hide error location from error messageKazuhiro NISHIYAMA2020-06-191-1/+1
* [open3] only close streams if a block is passedJean Boussier2020-06-181-4/+6
* lib/webrick/httpservlet/filehandler.rb: always handle a path as UTF-8Yusuke Endoh2020-06-181-6/+1
* [rubygems/rubygems] Disable parallel installation by default on WindowsDavid Rodríguez2020-06-181-1/+8
* [rubygems/rubygems] Remove unused methodDavid Rodríguez2020-06-181-6/+0
* [rubygems/rubygems] Only add .rubocop.yml when --rubocop flag is passedUtkarsh Gupta2020-06-181-1/+0
* Ship default .rubocop.ymlUtkarsh Gupta2020-06-182-0/+8
* [rubygems/rubygems] Only add .rubocop.yml when --rubocop flag is passedUtkarsh Gupta2020-06-181-0/+1
* Rename hidden templatesDavid Rodríguez2020-06-185-4/+4
* Undeprecate the `--no-cache` flagDavid Rodríguez2020-06-181-1/+1
* Removed the old file with https://github.com/rubygems/rubygems/pull/3667Hiroshi SHIBATA2020-06-181-6/+0
* Generalize CI templatesFrank Lam2020-06-183-5/+5
* Use consistent filenaming for Travis templateFrank Lam2020-06-182-1/+7
* Update github workflow templateFrank Lam2020-06-181-3/+3
* Update CI templatesFrank Lam2020-06-182-4/+4
* [rubygems/rubygems] Fix nonexistent constant in CircleCI templateFrank Lam2020-06-181-1/+1
* [rubygems/rubygems] Move already configured --test hint to before test file c...Frank Lam2020-06-181-6/+4
* [rubygems/rubygems] Move already configured --ci hint to before CI file creationFrank Lam2020-06-181-6/+4
* [rubygems/rubygems] Lower verboseness of user-facing text for bundle gemFrank Lam2020-06-181-7/+4
* [rubygems/rubygems] Make test framework/CI configuration for bundle gem consi...Frank Lam2020-06-182-11/+21
* [rubygems/rubygems] Remove extra whitespaceFrank Lam2020-06-181-1/+1
* [rubygems/rubygems] Incorporate naming/grammar suggestions from olleolleolleFrank Lam2020-06-182-5/+5
* [rubygems/rubygems] minor language tweaks, small code refactorAndre Arko2020-06-181-27/+20
* [rubygems/rubygems] update question textColby Swandale2020-06-181-1/+1
* Manually cherry-picked at https://github.com/rubygems/rubygems/commit/80260b3...Hiroshi SHIBATA2020-06-185-2/+89
* [rubygems/rubygems] Fix `only_update_to_newer_versions` regressionDavid Rodríguez2020-06-181-1/+2
* Remove unnecessary explicit `rake` activationDavid Rodríguez2020-06-171-5/+0
* Remove unnecessary stuff from base test caseDavid Rodríguez2020-06-171-20/+0
* Tweaks to play nicer with ruby-core parallelized testsDavid Rodríguez2020-06-171-3/+3
* Make sure to only reset "dummy" $LOADED_FEATURESDavid Rodríguez2020-06-171-4/+1
* Make sure tmp folder exists before calling `Dir.tmpdir`David Rodríguez2020-06-171-3/+6
* Revert "Revert "[rubygems/rubygems] Use a local temporary directory""David Rodríguez2020-06-171-0/+1
* Remove unneeded codeDavid Rodríguez2020-06-171-12/+0
* Fix the ArgumentError message in shellsplitAkinori MUSHA2020-06-161-2/+2
* Improve the document of ShellwordsAkinori MUSHA2020-06-161-13/+22
* Exit with non-zero status on disabled gem system update.Josef Šimánek2020-06-151-1/+1
* Add Gem.disable_system_update_message to disable gem update --system if needed.Josef Šimánek2020-06-152-0/+11
* Remove encoding magic commentsDavid Rodríguez2020-06-155-5/+0
* Deprecate `Gem::Util.silent_system`David Rodríguez2020-06-151-0/+11
* Replace `Gem::Util.silent_system` with better toolsDavid Rodríguez2020-06-151-3/+5
* Remove modelines for consistencyDavid Rodríguez2020-06-151-1/+0
* Remove random codeDavid Rodríguez2020-06-151-3/+0
* Use space inside block braces everywhereDavid Rodríguez2020-06-1565-230/+230