summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2021-05-05[ruby/erb] Document that `<% #` doesn't workTakashi Kokubun
2021-04-30[ruby/irb] Need reline >= 0.1.6ima1zumi
2021-04-28[ruby/ostruct] Add compatibility for to_h with block in Ruby 2.5Marc-Andre Lafortune
2021-04-28[ruby/ostruct] Compatibility with Ruby 2.5Marc-Andre Lafortune
2021-04-28[ruby/net-imap] Fix typo intentionaly -> intentionally [ci skip]Ryuta Kamizono
2021-04-28[ruby/net-http] Initialize OpenSSL early before creating TCPSocketJeremy Evans
2021-04-28[ruby/net-http] Fix the regexp used to clean the hostJean Boussier
2021-04-28[ruby/net-http] Decode user and password from env configured proxyLukas Eipert
2021-04-28[ruby/net-http] Replace Timeout.timeout in Net:HTTP#connectmohamed
2021-04-28[ruby/net-smtp] mod: bump to a new VERSION that could be checked for testings...Tom Freudenberg
2021-04-28[ruby/net-smtp] Removed needless files from Gem::Specification#filesHiroshi SHIBATA
2021-04-28[ruby/net-smtp] Replace Timeout.timeout with socket timeoutmohamed
2021-04-28[ruby/net-smtp] Net::SMTP.start() and #start() accepts ssl_context_params key...Tom Freudenberg
2021-04-27[ruby/net-ftp] Replace "iff" with "if and only if"Gannon McGibbon
2021-04-27[ruby/net-ftp] Reduce resource cosumption of Net::FTP::TIME_PARSERShugo Maeda
2021-04-27[ruby/net-ftp] Close the passive connection data socket if there is an error ...Jeremy Evans
2021-04-27[ruby/net-ftp] Replace Timeout.timeout with socket timeoutmohamed
2021-04-27[ruby/matrix] v0.4.1Marc-Andre Lafortune
2021-04-27[ruby/matrix] v0.4.0Marc-Andre Lafortune
2021-04-27[ruby/matrix] Use Gemfile instead of Gem::Specification#add_development_depen...Hiroshi SHIBATA
2021-04-26Revert "disable shareable_constant_value for CI"Yusuke Endoh
2021-04-26[ruby/irb] Added `colorable` keyword optionNobuyoshi Nakada
2021-04-26[ruby/irb] Fix typo ture -> true [ci skip]Ryuta Kamizono
2021-04-26disable shareable_constant_value for CIKoichi Sasada
2021-04-22[ruby/uri] Use Regexp#match? to avoid extra allocationsSteven Harman
2021-04-22[ruby/uri] remove comment about URI::escape as it is removedFelix Wong
2021-04-22[ruby/uri] Set required_ruby_version to 2.4 in gemspecJeremy Evans
2021-04-22[ruby/uri] Only use UnboundMethod#bind_call if it is availableJeremy Evans
2021-04-22[ruby/uri] Optimize URI#hostname and URI#hostname=Lukas Zapletal
2021-04-22[ruby/uri] Upstream Java proxy property checks from JRubyCharles Oliver Nutter
2021-04-22[ruby/net-imap] Bump version to 0.2.1Shugo Maeda
2021-04-22[ruby/net-imap] Set timeout for IDLE responsesShugo Maeda
2021-04-22Merge net-imap-0.2.0Hiroshi SHIBATA
2021-04-22[ruby/benchmark] gemspec: Explicitly have 0 executablesOlle Jonsson
2021-04-22[ruby/benchmark] Add comment about terminating newline in captions; fix test ...Keith Bennett
2021-04-22[ruby/cgi] gemspec: Explicitly empty executables listOlle Jonsson
2021-04-22[ruby/cgi] handle invalid encodingpavel
2021-04-22[ruby/time] Make Time friendly to RactorKir Shatrov
2021-04-21[ruby/pp] Bump version to 0.2.0Hiroshi SHIBATA
2021-04-21[ruby/pp] Support < Ruby 3.0Hiroshi SHIBATA
2021-04-21[ruby/resolv] gemspec: Explicitly list 0 executablesOlle Jonsson
2021-04-21[ruby/forwardable] gemspec: Explicitly empty the executables listOlle Jonsson
2021-04-21[ruby/base64] gemspec: Use an explicit file listOlle Jonsson
2021-04-21[ruby/base64] gemspec: Explicitly empty executables listOlle Jonsson
2021-04-21[ruby/abbrev] gemspec: Explicitly empty executables listOlle Jonsson
2021-04-20[ruby/logger] Replace "iff" with "if and only if"Gannon McGibbon
2021-04-15Merge the master branch of RubyGemsHiroshi SHIBATA
2021-04-15Merge the master branch of BundlerHiroshi SHIBATA
2021-04-14[ruby/matrix] Fix a typo in a error messageuniversato
2021-04-11mkmf.rb: convert also arch_hdrdir [Bug #16651]Nobuyoshi Nakada