summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* mkmf: Add a configure option to set verbose mode (V=1 or 0) in mkmf.rb.Jun Aruga2022-05-121-1/+2
* [ruby/uri] Improve URI.register_scheme tests and automatically upcase the giv...Benoit Daloze2022-05-121-1/+6
* [ruby/uri] Add URI::Generic#decoded_#{user,password}Jeremy Evans2022-05-122-10/+45
* [ruby/uri] Update file.rbFrank Schmitt2022-05-121-0/+6
* [ruby/fileutils] Update lib/fileutils.rbBurdette Lamar2022-05-121-1/+1
* [ruby/fileutils] Enhanced RDoc for FileUtilsBurdetteLamar2022-05-121-14/+52
* [ruby/rdoc] Fix dead link in RDoc::MarkupPeter Zhu2022-05-121-1/+1
* [ruby/fileutils] Enhanced RDoc for FileUtilsBurdetteLamar2022-05-111-2/+4
* [ruby/fileutils] Enhanced RDoc for FileUtilsBurdetteLamar2022-05-111-18/+63
* [rubygems/rubygems] Fix error message on metadata mismatchesDavid Rodríguez2022-05-111-1/+1
* [rubygems/rubygems] Cleanup old legacy codeDavid Rodríguez2022-05-092-10/+2
* [ruby/net-http] Bump version to 0.2.2Hiroshi SHIBATA2022-05-091-1/+1
* [ruby/getoptlong] Fixup https://github.com/ruby/getoptlong/commit/39faa7b390f0Hiroshi SHIBATA2022-05-091-11/+11
* [rubygems/rubygems] Fix typo in documentationDominik Bauernfeind2022-05-061-1/+1
* [rubygems/rubygems] Update man page for `require` option in `bundle add` commandnobuyo2022-05-0626-29/+36
* [ruby/logger] Prefer String#[0, 1] over [0..0]Akira Matsuda2022-05-051-1/+1
* [rubygems/rubygems] Also speed up the case when nothing changedDavid Rodríguez2022-05-041-3/+6
* [rubygems/rubygems] Make looping more concise with `select`David Rodríguez2022-05-041-5/+2
* [rubygems/rubygems] Don't converge specs in frozen modeDavid Rodríguez2022-05-041-4/+4
* [ruby/getoptlong] Enhanced RDoc for GetoptLong (https://github.com/ruby/getop...Burdette Lamar2022-05-031-160/+411
* [rubygems/rubygems] Generalize description to account for different push serversMatthias Viehweger2022-04-291-2/+6
* [rubygems/rubygems] Clarify description of owner-flagsMatthias Viehweger2022-04-291-3/+4
* Merge https://github.com/rubygems/rubygems/commit/3f7d0352e84b29d4a2d4cd93b31...Hiroshi SHIBATA2022-04-2819-419/+525
* Merge rubygems master 1e4eda741d732ca1bd7031aef0a16c7348adf7a5Hiroshi SHIBATA2022-04-2817-26/+22
* [rubygems/rubygems] All supported rubies have `File.realpath`David Rodríguez2022-04-281-1/+1
* [rubygems/rubygems] Add missing `open3` requiresDavid Rodríguez2022-04-281-0/+1
* Merge RubyGems/Bundler masterHiroshi SHIBATA2022-04-286-12/+322
* [rubygems/rubygems] Fix missing required rubygems version when using old APIsDavid Rodríguez2022-04-281-1/+4
* [ruby/net-http] Bump version to 0.2.1.pre1Charles Oliver Nutter2022-04-281-1/+1
* [DOC] Change URLs from git.ioKazuhiro NISHIYAMA2022-04-271-1/+1
* Use compiled instead of compliedKaíque Kandy Koga2022-04-261-2/+2
* [ruby/rdoc] Fix a typo [ci skip]Kazuhiro NISHIYAMA2022-04-251-1/+1
* Remove unnecessary sortKazuhiro NISHIYAMA2022-04-231-2/+2
* [ruby/uri] Include RFC2396_REGEXP module directlyPeter Zhu2022-04-222-3/+3
* [ruby/uri] Feat: Support WSSOKURA Masafumi2022-04-221-0/+1
* [ruby/net-http] Feature detect to make net/http usable with JRubyKarol Bucek2022-04-201-4/+8
* [ruby/net-http] Add ignore_eof access to HTTP and HTTPResponseJeremy Evans2022-04-202-1/+12
* [ruby/tsort] Small tweaks for easier vendoringDavid Rodríguez2022-04-181-10/+10
* [rubygems/rubygems] I don't think this is necessaryDavid Rodríguez2022-04-161-2/+0
* [ruby/set] Repair format for What's HereBurdetteLamar2022-04-161-41/+41
* [rubygems/rubygems] Add modern rubies to the platformsBobby McDonald2022-04-162-0/+19
* [ruby/rdoc] Fix links in docsPeter Zhu2022-04-151-4/+4
* [ruby/rdoc] Apply matching word pairs to underscore-methodsNobuyoshi Nakada2022-04-141-2/+3
* [rubygems/rubygems] Fix formatting in docsPeter Zhu2022-04-141-4/+4
* [ruby/rdoc] Allow cross references to methods including underscoresNobuyoshi Nakada2022-04-141-1/+7
* [ruby/net-http] Update the content-length heading when decoding bodiesJeremy Evans2022-04-141-0/+11
* [ruby/rdoc] Only parse valid URLsPeter Zhu2022-04-131-1/+3
* [ruby/net-http] Add HTTP#response_body_encoding for setting response body enc...Jeremy Evans2022-04-122-0/+173
* [rubygems/rubygems] Use `ask_yes_no`Ashley Ellis Pierce2022-04-061-4/+4
* [rubygems/rubygems] Extract default_host methodAshley Ellis Pierce2022-04-061-3/+8