summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-09-06update Ruby to Unicode 10.0.0duerst
2017-09-02getoptlong.rb: multiline regexpsnobu
2017-08-30to_str -> to_sko1
2017-08-30A HTTP Header value must not contain CR or LF.naruse
2017-08-29* remove trailing spaces.svn
2017-08-29Merge rdoc-6.0.0.beta1.hsbt
2017-08-29Partly reverted r59642. Because IO#close is idempotent since Ruby 2.3.hsbt
2017-08-29resolv.rb: remove unnecessary require statementglass
2017-08-28Merge rubygems-2.6.13.hsbt
2017-08-28lib/csv.rb: refactor and optimize. This changeglass
2017-08-27lib/net/imap.rb: Accept continuation requests without response textshugo
2017-08-25`$IGNORECASE` is no longer effective. [ci skip]kazu
2017-08-25csv.rb: optimize CSV::Table#to_a and #to_csvglass
2017-08-22Fixed regression to convert blank value at r45497.hsbt
2017-08-22Gracefully handle CSV IO when file descriptor closed.hsbt
2017-08-22Fixed equality method fails when given the object that doesn't support table ...hsbt
2017-08-22Fixed to write_headers option behavior when given no rows.hsbt
2017-08-22Escape skip_lines string before convert to Regexp.hsbt
2017-08-16Extract files variables of ipaddr.gemspec for non git environment.hsbt
2017-08-15ftp.rb: fix example format [ci skip]nobu
2017-08-14fix documentation of REXML::Formatters::Default (id_hack -> ie_hack) [ci skip]duerst
2017-08-13REXML: Fix a bug that unexpected methods can be called as a XPath functionkou
2017-08-04use stable sort.ko1
2017-08-04Fix `NameError: uninitialized constant Net`kazu
2017-08-04Use `register_scanner` instead of `regist_scanner`kazu
2017-08-04Add deprecated warning to ERB::Compiler::SimpleScanner2kazu
2017-08-02Fix variable name in example of net/popkazu
2017-08-02Fix net/pop code example syntax errorkazu
2017-08-02Fix cgi/core code example missing commakazu
2017-08-02ipaddr is now a default gem with an upstream at: https://github.com/ruby/ipaddrknu
2017-07-28rexml: Remove needless documentkou
2017-07-28csv.rb: fix incompatibility introduced in r59428glass
2017-07-27csv.rb: use keyword parametersglass
2017-07-27csv.rb: use Array#to_hglass
2017-07-26lib/net/imap.rb: support CHANGEDSINCE and MODSEQshugo
2017-07-24optparse.rb: case-sensitive candidatenobu
2017-07-21optparse.rb: [DOC] fix keysnobu
2017-07-20Use `unpack1` instead of `unpack` and `[0]`kazu
2017-07-20logger.rb: Fix handling prognamesonots
2017-07-19lib/net/pop.rb: support timeout for TLS handshakeshugo
2017-07-19lib/net/imap.rb: Ignore trailing space for Microsoft Exchange Servershugo
2017-07-18webrick: fix SNI supportnormal
2017-07-14Alias Set#to_s to #inspect [ruby-core:81753] [Feature #13676]knu
2017-07-12optparse.rb: get rid of evalnobu
2017-07-07webrick: add Server Name Indication (SNI)normal
2017-07-06Fix DecimalInteger converting to octal bugnobu
2017-07-05un.rb: use OpenSSL::PKey.read instead of OpenSSL::PKey::RSA.newrhe
2017-07-05un.rb: support httpsnobu
2017-06-24Delegate to `eql?` [Fix GH-1564]nobu
2017-06-22Fix exception type in option type checkerglass