summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2022-07-16[rubygems/rubygems] Drop support for old `Gem::Specification` versionsNobuyoshi Nakada
2022-07-16[ruby/reline] Use color name instead of code (integer) in dialog color APIsst0012
2022-07-15[rubygems/rubygems] Use https protocol for URLs for config mirrorTakuya Noguchi
2022-07-15[rubygems/rubygems] Fix wrong information about default RubyGems sourceTakuya Noguchi
2022-07-14[ruby/un] Support `FileUtils.cp_lr`Nobuyoshi Nakada
2022-07-14[ruby/timeout] gemspec: Drop unused directives "executables"Olle Jonsson
2022-07-14[rubygems/rubygems] Fix misleading error if compact index cannot be copiedDavid Rodríguez
2022-07-14[rubygems/rubygems] Fix `gem update --system` crash while regenerating binstubsDavid Rodríguez
2022-07-13[ruby/timeout] Give a name to the background threadJean Boussier
2022-07-13Merge RubyGems and Bundler masterHiroshi SHIBATA
2022-07-12[ruby/irb] [DOC] Include updated help message (https://github.com/ruby/irb/pu...Burdette Lamar
2022-07-11[ruby/rdoc] Fix the known classes moreNobuyoshi Nakada
2022-07-11[ruby/rdoc] Fix an exception class nameNobuyoshi Nakada
2022-07-08[ruby/irb] Additions/revisions to help-message (https://github.com/ruby/irb/p...Burdette Lamar
2022-07-07[ruby/pstore] Emphasize keys instead of roots, values instead of objects (htt...Burdette Lamar
2022-07-06[rubygems/rubygems] add message when gems are requested to be updated but the...Brian Le
2022-07-06[rubygems/rubygems] output gems already up-to-date regardless if any gems wer...Brian Le
2022-07-02[ruby/pstore] Enhanced RDocBurdetteLamar
2022-07-02[ruby/pstore] Enhanced RDocBurdetteLamar
2022-07-02[ruby/pstore] Enhanced RDocBurdetteLamar
2022-07-02[ruby/pstore] Enhanced RDocBurdetteLamar
2022-07-02[ruby/pstore] Enhanced RDocBurdetteLamar
2022-07-02[ruby/pstore] Enhanced RDocBurdetteLamar
2022-07-02[ruby/pstore] Enhanced RDocBurdetteLamar
2022-07-02[ruby/pstore] Enhanced RDocBurdetteLamar
2022-07-02[ruby/pstore] Enhanced RDocBurdetteLamar
2022-07-02[rubygems/rubygems] Account for default gems not having remote when cachingDavid Rodríguez
2022-07-02[rubygems/rubygems] Move rubygems source specific logic to rubygems sourceDavid Rodríguez
2022-06-30[rubygems/rubygems] Fix unintended double spaces in DSL documentationDavid Rodríguez
2022-06-30[rubygems/rubygems] Use modern style hashes in Gemfile DSL docsDavid Rodríguez
2022-06-29[rubygems/rubygems] Add `gem env user_gemhome` and `gem env user_gemdir`David Rodríguez
2022-06-29[rubygems/rubygems] Also document `gem env` argument aliasesDavid Rodríguez
2022-06-29[rubygems/rubygems] Document better names for `gem env` argumentsDavid Rodríguez
2022-06-29[ruby/fileutils] [DOC] Changes to examples (https://github.com/ruby/fileutils...Burdette Lamar
2022-06-28[ruby/irb] Color.colorable? needs to consider the condition when irb is not l...st0012
2022-06-28[ruby/irb] Centralize coloring control (https://github.com/ruby/irb/pull/374)Stan Lo
2022-06-28[ruby/rdoc] Remove dead codeNobuyoshi Nakada
2022-06-28[ruby/rdoc] Support attributes defined by `rb_struct_define`Nobuyoshi Nakada
2022-06-28[ruby/rdoc] Refinement is added since ruby 3.1Nobuyoshi Nakada
2022-06-28[ruby/rdoc] Parse also InitVM-prefixed functionsNobuyoshi Nakada
2022-06-27[rubygems/rubygems] Print error messages just once in verbose modeDavid Rodríguez
2022-06-27[ruby/reline] Enable to change the background color of dialogs. (https://gith...pocari
2022-06-27[rubygems/rubygems] Improve error message when `operating_system.rb` fails to...David Rodríguez
2022-06-26[ruby/irb] Ensure stdout is a TTY before calling winsizePeter Jones
2022-06-26[rubygems/rubygems] Clean up temporary directory after generate_index --updateTomas Volf
2022-06-24Sync RubyGems & Bundler with upstream repoDavid Rodríguez
2022-06-23[rubygems/rubygems] Fix standalone script generation for statically linked de...David Rodríguez
2022-06-23[rubygems/rubygems] Fix `bundle package --no-install` no longer skipping installDavid Rodríguez
2022-06-22[rubygems/rubygems] Bundler: fix man page for bundle-addTakuya Noguchi
2022-06-22[ruby/fileutils] Clarify difference between cp_r and install (https://github....Burdette Lamar