aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Suppress security alertsTakashi Kokubun2020-02-282-2/+2
* Merge racc from upstream repository.Hiroshi SHIBATA2020-02-2715-47/+35
* Fixed net-ftp sync task and resync from standalone repoHiroshi SHIBATA2020-02-211-2/+2
* Promote net-http to the default gems.Hiroshi SHIBATA2020-02-213-1/+35
* Promote net-ftp to default gemsHiroshi SHIBATA2020-02-213-1/+35
* Fallback to load version file in ruby core repositoryHiroshi SHIBATA2020-02-201-1/+5
* Promote net-imap to the default gemsHiroshi SHIBATA2020-02-203-1/+31
* [ruby/rdoc] Removed `RDoc::Context::Section#sequence`Nobuyoshi Nakada2020-02-201-13/+0
* [ruby/irb] Version 1.2.3aycabta2020-02-171-2/+2
* * append newline at EOF. [ci skip]git2020-02-171-1/+1
* Promote net-protocol to default gemsHiroshi SHIBATA2020-02-172-0/+34
* [ruby/irb] fix reserved words and completion for themNobuhiro IMAI2020-02-151-2/+3
* [ruby/irb] Include easter-egg.rb in gemspecNick Lewis2020-02-151-0/+1
* [ruby/irb] Version 1.2.2aycabta2020-02-151-2/+2
* [ruby/reline] Version 0.1.3aycabta2020-02-151-1/+1
* lib/drb/drb.rb: Use ruby2_keywords for keyword separationYusuke Endoh2020-02-151-1/+1
* [ruby/reline] Use IO#write instead of IO#printaycabta2020-02-144-12/+12
* Promote English to the default gems.Hiroshi SHIBATA2020-02-131-0/+23
* Promote tmpdir to the default gemsHiroshi SHIBATA2020-02-121-0/+23
* Promote tempfile to the default gems.Hiroshi SHIBATA2020-02-121-0/+23
* [ruby/irb] Use 0.step instead of (..0).each for Ruby 2.5aycabta2020-02-121-1/+1
* [ruby/irb] Fix auto indent with closed braceaycabta2020-02-121-0/+1
* [ruby/irb] Check doc namespace correctlyaycabta2020-02-121-3/+3
* Promote weakref to the default gemsHiroshi SHIBATA2020-02-112-0/+34
* Fix message of ExceptionForMatrix::ErrOperationNotDefinedKazuhiro NISHIYAMA2020-02-091-1/+1
* [ruby/reline] Organize special keys escape sequencesaycabta2020-02-091-3/+22
* Revert "[rubygems/rubygems] Fix require issue with file extension priority"Hiroshi SHIBATA2020-02-061-12/+16
* Revert to remove the query command of rubygems.Hiroshi SHIBATA2020-02-061-352/+7
* [rubygems/rubygems] Fix require issue with file extension priorityDavid Rodríguez2020-02-061-16/+12
* [rubygems/rubygems] Allow releasing with a rubygems pre versionDavid Rodríguez2020-02-061-19/+0
* Fix SimpleDelegator respond_to? regressionJean Boussier2020-02-031-1/+8
* [ruby/reline] Bypass cursor down when a char is rendered at eol on Windowsaycabta2020-02-024-3/+23
* [ruby/reline] Fix Reline::Windows#scroll_downaycabta2020-02-021-1/+1
* [ruby/irb] Exclude useless files from RDocNobuyoshi Nakada2020-02-021-1/+1
* [ruby/irb] Add a new easter egg: dancing rubyYusuke Endoh2020-02-023-5/+139
* [ruby/irb] Exclude useless files from RDocNobuyoshi Nakada2020-02-012-4/+1
* Merge the current master branch of rubygems/rubygems.Hiroshi SHIBATA2020-02-0135-261/+680
* delegate.rb: fixed keyword arguments in DelegateClassNobuyoshi Nakada2020-01-301-1/+1
* Unnamed groups are not captured when named groups are usedNobuyoshi Nakada2020-01-301-4/+4
* [ruby/reline] Support GNOME style Home/End key sequences [Bug #16510]aycabta2020-01-291-0/+2
* Isolate the PRNG for tmpdir/tempfileNobuyoshi Nakada2020-01-291-1/+9
* Stop parsing copyright notices as document [ci skip]Nobuyoshi Nakada2020-01-2812-0/+29
* Revert "Added RDoc files to parse [Bug #16596]"Nobuyoshi Nakada2020-01-281-1/+0
* Added RDoc files to parse [Bug #16596]Nobuyoshi Nakada2020-01-281-0/+1
* Always use UTF-8 for Reline::GeneralIO on Windowsaycabta2020-01-261-1/+1
* Always refer to Reline::IOGate.encodingaycabta2020-01-261-13/+15
* brace the fact that lchmod(2) can EOPNOTSUPP卜部昌平2020-01-241-1/+2
* Add #verify_hostname= and #verify_hostname to skip hostname verification (#2858)Yuta Iwama2020-01-231-3/+11
* Fix pp when passed a empty ruby2_keywords-flagged hash as array elementJeremy Evans2020-01-221-1/+1
* Reline: Use a more robust detection of MinTTYLars Kanis2020-01-212-2/+30