aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib/webrick/log.rb: sanitize any type of logsmame2017-09-142-6/+2
* Update gemspec for gem released versions.hsbt2017-09-142-26/+41
* remove an unused variable (sometimes it fails test).ko12017-09-141-1/+0
* Removed needless magic-comment for encodings.hsbt2017-09-132-2/+0
* Fixup r59856. Added workaround for JRuby.hsbt2017-09-131-2/+8
* Added executable to bundler template.hsbt2017-09-131-0/+0
* Partly reverted r59845.hsbt2017-09-121-2/+2
* Fix problem when open in emacs [ci skip]kazu2017-09-121-2/+2
* Merge csv-0.1.0 from upstream.hsbt2017-09-122-15/+17
* Fixed install error with rdoc.gemspechsbt2017-09-121-1/+7
* * remove trailing spaces.svn2017-09-123-109/+109
* Merge rdoc-6.0.0.beta2 from upstream.hsbt2017-09-1215-2031/+1220
* lib/securerandom.rb: test one byte to determine urandom or opensslmame2017-09-111-5/+1
* Remove commented out code of URI::HTTP.new.hsbt2017-09-111-24/+0
* Remove commented out code of SecureRandom.random_number.hsbt2017-09-111-47/+0
* 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