summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-09-05Merge csv-3.0.0 from ruby/csv repository.hsbt
2018-09-04RubyGems installer.rb - fix up my mistakes in r64582nobu
2018-09-03Use unpack1 instead of unpack and `[0]`kazu
2018-09-01[DOC] Add %Q and %+ to strptime [ci skip]kazu
2018-08-28Fixed test failures in mswin environment at r64555.hsbt
2018-08-27* remove trailing spaces.svn
2018-08-27Merge master branch from rubygems upstream.hsbt
2018-08-27Merge rdoc-6.1.0.beta1.hsbt
2018-08-25drb: close graceful shutdown pipe before socketnormal
2018-08-25drb: simplify shutdown pipe close logicnormal
2018-08-20Update link to Email address specificationkazu
2018-08-14webrick/httpauth/htgroup.rb (flush): avoid unnecessary unlinknormal
2018-08-09Include the input in the message when raising InvalidAddressErrorknu
2018-08-08net/http, net/ftp: fix session resumption with TLS 1.3rhe
2018-08-07Support old versions of Ruby with FrozenError.hsbt
2018-08-07Fallback to load version constant for ruby core repository.hsbt
2018-08-07Removed needless date attribute from gemspec of default gems.hsbt
2018-07-31Add same comment to thwait.gemspec like other gemspec at r64145kazu
2018-07-31Try to load version file of github repository at first.hsbt
2018-07-31Fixed inconsistency gemspec location.hsbt
2018-07-31Fixed inconsistency file structure for gemspec.hsbt
2018-07-28Fix filename in comment [ci skip]kazu
2018-07-28fix range check for Hangul jamo trailers in Unicode normalizationduerst
2018-07-27Escape debug output in InvalidURIError exceptions.tenderlove
2018-07-26lib/ostruct: Remove unnecessary `__send__`marcandre
2018-07-26webrick: Support bcrypt password hashingnormal
2018-07-25Fixes the File::CREAT logger documentationtenderlove
2018-07-25Promote Mutex_m to Default gems.hsbt
2018-07-25Promote Exception2MessageMapper to Default gems.hsbt
2018-07-25Promote ThWait to Default gems.hsbt
2018-07-25Promote Forwardable to default gems.hsbt
2018-07-24time.rb: yday supportnobu
2018-07-23Revert previous commit and split lib/tracer/version.rbkazu
2018-07-23Revert partially to avoid test error temporarilykazu
2018-07-20Promote Shell library to default gems.hsbt
2018-07-20Fixed wrong library patFixed wrong library pathhhsbt
2018-07-20Do not use `git ls-files` for file listing.kazu
2018-07-20Promote Tracer to default gems.hsbt
2018-07-17Promote Synchronizer to default gems.hsbt
2018-07-14webrick/httpresponse: set_redirect requires a valid URInormal
2018-07-09Promote irb library to default gems.hsbt
2018-07-04Fallback to Digest::SHA512kazu
2018-07-01lib/.document: add csvktsj
2018-06-28Fix typo of file path [ci skip]a_matsuda
2018-06-24lib/prime.rb: remove unused methodsmame
2018-06-20Thread is always provided at current ruby version.hsbt
2018-06-19lib/drb/extservm.rb (service): do not return `false'normal
2018-06-14Get rid of warnings of test/specusa
2018-06-12lib/securerandom.rb: improve docsstomar
2018-06-08write_timeout doc upates [skip ci]naruse