summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* to prevent collection, keep the last result.Masatoshi SEKI2022-01-151-0/+2
* [rubygems/rubygems] Support binstubs with `--enable-load-relative` prologDavid Rodríguez2022-01-151-8/+40
* [rubygems/rubygems] Extract a bit of common logic to methodsDavid Rodríguez2022-01-151-3/+10
* [rubygems/rubygems] Fix method documentation to be more correct EnglishDavid Rodríguez2022-01-151-2/+2
* clear `@result` after `setup_message`Koichi Sasada2022-01-141-3/+6
* [rubygems/rubygems] Lock standard.yml to the required ruby versionJustin Searls2022-01-131-0/+1
* [rubygems/rubygems] Use `Fiddle` in `bundle doctor` to check for dynamic libr...Vyacheslav Alexeev2022-01-131-1/+9
* [rubygems/rubygems] Let Version#spaceship accept a StringAkira Matsuda2022-01-131-1/+3
* [ruby/optparse] Fix links to the page directory files [Bug #18468]Nobuyoshi Nakada2022-01-121-2/+2
* [ruby/optparse] Add rdoc optionsNobuyoshi Nakada2022-01-121-0/+1
* [ruby/resolv] Support more characters in link local addressesJeremy Evans2022-01-121-2/+2
* [rubygems/rubygems] Markup code with RDoc notationsNobuyoshi Nakada2022-01-111-2/+2
* [ruby/reline] Clear dialog when just_move_cursor is called with dialog at las...aycabta2022-01-111-1/+5
* [ruby/reline] Fix reline on SolarisPeter Zhu2022-01-081-2/+2
* [rubygems/rubygems] Fix suggestions flagximenasandoval2022-01-061-4/+9
* [rubygems/rubygems] Let fetch understand gem:version syntaxximenasandoval2022-01-061-7/+21
* [rubygems/rubygems] Fix `gem install <non-existent-gem> --force` crashDavid Rodríguez2022-01-061-9/+9
* [rubygems/rubygems] Exclude bin directory for newgem template, Because it con...Hiroshi SHIBATA2022-01-051-1/+1
* `res.response_body_permitted?` is not definedKazuhiro NISHIYAMA2022-01-051-1/+1
* [rubygems/rubygems] Fix race conditon on JRubyDavid Rodríguez2022-01-051-3/+0
* [ruby/error_highlight] Fix the spurious TypeError.Christian Boos2022-01-041-0/+1
* [ruby/optparse] Use `require_relative` for internal requires (https://github....David Rodríguez2022-01-046-6/+6
* [rubygems/rubygems] Append a newline to the checksum fileNobuyoshi Nakada2022-01-041-1/+1
* [rubygems/rubygems] Fix checksumNobuyoshi Nakada2022-01-041-1/+1
* Kernel#=~: delete卜部昌平2022-01-031-1/+1
* [ruby/reline] Check capname of tigetstr/tigetflag/tigetnumaycabta2022-01-021-0/+3
* [ruby/reline] Version 0.3.1aycabta2022-01-021-1/+1
* [ruby/reline] Implement Reline::Terminfo.tigetnumaycabta2022-01-021-1/+19
* [ruby/reline] Fix the difinition of tigetflag() in comment...aycabta2022-01-021-2/+2
* [ruby/reline] Remove unnecessary qualifiers on definition of commentsaycabta2022-01-011-2/+2
* [ruby/reline] Implement Reline::Terminfo.tigetflagaycabta2022-01-011-1/+20
* [ruby/reline] windows fix scrollYO42021-12-301-1/+1
* [ruby/reline] Use unix_line_discard when Ctrl-u is enteredima1zumi2021-12-301-1/+1
* [ruby/irb] Prefer `IO#wait_readable` over `IO#select`. (https://github.com/ru...Samuel Williams2021-12-291-2/+1
* [rubygems/rubygems] Fix `bundle update --bundler` no longer updating lockfileDavid Rodríguez2021-12-281-1/+6
* [rubygems/rubygems] Don't crash when updating to an unsupported `rubygems-upd...David Rodríguez2021-12-271-1/+3
* [rubygems/rubygems] Don't redownload `rubygems-update` package if already thereDavid Rodríguez2021-12-271-2/+1
* [ruby/drb] Fix method names "regist" as "register"Nobuyoshi Nakada2021-12-272-4/+6
* Track RubyGems 3.4.0dev and Bundler 2.4.0devHiroshi SHIBATA2021-12-278-21/+38
* [rubygems/rubygems] Remove the rest of the `RUBY_VERSION` monkeypatchingDavid Rodríguez2021-12-271-1/+1
* [rubygems/rubygems] Make SpecificationPolicy autoload constantMasataka Pocke Kuwabara2021-12-272-1/+1
* Check if `Kernel#untaint` is defined instead of version comparisonNobuyoshi Nakada2021-12-274-8/+8
* [ruby/irb] Version 1.4.1aycabta2021-12-251-1/+1
* [ruby/irb] Support showing doc by dialog in iTerm2aycabta2021-12-251-1/+2
* [ruby/reline] Version 0.3.0aycabta2021-12-251-1/+1
* Merge RubyGems-3.3.3 and Bundler-2.3.3Hiroshi SHIBATA2021-12-254-5/+3
* [ruby/irb] Version 1.4.0aycabta2021-12-251-2/+2
* [ruby/irb] Update dependency, reline >= 0.3.0aycabta2021-12-251-1/+1
* [ruby/reline] Escape newline(s) in dynamic promptaycabta2021-12-251-1/+1
* [ruby/reline] Escape newline(s) in promptaycabta2021-12-251-1/+1