summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [rubygems/rubygems] Stop using `/dev/null` for silent ui for WASI platformYuta Saito2022-07-171-9/+23
* [rubygems/rubygems] Show a proper error if extension dir is not writableDavid Rodríguez2022-07-171-5/+9
* [rubygems/rubygems] Unify some common codeDavid Rodríguez2022-07-171-2/+6
* [rubygems/rubygems] Don't call `#build_extensions` at all if there are no ext...David Rodríguez2022-07-171-6/+4
* [rubygems/rubygems] Drop support for old `Gem::Specification` versionsNobuyoshi Nakada2022-07-161-13/+2
* [ruby/reline] Use color name instead of code (integer) in dialog color APIsst00122022-07-162-36/+98
* [rubygems/rubygems] Use https protocol for URLs for config mirrorTakuya Noguchi2022-07-152-4/+4
* [rubygems/rubygems] Fix wrong information about default RubyGems sourceTakuya Noguchi2022-07-151-2/+2
* [ruby/un] Support `FileUtils.cp_lr`Nobuyoshi Nakada2022-07-141-1/+3
* [ruby/timeout] gemspec: Drop unused directives "executables"Olle Jonsson2022-07-141-2/+0
* [rubygems/rubygems] Fix misleading error if compact index cannot be copiedDavid Rodríguez2022-07-141-3/+16
* [rubygems/rubygems] Fix `gem update --system` crash while regenerating binstubsDavid Rodríguez2022-07-142-4/+14
* [ruby/timeout] Give a name to the background threadJean Boussier2022-07-131-0/+1
* Merge RubyGems and Bundler masterHiroshi SHIBATA2022-07-1321-69/+157
* [ruby/irb] [DOC] Include updated help message (https://github.com/ruby/irb/pu...Burdette Lamar2022-07-123-73/+1
* [ruby/rdoc] Fix the known classes moreNobuyoshi Nakada2022-07-111-3/+3
* [ruby/rdoc] Fix an exception class nameNobuyoshi Nakada2022-07-111-1/+1
* [ruby/irb] Additions/revisions to help-message (https://github.com/ruby/irb/p...Burdette Lamar2022-07-081-40/+41
* [ruby/pstore] Emphasize keys instead of roots, values instead of objects (htt...Burdette Lamar2022-07-071-42/+47
* [rubygems/rubygems] add message when gems are requested to be updated but the...Brian Le2022-07-061-0/+1
* [rubygems/rubygems] output gems already up-to-date regardless if any gems wer...Brian Le2022-07-061-1/+4
* [ruby/pstore] Enhanced RDocBurdetteLamar2022-07-021-1/+1
* [ruby/pstore] Enhanced RDocBurdetteLamar2022-07-021-12/+13
* [ruby/pstore] Enhanced RDocBurdetteLamar2022-07-021-3/+4
* [ruby/pstore] Enhanced RDocBurdetteLamar2022-07-021-7/+8
* [ruby/pstore] Enhanced RDocBurdetteLamar2022-07-021-97/+135
* [ruby/pstore] Enhanced RDocBurdetteLamar2022-07-021-28/+13
* [ruby/pstore] Enhanced RDocBurdetteLamar2022-07-021-34/+39
* [ruby/pstore] Enhanced RDocBurdetteLamar2022-07-021-18/+35
* [ruby/pstore] Enhanced RDocBurdetteLamar2022-07-021-154/+343
* [rubygems/rubygems] Account for default gems not having remote when cachingDavid Rodríguez2022-07-021-6/+12
* [rubygems/rubygems] Move rubygems source specific logic to rubygems sourceDavid Rodríguez2022-07-022-2/+1
* [rubygems/rubygems] Fix unintended double spaces in DSL documentationDavid Rodríguez2022-06-302-64/+64
* [rubygems/rubygems] Use modern style hashes in Gemfile DSL docsDavid Rodríguez2022-06-3026-97/+97
* [rubygems/rubygems] Add `gem env user_gemhome` and `gem env user_gemdir`David Rodríguez2022-06-291-0/+3
* [rubygems/rubygems] Also document `gem env` argument aliasesDavid Rodríguez2022-06-291-2/+2
* [rubygems/rubygems] Document better names for `gem env` argumentsDavid Rodríguez2022-06-291-2/+2
* [ruby/fileutils] [DOC] Changes to examples (https://github.com/ruby/fileutils...Burdette Lamar2022-06-291-138/+151
* [ruby/irb] Color.colorable? needs to consider the condition when irb is not l...st00122022-06-281-1/+9
* [ruby/irb] Centralize coloring control (https://github.com/ruby/irb/pull/374)Stan Lo2022-06-288-40/+18
* [ruby/rdoc] Remove dead codeNobuyoshi Nakada2022-06-281-1/+0
* [ruby/rdoc] Support attributes defined by `rb_struct_define`Nobuyoshi Nakada2022-06-281-1/+9
* [ruby/rdoc] Refinement is added since ruby 3.1Nobuyoshi Nakada2022-06-281-0/+1
* [ruby/rdoc] Parse also InitVM-prefixed functionsNobuyoshi Nakada2022-06-281-1/+1
* [rubygems/rubygems] Print error messages just once in verbose modeDavid Rodríguez2022-06-271-2/+5
* [ruby/reline] Enable to change the background color of dialogs. (https://gith...pocari2022-06-273-25/+68
* [rubygems/rubygems] Improve error message when `operating_system.rb` fails to...David Rodríguez2022-06-271-1/+2
* [ruby/irb] Ensure stdout is a TTY before calling winsizePeter Jones2022-06-261-1/+1
* [rubygems/rubygems] Clean up temporary directory after generate_index --updateTomas Volf2022-06-261-0/+2
* Sync RubyGems & Bundler with upstream repoDavid Rodríguez2022-06-2425-184/+232