aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Use `Net::HTTPClientException` instead of `Net::HTTPServerException`naruse2018-06-061-1/+1
* Add Net::HTTPClientException [Bug #14688]naruse2018-06-061-0/+8
* fix r63587naruse2018-06-061-18/+18
* fix r63587 with temporal patch to pass the tests. please re-fix it.ko12018-06-061-1/+1
* Introduce write_timeout to Net::HTTP [Feature #13396]naruse2018-06-062-5/+51
* Promote Prime library to default gems.hsbt2018-06-022-0/+25
* Promote Logger to default gems.hsbt2018-06-021-0/+22
* Fixed wrong require pathhsbt2018-06-021-1/+1
* Promote REXML to default gems.hsbt2018-06-021-0/+37
* Promote RSS library to default gems.hsbt2018-06-021-0/+33
* * remove trailing spaces.svn2018-05-302-3/+3
* Merge RubyGems 3.0.0.beta1.hsbt2018-05-3051-1077/+1009
* time.rb: fix parsing time zone in iso8601nobu2018-05-281-1/+1
* time.rb: fix parsing time zone in iso8601nobu2018-05-281-1/+1
* fileutils.rb: split fu_windows?nobu2018-05-191-6/+5
* Merge RubyGems 2.7.7hsbt2018-05-1820-33/+84
* http_proxy setting should respect both parent domain and subdomainnaruse2018-05-171-4/+9
* lib/optparse.rb: improve docsstomar2018-05-161-14/+17
* fileutils.rb: remove code for OS/2 emxnobu2018-05-161-11/+0
* Added workaround to fileutils for `make btest` without rbconfig.hsbt2018-05-151-2/+10
* Retry to merge fileutils-1.1.0.hsbt2018-05-152-23/+53
* Revert "Merge fileutils-1.1.0."mame2018-05-152-49/+23
* Merge fileutils-1.1.0.hsbt2018-05-152-23/+49
* optparse.rb: Remove redundant `.freeze`nobu2018-05-131-8/+8
* optparse.rb: [DOC] about into: optionnobu2018-05-121-0/+23
* irb.rb: update `_`nobu2018-05-121-7/+6
* rss: Add option Hash support to RSS::Parser.parsekou2018-05-121-2/+20
* lib/securerandom.rb: improve docsstomar2018-05-111-27/+27
* mkmf.rb: set cppflagsngoto2018-05-111-0/+1
* net/imap: Fix ArgumentError in send_string_datashugo2018-05-111-7/+7
* Use hard-coded file list instead of Dir.glob.hsbt2018-05-091-2/+1
* Revert "Use hard-coded vesion number for CI broken."hsbt2018-05-091-1/+3
* Use hard-coded vesion number for CI broken.hsbt2018-05-091-3/+1
* Fixed file structure for csv.gemspec.hsbt2018-05-091-1/+1
* * append newline at EOF.svn2018-05-091-1/+1
* Merge csv-1.0.2 from upstream.hsbt2018-05-098-817/+1033
* Merge rdoc-6.0.4 from upstream.hsbt2018-05-082-1/+2
* optparse: Suppress warningsnobu2018-05-061-2/+2
* securerandom.rb: [DOC] require in examplesnobu2018-05-051-0/+14
* Use `&.` instead of modifier ifkazu2018-05-041-4/+4
* rexml: Suppress warningskou2018-05-011-5/+5
* Use `&.` instead of modifier ifkazu2018-04-301-2/+2
* rexml: disable XPath 1.0 compatible "#{ELEMENT_NAME}" processing by defaultkou2018-04-282-9/+18
* [DOC] Fix capitallizing [ci skip]kazu2018-04-251-2/+2
* common.rb: unused constantnobu2018-04-251-3/+0
* [DOC] URI::Generic#port returns Integer [ci skip]kazu2018-04-231-2/+2
* net/imap: set SO_KEEPALIVE on TCP socketsnormal2018-04-221-1/+3
* rexml: Fix XPath bug of //#{ELEMENT_NAME}[#{POSITION}]kou2018-04-223-321/+497
* rexml: Fix XPath bug of /#{ELEMENT_NAME}kou2018-04-222-10/+23
* Improve docs for URI librarystomar2018-04-219-373/+344