aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [rubygems/rubygems] Rename `Gem.open_with_flock` to `Gem.open_file`David Rodríguez2022-01-203-7/+7
* [rubygems/rubygems] Restrict `flock` to WindowsDavid Rodríguez2022-01-201-1/+1
* [rubygems/rubygems] Change generated namespaced test class name in minitestYusuke Nakamura2022-01-202-1/+3
* [rubygems/rubygems] Update generated minitest file styleYusuke Nakamura2022-01-201-1/+9
* [rubygems/rubygems] Create minitest file to underscored path in "bundle gem" ...Yusuke Nakamura2022-01-202-2/+2
* [rubygems/rubygems] Don't pass regexp to `Gem::Dependency.new` during `gem de...David Rodríguez2022-01-191-22/+20
* [rubygems/rubygems] Remove dead methodDavid Rodríguez2022-01-191-8/+0
* [rubygems/rubygems] Don't pass regexp to `Gem::Dependeny.new` from list, sear...David Rodríguez2022-01-194-12/+10
* [rubygems/rubygems] Simplify argument processing logic in `gem list` & `gem s...David Rodríguez2022-01-191-4/+4
* Merge rubygems/rubygems HEAD.Hiroshi SHIBATA2022-01-1923-153/+162
* [rubygems/rubygems] Fix regression with old marshaled specs having null requi...David Rodríguez2022-01-191-0/+7
* [rubygems/rubygems] Normalize end alignment style with BundlerDavid Rodríguez2022-01-1928-286/+286
* [ruby/erb] Revert "Remove safe_level and further positional arguments (https:...Takashi Kokubun2022-01-171-1/+14
* [ruby/irb] Use require_relative to load extensions/commandsst00122022-01-171-24/+24
* lib/drb/drb.rb: Prevent a "warning: assigned but unused variable"Yusuke Endoh2022-01-171-2/+2
* [ruby/irb] Use require_relative to require lib filesst00122022-01-173-3/+3
* [ruby/net-http] Rename `D` to `debug` in `Net::HTTP`Brandon Weaver2022-01-171-15/+18
* [ruby/reline] Fix incremental search to work correctly even if not last lineaycabta2022-01-161-0/+2
* [ruby/reline] Insert newline in the middle of buffer just after dialogaycabta2022-01-161-0/+1
* [ruby/reline] Combine common logic into oneaycabta2022-01-161-10/+10
* [ruby/reline] Clear dialog when adding new line to end of bufferaycabta2022-01-161-0/+5
* [ruby/erb] Remove safe_level and further positional arguments (https://github...Takashi Kokubun2022-01-161-14/+1
* [ruby/erb] Escape the second *Takashi Kokubun2022-01-161-1/+1
* [ruby/erb] fix regexp (https://github.com/ruby/erb/pull/6)ooooooo_q2022-01-161-1/+1
* [rubygems/rubygems] Fix `gem update --system` for already installed version ...loadkpi2022-01-151-1/+1
* 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