summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [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
* Fix ruby-head failing testsDavid Rodríguez2020-06-151-0/+1
* Revert "Revert "[rubygems/rubygems] Remove unneeded global teardown""David Rodríguez2020-06-151-5/+4
* Use filesystem encoding in do_GET of filehandlerKazuhiro NISHIYAMA2020-06-151-0/+5
* Revert "[ruby/fileutils] Make verbose output go to stdout instead of stderr"Nobuyoshi Nakada2020-06-121-1/+1
* [ruby/fileutils] Fix #install with "X" mode optionNobuyoshi Nakada2020-06-121-6/+3
* [ruby/fileutils] Make verbose output go to stdout instead of stderrJeremy Evans2020-06-121-1/+1
* Make mutating the result of SortedSet#to_a not affect the setJeremy Evans2020-06-111-1/+1
* Revert encoding to `::Encoding::UTF_8` if `fu_windows?`Kazuhiro NISHIYAMA2020-06-111-1/+1
* Fix error in `remove_entry`Kazuhiro NISHIYAMA2020-06-111-1/+1
* [ruby/logger] Mention `File::Null` in Logger#new documentMasataka Pocke Kuwabara2020-06-111-1/+2
* [ruby/logger] Mention behavior when logdev is a nil in the documentMasataka Pocke Kuwabara2020-06-111-2/+2
* [ruby/logger] Let Logger#reopen not raise on nil log devicesLourens Naudé2020-06-111-1/+1
* [ruby/logger] Let File::NULL ("/dev/null", "NUL" etc.) be considered a nil lo...Lourens Naudé2020-06-111-1/+1
* [ruby/matrix] Drop to Ruby 2.4 and 2.5Hiroshi SHIBATA2020-06-111-0/+1
* [ruby/webrick] Fix httpd error in CJK directoryKazuhiro NISHIYAMA2020-06-111-1/+1
* [ruby/webrick] Extract creation of Net::HTTP in httpproxyJohn W Higgins2020-06-111-1/+5
* Drop to Ruby 2.4Hiroshi SHIBATA2020-06-111-0/+1
* [ruby/net-imap] Drop to Ruby 2.4Hiroshi SHIBATA2020-06-111-1/+1
* [ruby/delegate] Fixed superclass missmatchHiroshi SHIBATA2020-06-111-1/+1
* the default gems couldn't use ruby2_keywords gem.Hiroshi SHIBATA2020-06-091-2/+1
* Added ruby2_keywords for Ruby 2.6 and 2.5Hiroshi SHIBATA2020-06-091-0/+2
* [ruby/singleton] Remove unnecessaray spacetaki2020-06-091-1/+1
* Remove experimental feaures and related code completelyYuki Nishijima2020-06-062-85/+0
* Sync did_you_meanYuki Nishijima2020-06-065-116/+119
* Update docs in net/http.rbKir Shatrov2020-06-051-1/+1
* [rubygems/rubygems] Use LoadError#path to figure out the argument passed to '...Yuki Nishijima2020-06-051-1/+1