aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge fileutils-1.2.0 from ruby/fileutils.hsbt2019-03-272-12/+18
* Removed from standard library. No one maintains it from Ruby 2.0.0.hsbt2019-03-112-160/+0
* fall back to copy + unlink on EPERMhsbt2019-03-111-1/+2
* Removed circular requirenobu2019-03-111-1/+0
* Ignore to handle the different platformhsbt2019-03-072-2/+7
* update Unicode version (and Emoji version) to 12.0.0duerst2019-03-061-79/+80
* Merge RubyGems upstream: 56c0bbb69e4506bda7ef7f447dfec5db820df20bhsbt2019-03-0516-128/+147
* Use ENV["BUNDLE_GEM"] instead of gem command provided by system ruby.hsbt2019-02-181-2/+4
* Fixup r66984. It breakes bundler's examples.hsbt2019-02-181-1/+1
* Merge RubyGems master@9be7858f7f17eae3058204f3c03e4b798ba18b9chsbt2019-02-1488-184/+360
* Removed moving toplevel header since r12501nobu2019-02-081-1/+0
* Replace outdated blockless proc call with block argument syntaxheadius2019-02-071-4/+4
* Ignore to add bundler lib direcotry if it is same as rubylibdir.hsbt2019-02-051-1/+1
* rdoc.css: make label-list compactnobu2019-02-021-0/+5
* Fixed gemspec location of bundler.hsbt2019-02-011-1/+1
* Fix exception namespacenobu2019-01-311-1/+1
* Upgrade CSV to 3.0.4kou2019-01-257-54/+115
* Upgrade RSS to 0.2.8kou2019-01-256-31/+87
* tmpdir.rb: permission of user given directorynobu2019-01-231-5/+12
* Merge rubygems master targeted RubyGems 3.1.0.hsbt2019-01-2210-44/+44
* * lib/net/http.rb: handle Errno::ETIMEDOUT in Net::HTTP#transport_requestglass2019-01-211-1/+1
* lib/securerandom.rb: [DOC] small grammar fixesstomar2019-01-201-2/+2
* raise FrozenError instead of RuntimeErrorkazu2019-01-201-1/+1
* [DOC] Refactors documentation for `Forwardable`nobu2019-01-201-4/+3
* Prefer block_given? to iterator?nobu2019-01-184-7/+7
* rdoc: ignore gemspec filesnobu2019-01-131-0/+1
* rdoc: ignore garbage filesnobu2019-01-131-1/+3
* Fix remaining syntax errors in Binding#irb docsnobu2019-01-131-3/+3
* proc.c: proc without blocknobu2019-01-102-5/+4
* Fix mday overflownobu2019-01-061-1/+10
* Merge Bundler 2.0.1 from upstream.hsbt2019-01-0421-72/+86
* [DOC] escape descriptions [ci skip]nobu2019-01-042-3/+4
* [DOC] mark function names [ci skip]nobu2019-01-041-9/+8
* [DOC] split a tag for each function name [ci skip]nobu2019-01-041-2/+2
* [DOC] Fix close tags [ci skip]kazu2019-01-044-6/+5
* Merge rubygems-3.0.2.hsbt2019-01-013-3/+18
* Revert "lib/net/http.rb: use connect_timeout instead of Timeout"glass2018-12-314-27/+18
* lib/net/http.rb: use connect_timeout instead of Timeoutglass2018-12-314-18/+27
* Unset SOURCE_DATE_EPOCH on Rubygems test casessorah2018-12-301-0/+1
* erb.rb: increase warn level only when non-zero safe_levelk0kubun2018-12-291-1/+3
* Revert "erb.rb: print deprecation warning with warn level 1"k0kubun2018-12-291-4/+4
* [DOC] SecureRandom is extended by Random::Formatter.akr2018-12-271-0/+17
* delete emacs mode lines [ci skip]shyouhei2018-12-271-5/+0
* Fix Net::Protocol::BufferedIO#write when sending large multi-byte stringnobu2018-12-271-1/+1
* erb.rb: print deprecation warning with warn level 1k0kubun2018-12-251-4/+4
* Import REXML 3.1.9kou2018-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