summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2021-10-13[rubygems/rubygems] Reuse `sh` helper for `git push` tooDavid Rodríguez
2021-10-13[rubygems/rubygems] Simplify some codeDavid Rodríguez
2021-10-13[rubygems/rubygems] Reuse `sh` helperDavid Rodríguez
2021-10-13[rubygems/rubygems] Improve error messages in gem helpersDavid Rodríguez
2021-10-13[rubygems/rubygems] Fix `bundle install` crash due to an incorrectly incomple...David Rodríguez
2021-10-13[rubygems/rubygems] No need to use converged dependencies eitherDavid Rodríguez
2021-10-13[rubygems/rubygems] Extract `locked_dependencies` helperDavid Rodríguez
2021-10-13[rubygems/rubygems] Simplify the incomplete locked specs for platform checkDavid Rodríguez
2021-10-13[rubygems/rubygems] Fix `bundle install` to force reinstallation of deleted gemsDavid Rodriguez
2021-10-13[rubygems/rubygems] Use correct way to detect default gemsDavid Rodríguez
2021-10-13[rubygems/rubygems] Remove unnecessary codeDavid Rodríguez
2021-10-13[ruby/irb] Ignore parenthesis during completionKaíque Kandy Koga
2021-10-12Fix libraries under digestNobuyoshi Nakada
2021-10-12[ruby/digest] Avoid the constant redefinition warningAkinori MUSHA
2021-10-12[ruby/digest] Place common parts in lib and engine specific parts under ext/*...Akinori MUSHA
2021-10-12[ruby/reline] Check the result of GetConsoleScreenBufferInfoNobuyoshi Nakada
2021-10-12[ruby/reline] Revert "Fix zero division when the screen width is not available"Nobuyoshi Nakada
2021-10-12[ruby/reline] Fix zero division when the screen width is not availableNobuyoshi Nakada
2021-10-11[ruby/reline] Rescue LoadError to require 'fiddle'aycabta
2021-10-11[ruby/reline] Remove a comment for debugaycabta
2021-10-11[ruby/rdoc] Update SourceCodePro font filesaycabta
2021-10-11[ruby/irb] Add help about extra doc dir optionaycabta
2021-10-11[ruby/irb] Add --extra-doc-dir option to show doc dialogaycabta
2021-10-11[ruby/irb] Add periods to docaycabta
2021-10-11[rubygems/rubygems] Show a warning in `bundle info` if gem has been deletedDavid Rodriguez
2021-10-11[rubygems/rubygems] Show the exact name of the gem that was deletedDavid Rodriguez
2021-10-11[ruby/reline] Suppress warning, "instance variable @ambiguous_width not initi...aycabta
2021-10-11[ruby/irb] Set default return_formataycabta
2021-10-10[ruby/irb] Revert "Optimize show_source command further"Takashi Kokubun
2021-10-11[ruby/ipaddr] Fix include? and ipv4_mapped to allow drb tests to passJeremy Evans
2021-10-11[ruby/ipaddr] Make IPAddr#include? consider range of argumentJeremy Evans
2021-10-11[ruby/rubygems] Prefer `require_relative` for internal requiresDavid Rodriguez
2021-10-10[ruby/rubygems] We no longer need to check realpathsDavid Rodríguez
2021-10-10[ruby/rubygems] Check safety of packaged symlinksDavid Rodríguez
2021-10-10[ruby/rubygems] Install location safety should consider casingDavid Rodríguez
2021-10-10[ruby/rubygems] Remove redundant `File.expand_path`David Rodríguez
2021-10-10[ruby/rubygems] Simplify `File.expand_path` usageDavid Rodríguez
2021-10-10[ruby/rubygems] Don't make duplicated checks on directory safetyDavid Rodríguez
2021-10-10Needs time.rb for `Time#iso8601`Nobuyoshi Nakada
2021-10-09[ruby/irb] Version 1.3.8.pre.11aycabta
2021-10-09[ruby/irb] Update dependency, reline >= 0.2.8.pre.11aycabta
2021-10-09[ruby/reline] Version 0.2.8.pre.11aycabta
2021-10-09[ruby/reline] Add RELINE_ALT_SCROLLBAR env to use alternative text for scrollbaraycabta
2021-10-09[ruby/reline] Fix calculating dialog width with full-width scrollbaraycabta
2021-10-09Newly generated gems require Ruby 2.6.0OKURA Masafumi
2021-10-09[rubygems/rubygems] Improve performance of Specification#missing_extensions?Masataka Pocke Kuwabara
2021-10-09[rubygems/rubygems] Add glob infomation to Bundler::Source::Git#to_sgabriele renzi
2021-10-08[ruby/reline] Use alternate text for scrollbar in non-UTF-8 envaycabta
2021-10-08[ruby/reline] Better fix for non-UTF-8 default external encodingJeremy Evans
2021-10-08[ruby/reline] Only show dialogs if default external encoding is UTF-8Jeremy Evans