aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Integrate LICENSE file of rubygems to LEGAL.hsbt2017-09-231-54/+0
* Prefer adapting specs to complicating library codeeregon2017-09-201-7/+1
* Adapt tools to follow spec/rubyspec => spec/ruby renameeregon2017-09-201-1/+1
* Add MonitorMinx#mon_locked? and #mon_owned? to check states of objectsshugo2017-09-201-0/+14
* Alias Set#=== to #include?knu2017-09-191-0/+17
* webrick: handle EAGAIN/EWOULDBLOCK on proxy connectionsnormal2017-09-191-4/+4
* Define the MIME type for JSON in WEBrick::HTTPUtils::DefaultMimeTypes.hsbt2017-09-191-0/+1
* fileutils.rb: error at rmdirnobu2017-09-161-4/+4
* To use github url for gemspec.hsbt2017-09-151-1/+1
* Find.find -> Use Dir.children instead of Dir.entriesnaruse2017-09-151-2/+1
* include query parameters in Net::HTTP.postnaruse2017-09-151-1/+1
* 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