summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2022-01-20[rubygems/rubygems] Rename `Gem.open_with_flock` to `Gem.open_file`David Rodríguez
2022-01-20[rubygems/rubygems] Restrict `flock` to WindowsDavid Rodríguez
2022-01-20[rubygems/rubygems] Change generated namespaced test class name in minitestYusuke Nakamura
2022-01-20[rubygems/rubygems] Update generated minitest file styleYusuke Nakamura
2022-01-20[rubygems/rubygems] Create minitest file to underscored path in "bundle gem" ...Yusuke Nakamura
2022-01-19[rubygems/rubygems] Don't pass regexp to `Gem::Dependency.new` during `gem de...David Rodríguez
2022-01-19[rubygems/rubygems] Remove dead methodDavid Rodríguez
2022-01-19[rubygems/rubygems] Don't pass regexp to `Gem::Dependeny.new` from list, sear...David Rodríguez
2022-01-19[rubygems/rubygems] Simplify argument processing logic in `gem list` & `gem s...David Rodríguez
2022-01-19Merge rubygems/rubygems HEAD.Hiroshi SHIBATA
2022-01-19[rubygems/rubygems] Fix regression with old marshaled specs having null requi...David Rodríguez
2022-01-19[rubygems/rubygems] Normalize end alignment style with BundlerDavid Rodríguez
2022-01-17[ruby/erb] Revert "Remove safe_level and further positional arguments (https:...Takashi Kokubun
2022-01-17[ruby/irb] Use require_relative to load extensions/commandsst0012
2022-01-17lib/drb/drb.rb: Prevent a "warning: assigned but unused variable"Yusuke Endoh
2022-01-17[ruby/irb] Use require_relative to require lib filesst0012
2022-01-17[ruby/net-http] Rename `D` to `debug` in `Net::HTTP`Brandon Weaver
2022-01-16[ruby/reline] Fix incremental search to work correctly even if not last lineaycabta
2022-01-16[ruby/reline] Insert newline in the middle of buffer just after dialogaycabta
2022-01-16[ruby/reline] Combine common logic into oneaycabta
2022-01-16[ruby/reline] Clear dialog when adding new line to end of bufferaycabta
2022-01-16[ruby/erb] Remove safe_level and further positional arguments (https://github...Takashi Kokubun
2022-01-16[ruby/erb] Escape the second *Takashi Kokubun
2022-01-16[ruby/erb] fix regexp (https://github.com/ruby/erb/pull/6)ooooooo_q
2022-01-15[rubygems/rubygems] Fix `gem update --system` for already installed version ...loadkpi
2022-01-15to prevent collection, keep the last result.Masatoshi SEKI
2022-01-15[rubygems/rubygems] Support binstubs with `--enable-load-relative` prologDavid Rodríguez
2022-01-15[rubygems/rubygems] Extract a bit of common logic to methodsDavid Rodríguez
2022-01-15[rubygems/rubygems] Fix method documentation to be more correct EnglishDavid Rodríguez
2022-01-14clear `@result` after `setup_message`Koichi Sasada
2022-01-13[rubygems/rubygems] Lock standard.yml to the required ruby versionJustin Searls
2022-01-13[rubygems/rubygems] Use `Fiddle` in `bundle doctor` to check for dynamic libr...Vyacheslav Alexeev
2022-01-13[rubygems/rubygems] Let Version#spaceship accept a StringAkira Matsuda
2022-01-12[ruby/optparse] Fix links to the page directory files [Bug #18468]Nobuyoshi Nakada
2022-01-12[ruby/optparse] Add rdoc optionsNobuyoshi Nakada
2022-01-12[ruby/resolv] Support more characters in link local addressesJeremy Evans
2022-01-11[rubygems/rubygems] Markup code with RDoc notationsNobuyoshi Nakada
2022-01-11[ruby/reline] Clear dialog when just_move_cursor is called with dialog at las...aycabta
2022-01-08[ruby/reline] Fix reline on SolarisPeter Zhu
2022-01-06[rubygems/rubygems] Fix suggestions flagximenasandoval
2022-01-06[rubygems/rubygems] Let fetch understand gem:version syntaxximenasandoval
2022-01-06[rubygems/rubygems] Fix `gem install <non-existent-gem> --force` crashDavid Rodríguez
2022-01-05[rubygems/rubygems] Exclude bin directory for newgem template, Because it con...Hiroshi SHIBATA
2022-01-05`res.response_body_permitted?` is not definedKazuhiro NISHIYAMA
2022-01-05[rubygems/rubygems] Fix race conditon on JRubyDavid Rodríguez
2022-01-04[ruby/error_highlight] Fix the spurious TypeError.Christian Boos
2022-01-04[ruby/optparse] Use `require_relative` for internal requires (https://github....David Rodríguez
2022-01-04[rubygems/rubygems] Append a newline to the checksum fileNobuyoshi Nakada
2022-01-04[rubygems/rubygems] Fix checksumNobuyoshi Nakada
2022-01-03Kernel#=~: delete卜部昌平