summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge RubyGems and Bundler HEADHiroshi SHIBATA2022-05-2022-31/+31
* [ruby/did_you_mean] Fix `frozen_string_literal is ignored after any tokens` w...Jean byroot Boussier2022-05-201-1/+2
* [ruby/timeout] Remove redundant done? checkBenoit Daloze2022-05-191-1/+1
* [ruby/timeout] Synchronize all accesses to @doneBenoit Daloze2022-05-191-2/+4
* [ruby/timeout] Handle Timeout + fork and add test for itBenoit Daloze2022-05-191-22/+29
* [ruby/timeout] Reimplement Timeout.timeout with a single thread and a QueueBenoit Daloze2022-05-191-37/+88
* [ruby/irb] Fix documents for .irbrc pathKouhei Yanagita2022-05-181-3/+6
* [ruby/set] Fix a typoKazuhiro NISHIYAMA2022-05-161-1/+1
* [rubygems/rubygems] Use `Array#concat` in `SpecSet#for` to save memoryDavid Rodríguez2022-05-161-1/+1
* [rubygems/rubygems] Improve `bundler/setup` performance againDavid Rodríguez2022-05-161-1/+3
* [ruby/racc] [DOC] Remove stale `Object::ParseError` documentationNobuyoshi Nakada2022-05-161-1/+1
* [ruby/fileutils] [DOC] Enhanced RDoc for #ln (https://github.com/ruby/fileuti...Burdette Lamar2022-05-141-15/+44
* [ruby/logger] [DOC] Enhanced RDoc for Logger (https://github.com/ruby/logger/...Burdette Lamar2022-05-141-229/+240
* [ruby/logger] Update lib/logger.rbBurdette Lamar2022-05-131-1/+1
* [ruby/logger] Update lib/logger.rbBurdette Lamar2022-05-131-1/+1
* [ruby/logger] Update lib/logger.rbBurdette Lamar2022-05-131-1/+1
* [ruby/logger] Update lib/logger.rbBurdette Lamar2022-05-131-1/+1
* [ruby/logger] Update lib/logger.rbBurdette Lamar2022-05-131-1/+1
* [ruby/logger] Update lib/logger.rbBurdette Lamar2022-05-131-1/+1
* [ruby/logger] Update lib/logger.rbBurdette Lamar2022-05-131-1/+1
* [ruby/logger] Enhanced RDoc for LoggerBurdetteLamar2022-05-132-144/+289
* [rubygems/rubygems] Fix `Gemfile.lock` versions leaking to `bundler/inline` i...David Rodríguez2022-05-138-22/+29
* [rubygems/rubygems] Normalize parameter nameDavid Rodríguez2022-05-131-4/+4
* 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