aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [ruby/racc] Bump up racc version to 1.6.0Hiroshi SHIBATA2021-10-191-1/+1
* [ruby/logger] Bump up logger version to 1.4.4Hiroshi SHIBATA2021-10-191-1/+1
* [ruby/tempfile] Bump up tempfile version to 0.1.2Hiroshi SHIBATA2021-10-191-1/+1
* [ruby/rdoc] fix: alias to method with call-seqMike Dalessio2021-10-161-1/+1
* [ruby/rdoc] Support linking #==Mike Dalessio2021-10-161-1/+1
* [ruby/rdoc] feat: add support for :category: on C functionsMike Dalessio2021-10-163-0/+10
* [ruby/rdoc] fix: comments in C files use the global markup optionMike Dalessio2021-10-161-1/+5
* [ruby/rdoc] extract Comment creation in Parser::CMike Dalessio2021-10-161-9/+12
* Make explicit opening filesNobuyoshi Nakada2021-10-151-3/+3
* [rubygems/rubygems] Update broken link in Bundler::Fetcher::CertificateFailur...Jack Schuss2021-10-151-1/+2
* [ruby/drb] Bump up drb version to 2.1.0Hiroshi SHIBATA2021-10-141-1/+1
* [ruby/drb] Bump up drb version to 2.0.5Hiroshi SHIBATA2021-10-141-1/+1
* [ruby/time] Bump up time version to 0.2.0Hiroshi SHIBATA2021-10-141-1/+1
* [ruby/open-uri] Bump up open-uri version to 0.2.0Hiroshi SHIBATA2021-10-141-1/+1
* [ruby/base64] Bump up base64 version to 0.1.1Hiroshi SHIBATA2021-10-141-1/+1
* [ruby/find] Bump up find version to 0.1.1Hiroshi SHIBATA2021-10-141-1/+1
* [ruby/yaml] Bump up yaml version to 0.2.0Hiroshi SHIBATA2021-10-141-1/+1
* [ruby/timeout] Bump up timeout version to 0.2.0Hiroshi SHIBATA2021-10-141-1/+1
* [ruby/cgi] Bump up cgi version to 0.3.0Hiroshi SHIBATA2021-10-141-1/+1
* [ruby/benchmark] Bump up benchamark version to 0.2.0Hiroshi SHIBATA2021-10-141-1/+1
* [ruby/fileutils] Remove counterproductive optimizationDavid Rodríguez2021-10-141-8/+0
* [ruby/fileutils] Simplify loop to find out segments to be createdDavid Rodríguez2021-10-141-3/+1
* [rubygems/rubygems] Remove unnecessary methodDavid Rodríguez2021-10-131-7/+2
* [rubygems/rubygems] Reuse `sh` helper for `git push` tooDavid Rodríguez2021-10-131-3/+1
* [rubygems/rubygems] Simplify some codeDavid Rodríguez2021-10-131-2/+1
* [rubygems/rubygems] Reuse `sh` helperDavid Rodríguez2021-10-131-4/+1
* [rubygems/rubygems] Improve error messages in gem helpersDavid Rodríguez2021-10-131-3/+3
* [rubygems/rubygems] Fix `bundle install` crash due to an incorrectly incomple...David Rodríguez2021-10-131-2/+2
* [rubygems/rubygems] No need to use converged dependencies eitherDavid Rodríguez2021-10-131-1/+1
* [rubygems/rubygems] Extract `locked_dependencies` helperDavid Rodríguez2021-10-131-4/+8
* [rubygems/rubygems] Simplify the incomplete locked specs for platform checkDavid Rodríguez2021-10-131-1/+1
* [rubygems/rubygems] Fix `bundle install` to force reinstallation of deleted gemsDavid Rodriguez2021-10-133-5/+8
* [rubygems/rubygems] Use correct way to detect default gemsDavid Rodríguez2021-10-131-10/+2
* [rubygems/rubygems] Remove unnecessary codeDavid Rodríguez2021-10-132-6/+2
* [ruby/irb] Ignore parenthesis during completionKaíque Kandy Koga2021-10-131-1/+1
* Fix libraries under digestNobuyoshi Nakada2021-10-122-266/+0
* [ruby/digest] Avoid the constant redefinition warningAkinori MUSHA2021-10-121-1/+15
* [ruby/digest] Place common parts in lib and engine specific parts under ext/*...Akinori MUSHA2021-10-122-0/+252
* [ruby/reline] Check the result of GetConsoleScreenBufferInfoNobuyoshi Nakada2021-10-121-8/+15
* [ruby/reline] Revert "Fix zero division when the screen width is not available"Nobuyoshi Nakada2021-10-121-2/+1
* [ruby/reline] Fix zero division when the screen width is not availableNobuyoshi Nakada2021-10-121-1/+2
* [ruby/reline] Rescue LoadError to require 'fiddle'aycabta2021-10-111-3/+11
* [ruby/reline] Remove a comment for debugaycabta2021-10-111-1/+1
* [ruby/rdoc] Update SourceCodePro font filesaycabta2021-10-112-0/+0
* [ruby/irb] Add help about extra doc dir optionaycabta2021-10-111-0/+1
* [ruby/irb] Add --extra-doc-dir option to show doc dialogaycabta2021-10-113-1/+12
* [ruby/irb] Add periods to docaycabta2021-10-111-8/+8
* [rubygems/rubygems] Show a warning in `bundle info` if gem has been deletedDavid Rodriguez2021-10-111-2/+9
* [rubygems/rubygems] Show the exact name of the gem that was deletedDavid Rodriguez2021-10-111-2/+3
* [ruby/reline] Suppress warning, "instance variable @ambiguous_width not initi...aycabta2021-10-111-1/+1