summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2020-08-05Fixed the inconsistency gemspec location with net-* gems.Hiroshi SHIBATA
2020-08-03[ruby/weakref] Use Gemfile instead of Gem::Specification#add_development_depe...Hiroshi SHIBATA
2020-08-03[ruby/ostruct] Drop to Ruby 2.4Hiroshi SHIBATA
2020-08-03[ruby/cgi] Drop to Ruby 2.4Hiroshi SHIBATA
2020-08-03net-ftp is under `lib/net` instead of `lib/net/ftp`Hiroshi SHIBATA
2020-08-03Followed up b2d96abb42abbe2e01f010ffc9ac51f0f9a50002 for net-ftp.Hiroshi SHIBATA
2020-07-31[rubygems/rubygems] Read path binarilyDavid Rodríguez
2020-07-31[rubygems/rubygems] Don't format executables on `gem update --system`David Rodríguez
2020-07-31[rubygems/rubygems] unset XDG_* environmental variables for testing of rubygems.Hiroshi SHIBATA
2020-07-31[rubygems/rubygems] Revert "Disallow warnings to creep into the test suite"David Rodríguez
2020-07-31[rubygems/rubygems] Remove unnecessary guard clauseDavid Rodríguez
2020-07-31[rubygems/rubygems] Remove fileutils autoloadDavid Rodríguez
2020-07-31[rubygems/rubygems] Remove explicit require for autoloaded constantDavid Rodríguez
2020-07-31[rubygems/rubygems] Let more exceptions flowDavid Rodríguez
2020-07-31[rubygems/rubygems] Install plugins to user directoryNobuyoshi Nakada
2020-07-31[rubygems/rubygems] Remove more unnecessary requiresDavid Rodríguez
2020-07-31[rubygems/rubygems] The file is only ever required when openssl is availableDavid Rodríguez
2020-07-31[rubygems/rubygems] Remove now unneeded codeDavid Rodríguez
2020-07-31[rubygems/rubygems] Gem::Specification#to_ruby doesn't need `openssl`David Rodríguez
2020-07-31[rubygems/rubygems] Make sure tests at least load without opensslDavid Rodríguez
2020-07-31[rubygems/rubygems] Move openssl require to a separate fileDavid Rodríguez
2020-07-31[rubygems/rubygems] In the rubies we support `Exception#path` is always thereDavid Rodríguez
2020-07-31[rubygems/rubygems] Only require what we are usingDavid Rodríguez
2020-07-31[rubygems/rubygems] Let the original error happenDavid Rodríguez
2020-07-31[rubygems/rubygems] Remove unnecessary stuffDavid Rodríguez
2020-07-31[rubygems/rubygems] Reword warningbronzdoc
2020-07-31[rubygems/rubygems] Warn on duplicate dependency in a specificationbronzdoc
2020-07-31[rubygems/rubygems] Support PATH's using `File::ALT_SEPARATOR` in `Gem::Insta...David Rodríguez
2020-07-31[rubygems/rubygems] Move traling `if` to the same line for readablityDavid Rodríguez
2020-07-31[rubygems/rubygems] Prefer the standard separator on WindowsDavid Rodríguez
2020-07-31[rubygems/rubygems] fix missing identationColby Swandale
2020-07-31[rubygems/rubygems] Deduplicate the requirement operators in memoryJean Boussier
2020-07-31[rubygems/rubygems] Fix Kernel#warn override to handle backtrace location wit...Jeremy Evans
2020-07-31[rubygems/rubygems] Ignore internal frames in RubyGems' Kernel#warnBenoit Daloze
2020-07-31[rubygems/rubygems] Disallow warnings to creep into the test suiteDavid Rodríguez
2020-07-31[rubygems/rubygems] Fix test warningDavid Rodríguez
2020-07-31[rubygems/rubygems] Don't `super` on main test setupDavid Rodríguez
2020-07-31[rubygems/rubygems] Remove very old compatibility codeDavid Rodríguez
2020-07-31[rubygems/rubygems] Extract some common code into a private methodDavid Rodríguez
2020-07-31[rubygems/rubygems] Remove very old TODO noteDavid Rodríguez
2020-07-31[rubygems/rubygems] Optimize Gem.already_loaded?Jean Boussier
2020-07-31Bump version to 3.2.0.rc.1Hiroshi SHIBATA
2020-07-31[rubygems/rubygems] Simplify digest name selection and use SHA256Bart de Water
2020-07-31Stop using deprecated OpenSSL::Digest constantsBart de Water
2020-07-31[rubygems/rubygems] remove explicit require(s) for auto-loaded constant(s)Karol Bucek
2020-07-31[rubygems/rubygems] Test files should not be included in spec.filesMarc-Andre Lafortune
2020-07-31Enforce no empty lines around class body in rubygemsDavid Rodríguez
2020-07-30Extract version number from the sourceNobuyoshi Nakada
2020-07-28[ruby/net-ftp] Moved Net::Ftp::Version to Net::FTPNobuyoshi Nakada
2020-07-28Remove unnecessary word from commentSergio