aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [ruby/fileutils] Clarify difference between cp_r and install (https://github....Burdette Lamar2022-06-221-3/+7
* [ruby/fileutils] Correct method references for secure removal (https://github...Burdette Lamar2022-06-211-3/+3
* [ruby/fileutils] [DOC] Adding 'Related' (https://github.com/ruby/fileutils/pu...Burdette Lamar2022-06-211-3/+43
* [ruby/irb] [DOC] Fix formatting in docsPeter Zhu2022-06-201-3/+3
* [ruby/irb] Commands should respect `USE_COLORIZE` config (https://github.com/...Stan Lo2022-06-203-6/+8
* [rubygems/rubygems] Fix extension paths in generated standalone scriptcitrusmoose2022-06-201-1/+7
* [rubygems/rubygems] Improve performance of Bundler::SpecSet#for by using hash...Josh Nichols2022-06-201-3/+5
* [ruby/fileutils] [DOC] Revisions for module-level doc (https://github.com/rub...Burdette Lamar2022-06-171-90/+80
* [rubygems/rubygems] Bring TODO message up to dateDavid Rodríguez2022-06-172-2/+2
* [rubygems/rubygems] Remove part of comment that fell out of dateDavid Rodríguez2022-06-172-14/+4
* [rubygems/rubygems] Don't modify RbConfig at all when building extensionsDavid Rodríguez2022-06-172-50/+40
* [rubygems/rubygems] Remove unnecessary conditionDavid Rodríguez2022-06-172-27/+23
* [rubygems/rubygems] No need to change `RbConfig::CONFIG` at allDavid Rodríguez2022-06-171-1/+0
* [ruby/fileutils] [DOC] Small tweaks (https://github.com/ruby/fileutils/pull/89)Burdette Lamar2022-06-161-6/+15
* [ruby/net-http] Make `Net::HTTPHeader#content_range` return nil on non-byte u...Shishir Joshi2022-06-161-2/+3
* Revert "HTTPHeader.content_range throws error on non-byte units"Nobuyoshi Nakada2022-06-161-2/+2
* [ruby/racc] Fix flag to `Regexp.new`Nobuyoshi Nakada2022-06-161-1/+1
* HTTPHeader.content_range throws error on non-byte unitsShishir Joshi2022-06-161-2/+2
* [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