aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [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
* [rubygems/rubygems] Delay `fileutils` loading to fix some warningsDavid Rodríguez2020-06-051-5/+4
* [rubygems/rubygems] Make `rake package` log messages to stdout by defaultDavid Rodríguez2020-06-051-0/+1
* [rubygems/rubygems] Remove explicit `psych` activationDavid Rodríguez2020-06-051-7/+0
* [rubygems/rubygems] Remove multiline gem specifications correctlyCarsten Wirth2020-06-051-2/+13
* [rubygems/rubygems] Fix typoDavid Rodríguez2020-06-051-1/+1
* Link to pre-filtered issue listJakob Krigovsky2020-06-051-1/+1
* Update links from rubygems/bundler to rubygems/rubygemsJakob Krigovsky2020-06-054-8/+8
* [rubygems/rubygems] Fix `bundle info` not indicating a gem which has been del...DEVRAJ KUMAR2020-06-051-3/+6
* [rubygems/rubygems] Display test_framework_hint before prompting for user sel...Frank Lam2020-06-051-2/+3
* [rubygems/rubygems] Add user hint specs for bundle gem --testFrank Lam2020-06-051-5/+5
* [rubygems/rubygems] Conditionally display test framework help textFrank Lam2020-06-051-3/+16
* [rubygems/rubygems] Fix bundle gem ignoring global gem.test configFrank Lam2020-06-052-4/+6
* [rubygems/rubygems] Fix parallel installer race conditionDavid Rodríguez2020-06-051-1/+1