aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [rubygems/rubygems] Only run optional validations in packaging contextsDavid Rodríguez2020-06-051-1/+1
* [rubygems/rubygems] Split validations into required and optionalDavid Rodríguez2020-06-051-13/+47
* [rubygems/rubygems] Mention that some validations only warnDavid Rodríguez2020-06-051-0/+3
* [rubygems/rubygems] Reword `validate` method headerDavid Rodríguez2020-06-051-2/+1
* [rubygems/rubygems] Reuse `error` helperDavid Rodríguez2020-06-051-2/+1
* [rubygems/rubygems] Move docs to a better placeDavid Rodríguez2020-06-052-7/+3
* [rubygems/rubygems] Deprecate some methods that are only there for compatibilityDavid Rodríguez2020-06-051-0/+3
* Enable rubocop-performance StartWith copOlle Jonsson2020-06-055-9/+7
* [rubygems/rubygems] Respect files loaded from default gems before rubygemsDavid Rodríguez2020-06-052-0/+15
* [rubygems/rubygems] Remove direct reference to PRDavid Rodríguez2020-06-051-1/+0
* [rubygems/rubygems] Fix `$LOADED_FEATURES` cache sometimes not respectedDavid Rodríguez2020-06-051-29/+24
* [rubygems/rubygems] Extract a local outside the loopDavid Rodríguez2020-06-051-1/+2
* [rubygems/rubygems] Refactor `Gem.load_path_insert_index`David Rodríguez2020-06-052-14/+4
* [rubygems/rubygems] Fix performance regression in `require`David Rodríguez2020-06-053-1/+12
* Fix `ruby setup.rb` warningsDavid Rodríguez2020-06-056-12/+12
* [rubygems/rubygems] Require ext only in validate_extension, mention gemspec i...Josef Šimánek2020-06-051-2/+2
* [rubygems/rubygems] Add build warning when rake based extension is present, b...Josef Šimánek2020-06-052-0/+16
* [rubygems/rubygems] Prefer start_with? and end_with? over regex.Olle Jonsson2020-06-054-5/+7
* [rubygems/rubygems] Fix template cleanup as wellDavid Rodríguez2020-06-051-1/+1
* [rubygems/rubygems] Fix installing template files with dotsDavid Rodríguez2020-06-051-1/+1
* [rubygems/rubygems] Remove unnecessary parenthesisDavid Rodríguez2020-06-051-2/+2
* [rubygems/rubygems] Make sure rubygems/package can be directly required reliablybronzdoc2020-06-051-0/+1