aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge rdoc-6.1.0.beta2aycabta2018-10-1727-443/+459
* revert r65091, r65090 because ci failsduerst2018-10-161-98/+94
* update to Unicode 11.0.0 (basic step, not complete yet)duerst2018-10-161-94/+98
* default gems: add missing comment in gemspecstomar2018-10-126-0/+6
* Time.parse based from non-Time objectnobu2018-10-091-1/+1
* fileutils.rb: restore documentation for FileUtilsstomar2018-10-031-8/+7
* Check whether to skip every framenobu2018-09-242-2/+10
* Kernel#warn accepts multiple messagesnobu2018-09-241-3/+3
* webrick: raise EOFError in parse when read line is nilnormal2018-09-241-1/+3
* revert r64817: kernel_warn.rb: skip kernel_require.rbnobu2018-09-241-1/+0
* kernel_warn.rb: skip kernel_require.rbnobu2018-09-242-0/+22
* Matrix: Add #reflexive? method. [Fix GH-1730]marcandre2018-09-201-0/+9
* net/http: Improve net/http header error message.marcandre2018-09-191-1/+1
* Merge upstream revision of rubygems/rubygems.hsbt2018-09-187-69/+121
* lib/matrix: Fix potential bug of Vector#angle_withmarcandre2018-09-161-3/+7
* Work on Benchmark::Tms documentation [ci skip]nobu2018-09-151-5/+8
* Extracted file list for csv.gemspec.hsbt2018-09-061-1/+1
* * append newline at EOF.svn2018-09-051-1/+1
* Merge csv-3.0.0 from ruby/csv repository.hsbt2018-09-055-8/+22
* RubyGems installer.rb - fix up my mistakes in r64582nobu2018-09-041-7/+11
* Use unpack1 instead of unpack and `[0]`kazu2018-09-031-1/+1
* [DOC] Add %Q and %+ to strptime [ci skip]kazu2018-09-011-0/+2
* Fixed test failures in mswin environment at r64555.hsbt2018-08-281-3/+4
* * remove trailing spaces.svn2018-08-272-3/+3
* Merge master branch from rubygems upstream.hsbt2018-08-2733-158/+329
* Merge rdoc-6.1.0.beta1.hsbt2018-08-2711-163/+216
* drb: close graceful shutdown pipe before socketnormal2018-08-252-0/+2
* drb: simplify shutdown pipe close logicnormal2018-08-251-9/+3
* Update link to Email address specificationkazu2018-08-201-1/+1
* webrick/httpauth/htgroup.rb (flush): avoid unnecessary unlinknormal2018-08-141-4/+7
* Include the input in the message when raising InvalidAddressErrorknu2018-08-091-0/+2
* net/http, net/ftp: fix session resumption with TLS 1.3rhe2018-08-082-3/+9
* Support old versions of Ruby with FrozenError.hsbt2018-08-071-1/+2
* Fallback to load version constant for ruby core repository.hsbt2018-08-075-5/+25
* Removed needless date attribute from gemspec of default gems.hsbt2018-08-073-3/+0
* Add same comment to thwait.gemspec like other gemspec at r64145kazu2018-07-311-0/+1
* Try to load version file of github repository at first.hsbt2018-07-318-8/+48
* Fixed inconsistency gemspec location.hsbt2018-07-311-1/+1
* Fixed inconsistency file structure for gemspec.hsbt2018-07-311-1/+1
* Fix filename in comment [ci skip]kazu2018-07-281-1/+1
* fix range check for Hangul jamo trailers in Unicode normalizationduerst2018-07-281-1/+1
* Escape debug output in InvalidURIError exceptions.tenderlove2018-07-271-2/+2
* lib/ostruct: Remove unnecessary `__send__`marcandre2018-07-261-1/+1
* webrick: Support bcrypt password hashingnormal2018-07-262-4/+45
* Fixes the File::CREAT logger documentationtenderlove2018-07-251-1/+1
* Promote Mutex_m to Default gems.hsbt2018-07-252-0/+25
* Promote Exception2MessageMapper to Default gems.hsbt2018-07-252-0/+24
* Promote ThWait to Default gems.hsbt2018-07-252-0/+24
* Promote Forwardable to default gems.hsbt2018-07-252-1/+23
* time.rb: yday supportnobu2018-07-241-4/+15