summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2020-07-27Use typewriter notation for var[:sym] correctlyaycabta
2020-07-24[ruby/optparse] Fix ls-files matching regexpNobuyoshi Nakada
2020-07-23Suppress "assigned but unused variable" warningsYusuke Endoh
2020-07-23[ruby/observer] add symbol usage example to Observer#add_observer [doc]Tom Rothe
2020-07-23[ruby/optparse] Define OptionParser::VersionNobuyoshi Nakada
2020-07-23[ruby/optparse] Update required ruby versionNobuyoshi Nakada
2020-07-22Promote optparse to default gemsHiroshi SHIBATA
2020-07-22Add require 'irb/ruby-lex' to use RubyLexaycabta
2020-07-22[ruby/rdoc] Create link to unary operator methods correctlyhyrious
2020-07-22[ruby/rdoc] Remove empty lines from html file by using ERB trim_mode flagBenoit Tigeot
2020-07-22[ruby/rdoc] Fix parsing of rb_define_module_underJeremy Evans
2020-07-22[ruby/rdoc] Fix RDoc::Context#instance_method_listaycabta
2020-07-22[ruby/irb] handle rescue modifier properlyNobuhiro IMAI
2020-07-22[ruby/irb] Fix error when `inspect` is called but not found in inspectorMasataka Pocke Kuwabara
2020-07-22[ruby/irb] Simplify RubyLex.compile_with_errors_suppressedaycabta
2020-07-22[ruby/irb] Suppress incomplete encoding magic comment erroraycabta