aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [rubygems/rubygems] Fix crash when commenting out a mirror in configurationDavid Rodríguez2022-05-301-1/+1
* [rubygems/rubygems] Fix crash when installing gems with symlinksDavid Rodríguez2022-05-304-11/+14
* [rubygems/rubygems] Remove seemingly unnecessary codeDavid Rodríguez2022-05-301-11/+0
* [rubygems/rubygems] Ignore `Errno::EROFS` errors when creating `bundler.lock`David Rodríguez2022-05-301-1/+1
* [rubygems/rubygems] Ignore `Errno::EPERM` errors when creating `bundler.lock`David Rodríguez2022-05-291-1/+1
* [rubygems/rubygems] Make code to find target update version easier to followDavid Rodríguez2022-05-281-24/+12
* [rubygems/rubygems] Remove unnecessary name and platform filterDavid Rodríguez2022-05-281-5/+1
* [rubygems/rubygems] Fix rubygems update when non default `--install-dir` is c...David Rodríguez2022-05-281-5/+4
* [rubygems/rubygems] Show better error when previous installation fails to be ...David Rodríguez2022-05-272-12/+15
* [ruby/fileutils] [DOC] Enhanced RDoc for copy_entry (https://github.com/ruby/...Burdette Lamar2022-05-261-12/+34
* [ruby/timeout] Set the flag surely before returnNobuyoshi Nakada2022-05-251-2/+3