summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2020-06-11[ruby/logger] Mention `File::Null` in Logger#new documentMasataka Pocke Kuwabara
2020-06-11[ruby/logger] Mention behavior when logdev is a nil in the documentMasataka Pocke Kuwabara
2020-06-11[ruby/logger] Let Logger#reopen not raise on nil log devicesLourens Naudé
2020-06-11[ruby/logger] Let File::NULL ("/dev/null", "NUL" etc.) be considered a nil lo...Lourens Naudé
2020-06-11[ruby/matrix] Drop to Ruby 2.4 and 2.5Hiroshi SHIBATA
2020-06-11[ruby/webrick] Fix httpd error in CJK directoryKazuhiro NISHIYAMA
2020-06-11[ruby/webrick] Extract creation of Net::HTTP in httpproxyJohn W Higgins
2020-06-11Drop to Ruby 2.4Hiroshi SHIBATA
2020-06-11[ruby/net-imap] Drop to Ruby 2.4Hiroshi SHIBATA
2020-06-11[ruby/delegate] Fixed superclass missmatchHiroshi SHIBATA
2020-06-09the default gems couldn't use ruby2_keywords gem.Hiroshi SHIBATA
2020-06-09Added ruby2_keywords for Ruby 2.6 and 2.5Hiroshi SHIBATA
2020-06-09[ruby/singleton] Remove unnecessaray spacetaki
2020-06-06Remove experimental feaures and related code completelyYuki Nishijima
2020-06-06Sync did_you_meanYuki Nishijima
2020-06-05Update docs in net/http.rbKir Shatrov
2020-06-05[rubygems/rubygems] Use LoadError#path to figure out the argument passed to '...Yuki Nishijima
2020-06-05[rubygems/rubygems] Only run optional validations in packaging contextsDavid Rodríguez
2020-06-05[rubygems/rubygems] Split validations into required and optionalDavid Rodríguez
2020-06-05[rubygems/rubygems] Mention that some validations only warnDavid Rodríguez
2020-06-05[rubygems/rubygems] Reword `validate` method headerDavid Rodríguez
2020-06-05[rubygems/rubygems] Reuse `error` helperDavid Rodríguez
2020-06-05[rubygems/rubygems] Move docs to a better placeDavid Rodríguez
2020-06-05[rubygems/rubygems] Deprecate some methods that are only there for compatibilityDavid Rodríguez
2020-06-05Enable rubocop-performance StartWith copOlle Jonsson
2020-06-05[rubygems/rubygems] Respect files loaded from default gems before rubygemsDavid Rodríguez
2020-06-05[rubygems/rubygems] Remove direct reference to PRDavid Rodríguez
2020-06-05[rubygems/rubygems] Fix `$LOADED_FEATURES` cache sometimes not respectedDavid Rodríguez
2020-06-05[rubygems/rubygems] Extract a local outside the loopDavid Rodríguez
2020-06-05[rubygems/rubygems] Refactor `Gem.load_path_insert_index`David Rodríguez
2020-06-05[rubygems/rubygems] Fix performance regression in `require`David Rodríguez
2020-06-05Fix `ruby setup.rb` warningsDavid Rodríguez
2020-06-05[rubygems/rubygems] Require ext only in validate_extension, mention gemspec i...Josef Šimánek
2020-06-05[rubygems/rubygems] Add build warning when rake based extension is present, b...Josef Šimánek
2020-06-05[rubygems/rubygems] Prefer start_with? and end_with? over regex.Olle Jonsson
2020-06-05[rubygems/rubygems] Fix template cleanup as wellDavid Rodríguez
2020-06-05[rubygems/rubygems] Fix installing template files with dotsDavid Rodríguez
2020-06-05[rubygems/rubygems] Remove unnecessary parenthesisDavid Rodríguez
2020-06-05[rubygems/rubygems] Make sure rubygems/package can be directly required reliablybronzdoc
2020-06-05[rubygems/rubygems] Delay `fileutils` loading to fix some warningsDavid Rodríguez
2020-06-05[rubygems/rubygems] Make `rake package` log messages to stdout by defaultDavid Rodríguez
2020-06-05[rubygems/rubygems] Remove explicit `psych` activationDavid Rodríguez
2020-06-05[rubygems/rubygems] Remove multiline gem specifications correctlyCarsten Wirth
2020-06-05[rubygems/rubygems] Fix typoDavid Rodríguez
2020-06-05Link to pre-filtered issue listJakob Krigovsky
2020-06-05Update links from rubygems/bundler to rubygems/rubygemsJakob Krigovsky
2020-06-05[rubygems/rubygems] Fix `bundle info` not indicating a gem which has been del...DEVRAJ KUMAR
2020-06-05[rubygems/rubygems] Display test_framework_hint before prompting for user sel...Frank Lam
2020-06-05[rubygems/rubygems] Add user hint specs for bundle gem --testFrank Lam
2020-06-05[rubygems/rubygems] Conditionally display test framework help textFrank Lam