summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2020-06-18lib/webrick/httpservlet/filehandler.rb: always handle a path as UTF-8Yusuke Endoh
2020-06-18[rubygems/rubygems] Disable parallel installation by default on WindowsDavid Rodríguez
2020-06-18[rubygems/rubygems] Remove unused methodDavid Rodríguez
2020-06-18[rubygems/rubygems] Only add .rubocop.yml when --rubocop flag is passedUtkarsh Gupta
2020-06-18Ship default .rubocop.ymlUtkarsh Gupta
2020-06-18[rubygems/rubygems] Only add .rubocop.yml when --rubocop flag is passedUtkarsh Gupta
2020-06-18Rename hidden templatesDavid Rodríguez
2020-06-18Undeprecate the `--no-cache` flagDavid Rodríguez
2020-06-18Removed the old file with https://github.com/rubygems/rubygems/pull/3667Hiroshi SHIBATA
2020-06-18Generalize CI templatesFrank Lam
2020-06-18Use consistent filenaming for Travis templateFrank Lam
2020-06-18Update github workflow templateFrank Lam
2020-06-18Update CI templatesFrank Lam
2020-06-18[rubygems/rubygems] Fix nonexistent constant in CircleCI templateFrank Lam
2020-06-18[rubygems/rubygems] Move already configured --test hint to before test file c...Frank Lam
2020-06-18[rubygems/rubygems] Move already configured --ci hint to before CI file creationFrank Lam
2020-06-18[rubygems/rubygems] Lower verboseness of user-facing text for bundle gemFrank Lam
2020-06-18[rubygems/rubygems] Make test framework/CI configuration for bundle gem consi...Frank Lam
2020-06-18[rubygems/rubygems] Remove extra whitespaceFrank Lam
2020-06-18[rubygems/rubygems] Incorporate naming/grammar suggestions from olleolleolleFrank Lam
2020-06-18[rubygems/rubygems] minor language tweaks, small code refactorAndre Arko
2020-06-18[rubygems/rubygems] update question textColby Swandale
2020-06-18Manually cherry-picked at https://github.com/rubygems/rubygems/commit/80260b3...Hiroshi SHIBATA
2020-06-18[rubygems/rubygems] Fix `only_update_to_newer_versions` regressionDavid 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-16Fix the ArgumentError message in shellsplitAkinori MUSHA
2020-06-16Improve the document of ShellwordsAkinori MUSHA
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
2020-06-15Replace `Gem::Util.silent_system` with better toolsDavid Rodríguez
2020-06-15Remove modelines for consistencyDavid Rodríguez
2020-06-15Remove random codeDavid Rodríguez
2020-06-15Use space inside block braces everywhereDavid Rodríguez
2020-06-15Fix ruby-head failing testsDavid Rodríguez
2020-06-15Revert "Revert "[rubygems/rubygems] Remove unneeded global teardown""David Rodríguez
2020-06-15Use filesystem encoding in do_GET of filehandlerKazuhiro NISHIYAMA
2020-06-12Revert "[ruby/fileutils] Make verbose output go to stdout instead of stderr"Nobuyoshi Nakada
2020-06-12[ruby/fileutils] Fix #install with "X" mode optionNobuyoshi Nakada
2020-06-12[ruby/fileutils] Make verbose output go to stdout instead of stderrJeremy Evans
2020-06-11Make mutating the result of SortedSet#to_a not affect the setJeremy Evans
2020-06-11Revert encoding to `::Encoding::UTF_8` if `fu_windows?`Kazuhiro NISHIYAMA
2020-06-11Fix error in `remove_entry`Kazuhiro NISHIYAMA