aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge bundler to standard libraries.hsbt2017-09-08202-0/+24899
* update Ruby to Unicode 10.0.0duerst2017-09-061-77/+80
* getoptlong.rb: multiline regexpsnobu2017-09-021-10/+10
* to_str -> to_sko12017-08-301-1/+1
* A HTTP Header value must not contain CR or LF.naruse2017-08-301-2/+30
* * remove trailing spaces.svn2017-08-293-109/+109
* Merge rdoc-6.0.0.beta1.hsbt2017-08-2917-313/+456
* Partly reverted r59642. Because IO#close is idempotent since Ruby 2.3.hsbt2017-08-291-1/+1
* resolv.rb: remove unnecessary require statementglass2017-08-291-1/+0
* Merge rubygems-2.6.13.hsbt2017-08-286-7/+36
* lib/csv.rb: refactor and optimize. This changeglass2017-08-281-23/+24
* lib/net/imap.rb: Accept continuation requests without response textshugo2017-08-271-3/+8
* `$IGNORECASE` is no longer effective. [ci skip]kazu2017-08-251-3/+1
* csv.rb: optimize CSV::Table#to_a and #to_csvglass2017-08-251-13/+9
* Fixed regression to convert blank value at r45497.hsbt2017-08-221-1/+1
* Gracefully handle CSV IO when file descriptor closed.hsbt2017-08-221-1/+1
* Fixed equality method fails when given the object that doesn't support table ...hsbt2017-08-221-1/+2
* Fixed to write_headers option behavior when given no rows.hsbt2017-08-221-2/+7
* Escape skip_lines string before convert to Regexp.hsbt2017-08-221-1/+1
* Extract files variables of ipaddr.gemspec for non git environment.hsbt2017-08-161-3/+1
* ftp.rb: fix example format [ci skip]nobu2017-08-151-2/+2
* fix documentation of REXML::Formatters::Default (id_hack -> ie_hack) [ci skip]duerst2017-08-141-1/+1
* REXML: Fix a bug that unexpected methods can be called as a XPath functionkou2017-08-131-3/+26
* use stable sort.ko12017-08-041-1/+2
* Fix `NameError: uninitialized constant Net`kazu2017-08-041-0/+2
* Use `register_scanner` instead of `regist_scanner`kazu2017-08-041-2/+2
* Add deprecated warning to ERB::Compiler::SimpleScanner2kazu2017-08-041-0/+1
* Fix variable name in example of net/popkazu2017-08-021-1/+1
* Fix net/pop code example syntax errorkazu2017-08-021-4/+4
* Fix cgi/core code example missing commakazu2017-08-021-1/+1
* ipaddr is now a default gem with an upstream at: https://github.com/ruby/ipaddrknu2017-08-021-0/+28
* rexml: Remove needless documentkou2017-07-281-2/+0
* csv.rb: fix incompatibility introduced in r59428glass2017-07-281-60/+46
* csv.rb: use keyword parametersglass2017-07-271-90/+71
* csv.rb: use Array#to_hglass2017-07-271-2/+1
* lib/net/imap.rb: support CHANGEDSINCE and MODSEQshugo2017-07-261-8/+45
* optparse.rb: case-sensitive candidatenobu2017-07-241-4/+4
* optparse.rb: [DOC] fix keysnobu2017-07-211-5/+5
* Use `unpack1` instead of `unpack` and `[0]`kazu2017-07-201-2/+2
* logger.rb: Fix handling prognamesonots2017-07-201-1/+3
* lib/net/pop.rb: support timeout for TLS handshakeshugo2017-07-191-1/+1
* lib/net/imap.rb: Ignore trailing space for Microsoft Exchange Servershugo2017-07-191-0/+4
* webrick: fix SNI supportnormal2017-07-182-5/+24
* Alias Set#to_s to #inspect [ruby-core:81753] [Feature #13676]knu2017-07-141-0/+2
* optparse.rb: get rid of evalnobu2017-07-121-7/+13
* webrick: add Server Name Indication (SNI)normal2017-07-072-0/+59
* Fix DecimalInteger converting to octal bugnobu2017-07-061-1/+1
* un.rb: use OpenSSL::PKey.read instead of OpenSSL::PKey::RSA.newrhe2017-07-051-3/+4
* un.rb: support httpsnobu2017-07-051-1/+12
* Delegate to `eql?` [Fix GH-1564]nobu2017-06-241-1/+9