aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove the deprecated override of Kernel#open in open-uriJeremy Evans2020-08-161-24/+1
* Fix links to Dig Methods document (#3421)Burdette Lamar2020-08-141-1/+1
* Adding doc/dig_methods.rdoc and links to it (#3416)Burdette Lamar2020-08-131-14/+8
* [Feature #16513] TracePoint#inspect returns "... file:line" (#3391)Nguyễn Quang Minh2020-08-061-4/+4
* Fixed the inconsistency gemspec location with net-* gems.Hiroshi SHIBATA2020-08-054-4/+4
* [ruby/weakref] Use Gemfile instead of Gem::Specification#add_development_depe...Hiroshi SHIBATA2020-08-031-4/+0
* [ruby/ostruct] Drop to Ruby 2.4Hiroshi SHIBATA2020-08-031-0/+1
* [ruby/cgi] Drop to Ruby 2.4Hiroshi SHIBATA2020-08-031-0/+1
* net-ftp is under `lib/net` instead of `lib/net/ftp`Hiroshi SHIBATA2020-08-031-1/+1
* Followed up b2d96abb42abbe2e01f010ffc9ac51f0f9a50002 for net-ftp.Hiroshi SHIBATA2020-08-031-0/+0
* [rubygems/rubygems] Read path binarilyDavid Rodríguez2020-07-311-1/+1
* [rubygems/rubygems] Don't format executables on `gem update --system`David Rodríguez2020-07-311-1/+1
* [rubygems/rubygems] unset XDG_* environmental variables for testing of rubygems.Hiroshi SHIBATA2020-07-311-0/+3
* [rubygems/rubygems] Revert "Disallow warnings to creep into the test suite"David Rodríguez2020-07-311-14/+0
* [rubygems/rubygems] Remove unnecessary guard clauseDavid Rodríguez2020-07-311-1/+0
* [rubygems/rubygems] Remove fileutils autoloadDavid Rodríguez2020-07-312-1/+1
* [rubygems/rubygems] Remove explicit require for autoloaded constantDavid Rodríguez2020-07-312-2/+0
* [rubygems/rubygems] Let more exceptions flowDavid Rodríguez2020-07-311-4/+3
* [rubygems/rubygems] Install plugins to user directoryNobuyoshi Nakada2020-07-311-0/+1
* [rubygems/rubygems] Remove more unnecessary requiresDavid Rodríguez2020-07-315-6/+0
* [rubygems/rubygems] The file is only ever required when openssl is availableDavid Rodríguez2020-07-311-2/+0
* [rubygems/rubygems] Remove now unneeded codeDavid Rodríguez2020-07-311-7/+0
* [rubygems/rubygems] Gem::Specification#to_ruby doesn't need `openssl`David Rodríguez2020-07-311-2/+2
* [rubygems/rubygems] Make sure tests at least load without opensslDavid Rodríguez2020-07-311-1/+1
* [rubygems/rubygems] Move openssl require to a separate fileDavid Rodríguez2020-07-312-6/+8
* [rubygems/rubygems] In the rubies we support `Exception#path` is always thereDavid Rodríguez2020-07-311-2/+1
* [rubygems/rubygems] Only require what we are usingDavid Rodríguez2020-07-311-1/+1
* [rubygems/rubygems] Let the original error happenDavid Rodríguez2020-07-311-6/+0
* [rubygems/rubygems] Remove unnecessary stuffDavid Rodríguez2020-07-311-6/+0
* [rubygems/rubygems] Reword warningbronzdoc2020-07-311-1/+1
* [rubygems/rubygems] Warn on duplicate dependency in a specificationbronzdoc2020-07-311-0/+4
* [rubygems/rubygems] Support PATH's using `File::ALT_SEPARATOR` in `Gem::Insta...David Rodríguez2020-07-311-0/+2
* [rubygems/rubygems] Move traling `if` to the same line for readablityDavid Rodríguez2020-07-311-2/+1
* [rubygems/rubygems] Prefer the standard separator on WindowsDavid Rodríguez2020-07-311-1/+1
* [rubygems/rubygems] fix missing identationColby Swandale2020-07-311-1/+1
* [rubygems/rubygems] Deduplicate the requirement operators in memoryJean Boussier2020-07-311-1/+1
* [rubygems/rubygems] Fix Kernel#warn override to handle backtrace location wit...Jeremy Evans2020-07-311-4/+5
* [rubygems/rubygems] Ignore internal frames in RubyGems' Kernel#warnBenoit Daloze2020-07-311-2/+3
* [rubygems/rubygems] Disallow warnings to creep into the test suiteDavid Rodríguez2020-07-311-0/+14
* [rubygems/rubygems] Fix test warningDavid Rodríguez2020-07-311-1/+1
* [rubygems/rubygems] Don't `super` on main test setupDavid Rodríguez2020-07-311-2/+0
* [rubygems/rubygems] Remove very old compatibility codeDavid Rodríguez2020-07-311-3/+0
* [rubygems/rubygems] Extract some common code into a private methodDavid Rodríguez2020-07-311-6/+7
* [rubygems/rubygems] Remove very old TODO noteDavid Rodríguez2020-07-311-1/+0
* [rubygems/rubygems] Optimize Gem.already_loaded?Jean Boussier2020-07-311-2/+2
* Bump version to 3.2.0.rc.1Hiroshi SHIBATA2020-07-311-1/+1
* [rubygems/rubygems] Simplify digest name selection and use SHA256Bart de Water2020-07-312-11/+2
* Stop using deprecated OpenSSL::Digest constantsBart de Water2020-07-316-31/+30
* [rubygems/rubygems] remove explicit require(s) for auto-loaded constant(s)Karol Bucek2020-07-317-13/+0
* [rubygems/rubygems] Test files should not be included in spec.filesMarc-Andre Lafortune2020-07-311-3/+2