summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [ruby/uri] Use Regexp#match? to avoid extra allocationsSteven Harman2021-04-221-1/+1
* [ruby/uri] remove comment about URI::escape as it is removedFelix Wong2021-04-221-1/+0
* [ruby/uri] Set required_ruby_version to 2.4 in gemspecJeremy Evans2021-04-221-0/+2
* [ruby/uri] Only use UnboundMethod#bind_call if it is availableJeremy Evans2021-04-222-4/+16
* [ruby/uri] Optimize URI#hostname and URI#hostname=Lukas Zapletal2021-04-221-2/+2
* [ruby/uri] Upstream Java proxy property checks from JRubyCharles Oliver Nutter2021-04-221-3/+13
* [ruby/net-imap] Bump version to 0.2.1Shugo Maeda2021-04-221-1/+1
* [ruby/net-imap] Set timeout for IDLE responsesShugo Maeda2021-04-221-3/+17
* Merge net-imap-0.2.0Hiroshi SHIBATA2021-04-221-68/+456
* [ruby/benchmark] gemspec: Explicitly have 0 executablesOlle Jonsson2021-04-221-1/+1
* [ruby/benchmark] Add comment about terminating newline in captions; fix test ...Keith Bennett2021-04-221-0/+3
* [ruby/cgi] gemspec: Explicitly empty executables listOlle Jonsson2021-04-221-1/+1
* [ruby/cgi] handle invalid encodingpavel2021-04-221-3/+8
* [ruby/time] Make Time friendly to RactorKir Shatrov2021-04-221-0/+1
* [ruby/pp] Bump version to 0.2.0Hiroshi SHIBATA2021-04-211-1/+1
* [ruby/pp] Support < Ruby 3.0Hiroshi SHIBATA2021-04-211-1/+1
* [ruby/resolv] gemspec: Explicitly list 0 executablesOlle Jonsson2021-04-211-1/+1
* [ruby/forwardable] gemspec: Explicitly empty the executables listOlle Jonsson2021-04-211-1/+1
* [ruby/base64] gemspec: Use an explicit file listOlle Jonsson2021-04-211-3/+1
* [ruby/base64] gemspec: Explicitly empty executables listOlle Jonsson2021-04-211-1/+1
* [ruby/abbrev] gemspec: Explicitly empty executables listOlle Jonsson2021-04-211-1/+1
* [ruby/logger] Replace "iff" with "if and only if"Gannon McGibbon2021-04-201-5/+5
* Merge the master branch of RubyGemsHiroshi SHIBATA2021-04-1510-33/+39
* Merge the master branch of BundlerHiroshi SHIBATA2021-04-1560-141/+333
* [ruby/matrix] Fix a typo in a error messageuniversato2021-04-141-1/+1
* mkmf.rb: convert also arch_hdrdir [Bug #16651]Nobuyoshi Nakada2021-04-111-1/+1
* [ruby/optparse] Moved rdoc files to doc/optparseNobuyoshi Nakada2021-04-112-8/+8
* [ruby/reline] Add calling Reline::Config#reset_default_key_bindings to #reset...aycabta2021-04-091-0/+1
* [ruby/reline] Moved development dependencies to GemfileNobuyoshi Nakada2021-04-081-6/+0
* [ruby/reline] Separate keystrokes each editing modeaycabta2021-04-086-69/+113
* [ruby/reline] Check WITH_VTERM env to add vterm gem as dependencyaycabta2021-04-081-1/+1
* [ruby/irb] Moved development dependencies to GemfileNobuyoshi Nakada2021-04-081-5/+0
* [ruby/irb] Ripper::Lexer::Elem#state is defined since Ruby 2.5Nobuyoshi Nakada2021-04-081-6/+1
* [ruby/optparse] gemspec: Explicit files list [ci skip]Olle Jonsson2021-04-081-5/+1
* [ruby/optparse] Make use of option_params.rdocBurdetteLamar2021-04-082-65/+19
* [ruby/optparse] gemspec: Explicitly list 0 executablesOlle Jonsson2021-04-081-1/+1
* [ruby/tmpdir] Bump version to 0.1.2Hiroshi SHIBATA2021-04-051-1/+1
* [ruby/tmpdir] Make usable chars more strictNobuyoshi Nakada2021-04-051-1/+1
* [ruby/irb] Check WITH_VTERM env to add vterm gem as dependencyaycabta2021-04-041-1/+1
* [ruby/reline] Use vterm 0.0.5 or newer on Unix like OSes because suppresses SEGVaycabta2021-04-031-0/+2
* [ruby/irb] Use vterm 0.0.5 or newer on Unix like OSes because suppresses SEGVaycabta2021-04-031-0/+2
* [ruby/irb] Use yamatanooroti gem for testsaycabta2021-04-031-0/+1
* [ruby/reline] Version 0.2.5aycabta2021-04-031-1/+1
* [ruby/irb] Version 1.3.5aycabta2021-04-031-2/+2
* [ruby/rdoc] Links to document texts without "rdoc-ref:" prefixNobuyoshi Nakada2021-04-031-0/+4
* [ruby/rdoc] Treat emphasis tags as excluding other notationsaycabta2021-04-032-6/+6
* [ruby/rdoc] Treat other tags as word boundariesaycabta2021-04-031-4/+13
* [ruby/rdoc] Disable other notations in <code> tagsaycabta2021-04-032-25/+87
* [ruby/irb] Evaluate each toplevel statementaycabta2021-04-032-12/+65
* [ruby/irb] process multi-line pastes as a single entityCody Cutrer2021-04-031-1/+7