summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* merge revision(s) 66536:naruse2018-12-253-1/+6
* Merge RDoc 6.1.0 from upstreamaycabta2018-12-231-1/+1
* Import CSV 3.0.2kou2018-12-238-624/+1219
* Merge RubyGems 3.0.1 from rubygems/rubygems.hsbt2018-12-236-16/+16
* ostruct.rb: Accept block for to_h [#15451].marcandre2018-12-221-2/+15
* rexml: upgrade to 3.1.8kou2018-12-2011-139/+286
* webrick: add the ability to override res, req creationnormal2018-12-191-2/+16
* Merge RubyGems 3.0.0 from upstream.hsbt2018-12-192-1/+2
* Update metadata of Bundler 1.17.2hsbt2018-12-191-0/+2
* Bump version to 1.0.0.hsbt2018-12-181-2/+2
* Import ipaddr 1.2.2knu2018-12-182-5/+7
* Enhance Tempfile docs [ci skip]nobu2018-12-161-11/+11
* Move autoload to toplevelnaruse2018-12-141-1/+1
* fix r66163naruse2018-12-141-1/+2
* No document of Tempfile::Remover [ci skip]nobu2018-12-141-1/+1
* Bump version to 1.3.0 same as the latest version of rubygems.org.hsbt2018-12-121-1/+1
* Bump library version same as released version of rubygems.orghsbt2018-12-121-1/+1
* Backport https://github.com/ruby/irb/pull/2hsbt2018-12-122-3/+2
* Backport https://github.com/ruby/shell/pull/1hsbt2018-12-121-0/+1
* open3.rb don't use keyword splat (**).akr2018-12-121-15/+86
* Disable tailcall optimization [Bug #15303]nobu2018-12-122-9/+1
* Merge rubygems@21f12a8 from upstream.hsbt2018-12-126-37/+48
* Merge Bundler 1.17.2 from upstream.hsbt2018-12-113-2/+4
* Downgrade Bundler 1.17.x from 2.0.0.hsbt2018-12-1117-61/+57
* ReFix r663197nobu2018-12-111-10/+10
* Fix r663197nobu2018-12-111-10/+10
* Preserve HTTP header key as string [Bug #15394]naruse2018-12-101-12/+14
* Net::ReadTimeout and Net::WriteTimeout should tell the cause socketusa2018-12-101-5/+31
* Merge RDoc 6.1.0.beta3 from upstreamaycabta2018-12-084-29/+53
* lib/monitor.rb: prevent to initialize MonitorMixin twicekazu2018-12-051-1/+5
* update to Unicode 11.0.0 (main step, not complete yet)duerst2018-12-051-94/+98
* Merge 2-0-stable branch from bundler/bundler.hsbt2018-12-041-1/+1
* Use delete_prefix instead of `sub(/\Afixed-pattern/, '')`kazu2018-12-045-6/+6
* Merge rubygems master@221bdeahsbt2018-12-041-1/+1
* Fixed test fails against OpenSSL 1.1.1.hsbt2018-12-031-1/+1
* drb: fix tests on Debian sid/unstable with OpenSSL 1.1.1anormal2018-12-031-2/+2
* webrick: fix tests on Debian sid/unstable with OpenSSL 1.1.1anormal2018-12-031-2/+2
* Remove `(nanosecond)` too [ci skip]kazu2018-12-031-1/+1
* time.rb: remove the unsupported formatting options from the document [ci skip]okkez2018-12-031-4/+1
* lib/pp.rb (Range#pretty_print): support endless rangemame2018-12-031-1/+1
* Refine RubyVM::AbstractSyntaxTree::Node#typenobu2018-12-031-4/+4
* Add RubyVM::AST#pretty_printnobu2018-12-031-0/+30
* optarse.rb: mention multiple descriptions [ci skip]nobu2018-12-021-0/+2
* Merge rubygems-3.0.0.beta3.hsbt2018-12-016-10/+65
* Remove unused variable in example code [ci skip]kazu2018-11-291-1/+0
* time.rb: Move documents and stop othersnobu2018-11-291-73/+101
* Get rid of block-less Proc.newnobu2018-11-281-1/+2
* Remove useless backslashnobu2018-11-281-1/+1
* Merge rubygems upstream from https://github.com/rubygems/rubygems/commit/2c49...hsbt2018-11-285-25/+23
* lib/monitor.rb: avoid race conditions by Thread.handle_interruptshugo2018-11-281-7/+11