aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [ruby/fileutils] [DOC] More on paths and lists (https://github.com/ruby/fileu...Burdette Lamar2022-06-161-29/+41
* [ruby/fileutils] [DOC] More on cp_r (https://github.com/ruby/fileutils/pull/87)Burdette Lamar2022-06-151-20/+43
* [ruby/fileutils] [DOC] More on paths and lists (https://github.com/ruby/fileu...Burdette Lamar2022-06-141-10/+19
* [ruby/fileutils] [DOC] Clarify path arguments (https://github.com/ruby/fileut...Burdette Lamar2022-06-141-44/+105
* [ruby/fileutils] [DOC] Enhanced Rdoc (https://github.com/ruby/fileutils/pull/84)Burdette Lamar2022-06-131-31/+54
* [ruby/reline] Revert "Merge pull request #441 from nevans/workaround-linker-s...st00122022-06-131-2/+1
* [ruby/reline] Check the ambiguous char width only on ttyNobuyoshi Nakada2022-06-131-1/+1
* [rubygems/rubygems] Don't on gemspecs with invalid `require_paths`, just warnDavid Rodríguez2022-06-121-0/+8
* [rubygems/rubygems] Reuse package from the installer for extracting the speci...David Rodríguez2022-06-113-27/+36
* [rubygems/rubygems] Move security exception handling to the only place using itDavid Rodríguez2022-06-112-4/+4
* [rubygems/rubygems] Swapping should not raise any errorsDavid Rodríguez2022-06-111-1/+2
* [rubygems/rubygems] Remove unclear commentDavid Rodríguez2022-06-111-2/+0
* [rubygems/rubygems] `Gem::Specification.loaded_from` is already set by the in...David Rodríguez2022-06-111-13/+4
* [rubygems/rubygems] Refactor some more duplicated logicDavid Rodríguez2022-06-111-3/+7
* [rubygems/rubygems] Move `no_install` setting check to a more sensible placeDavid Rodríguez2022-06-114-59/+51
* [rubygems/rubygems] No need to redownload if package already thereDavid Rodríguez2022-06-111-0/+1
* [rubygems/rubygems] No need to overwrite path when there's a remoteDavid Rodríguez2022-06-111-2/+3
* [rubygems/rubygems] Remove another unnecessary requireDavid Rodríguez2022-06-111-1/+0
* [rubygems/rubygems] Simplify `Gem::Security::Exception` handlingDavid Rodríguez2022-06-111-10/+4
* [rubygems/rubygems] Remove unnecessary requireDavid Rodríguez2022-06-111-1/+0
* [rubygems/rubygems] Remove unnecessary `spec.remote` guardDavid Rodríguez2022-06-111-2/+0
* [rubygems/rubygems] Refactor ambiguous gems checkDavid Rodríguez2022-06-111-3/+1
* [ruby/fileutils] Enhanced RDoc (https://github.com/ruby/fileutils/pull/83)Burdette Lamar2022-06-111-13/+63
* [ruby/fileutils] Enhanced RDoc (https://github.com/ruby/fileutils/pull/82)Burdette Lamar2022-06-101-34/+79
* [ruby/timeout] Keep a private reference to `Process.clock_gettime`Jean Boussier2022-06-091-2/+8
* [ruby/fileutils] [DOC] Enhanced RDoc (https://github.com/ruby/fileutils/pull/81)Burdette Lamar2022-06-091-22/+76
* [ruby/fileutils] File trees (https://github.com/ruby/fileutils/pull/80)Burdette Lamar2022-06-081-7/+39
* [rubygems/rubygems] Remove unnecessary string concatenationDaniel Berger2022-06-071-3/+2
* [ruby/error_highlight] Use Exception#detailed_message instead of overriding #...Yusuke Endoh2022-06-071-14/+33
* Manually merged https://github.com/ruby/did_you_mean/pull/177Hiroshi SHIBATA2022-06-071-15/+40
* [ruby/rdoc] [DOC] Undocument internal constants [ci skip]Nobuyoshi Nakada2022-06-071-2/+2
* [ruby/rdoc] Allow boolean arguments to `rb_attr` and `rb_define_attr`Nobuyoshi Nakada2022-06-071-8/+13
* [ruby/fileutils] [DOC] Enhanced RDoc for FileUtils (https://github.com/ruby/f...Burdette Lamar2022-06-071-62/+142
* [ruby/open-uri] [DOC] Fix markup for `URI.open`Alexander Ilyin2022-06-071-1/+1
* [rubygems/rubygems] Unify loading `Gem::Requirement`David Rodríguez2022-06-063-3/+1
* [ruby/cgi] jruby supportPavel Rosický2022-06-061-4/+15
* [ruby/rdoc] Use command array form of `IO.popen` alwaysNobuyoshi Nakada2022-06-041-46/+4
* [ruby/rdoc] Make all documents at the top level `extra_rdoc_files` [ci skip]Nobuyoshi Nakada2022-06-041-12/+1
* [ruby/rdoc] Remove `RDoc::RI::Driver#in_path?`Nobuyoshi Nakada2022-06-041-11/+0
* [ruby/rdoc] Stop checking if pager command foundNobuyoshi Nakada2022-06-041-4/+0
* [ruby/rdoc] Remove never used win32consoleNobuyoshi Nakada2022-06-041-5/+0
* [rubygems/rubygems] Remove redundant bitwise ANDDavid Rodríguez2022-06-021-1/+1
* [rubygems/rubygems] Fix `bundle remove` by invalidating cached `Bundle.defint...Ellen Marie Dash2022-06-011-0/+4
* [rubygems/rubygems] Fix generated standalone script for default gemsDavid Rodríguez2022-06-011-0/+4
* [rubygems/rubygems] Remove code that seems unnecessaryDavid Rodríguez2022-06-011-3/+1
* [rubygems/rubygems] Restore ability to load old marshalled gemspec that use `...David Rodríguez2022-06-011-1/+8
* [rubygems/rubygems] Remove no longer needed `Psych::PrivateType` cleanupDavid Rodríguez2022-06-011-5/+0
* [rubygems/rubygems] Skip duplicated dependency warning for gemspec dev depsDavid Rodríguez2022-06-011-7/+5
* [rubygems/rubygems] Give better conflict resolution adviceDavid Rodríguez2022-05-311-1/+1
* [ruby/fileutils] [DOC] Enhanced RDoc (https://github.com/ruby/fileutils/pull/77)Burdette Lamar2022-05-311-14/+69