summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2020-06-29Avoid deprecated OpenSSL::Digest constantsBart de Water
2020-06-25Add require to Delegator examplesRichard Schneeman
2020-06-25Removed nonsense `rubygems_version` in input gemspec filesNobuyoshi Nakada
2020-06-22Fix Encoding::CompatibilityError in `FileUtils::Entry_#join`Kazuhiro NISHIYAMA
2020-06-22Revert d231b8f95b35d8a344cec4f62d7bbdf360a70e1c and add debug printKazuhiro NISHIYAMA
2020-06-22Use filesystem encoding for file path onlyKazuhiro NISHIYAMA
2020-06-22Fix remove_entry error when path encoding is not compatible UTF-8Kazuhiro NISHIYAMA
2020-06-21[DOC] Mentioned that `Time.parse` method is not validatorNobuyoshi Nakada
2020-06-19Fix `ERROR ArgumentError: invalid byte sequence in UTF-8`Kazuhiro NISHIYAMA
2020-06-19Use filesystem encoding as FileHandler's encodingKazuhiro NISHIYAMA
2020-06-19Do not change local_path encoding in WEBrick::HTTPServlet::DefaultFileHandlerKazuhiro NISHIYAMA
2020-06-19Fix failure on mswin CIKazuhiro NISHIYAMA
2020-06-19Hide error location from error messageKazuhiro NISHIYAMA
2020-06-18[open3] only close streams if a block is passedJean Boussier
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