aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [ruby/rdoc] Fix blockquote with word in verbatimNobuyoshi Nakada2022-07-301-6/+10
* [rubygems/rubygems] Make `--standalone` play nice with `--local`David Rodríguez2022-07-302-2/+2
* [rubygems/rubygems] No need to set anything at all unless standalone is givenDavid Rodríguez2022-07-301-2/+5
* Update parser-text.rb with https://github.com/ruby/racc/commit/4ecc13c9cbd466...Hiroshi SHIBATA2022-07-291-1/+1
* fix typo in Time#xmlschema documentationLuka Dornhecker2022-07-291-1/+1
* [ruby/optparse] Also accept '-' as an optional argument (https://github.com/r...konsolebox2022-07-291-3/+3
* Merge ruby/fileutils from https://github.com/ruby/fileutils/commit/332025bc02...Hiroshi SHIBATA2022-07-291-1/+13
* [rubygems/rubygems] Fix dead links to deprecated bundle-package(1) with bundl...Takuya Noguchi2022-07-294-10/+6
* [rubygems/rubygems] Add package/pack aliases to man pages for cacheTakuya Noguchi2022-07-292-0/+13
* Merge rubygems master from https://github.com/rubygems/rubygems/commit/446cc5...Hiroshi SHIBATA2022-07-2915-14/+89
* [ruby/rdoc] Fix formatting blockquote in verbatimNobuyoshi Nakada2022-07-291-0/+2
* [ruby/rdoc] Link from RDoc::Markup to RDoc::MarkupReference (https://github.c...Burdette Lamar2022-07-291-283/+1
* [rubygems/rubygems] Add ignore_funding_requests config flagmoe2022-07-2727-25/+31
* [rubygems/rubygems] Don't use Pathname for creating extension dirDavid Rodríguez2022-07-271-2/+3
* [rubygems/rubygems] Completely drop base parameter from indexDavid Rodríguez2022-07-272-15/+13
* Merge rubygems/bundler HEADHiroshi SHIBATA2022-07-2610-81/+111
* Sync RDocPeter Zhu2022-07-251-5/+0
* [rubygems/rubygems] Bundler: add deprecation notice of viz to manTakuya Noguchi2022-07-254-2/+7
* [rubygems/rubygems] Display mfa warnings on gem signinAshley Ellis Pierce2022-07-231-14/+17
* [rubygems/rubygems] Bundler: update command example in bundle-exec(1)Takuya Noguchi2022-07-232-2/+2
* [ruby/reline] Rename dialog_pointer_* to dialog_highlight_*st00122022-07-222-26/+26
* [rubygems/rubygems] Remove bundle show from obsolete commandsTakuya Noguchi2022-07-222-4/+0
* [rubygems/rubygems] Use `SystemExit#status` as `exit_code`Nobuyoshi Nakada2022-07-221-3/+1
* RubyGems: Enable Style/StringLiterals copTakuya Noguchi2022-07-22138-1380/+1380
* [rubygems/rubygems] Fix `ruby setup.rb --destdir /foo` modifying global specsDavid Rodríguez2022-07-201-4/+4
* [rubygems/rubygems] Bundler: update primary source in man 5 gemfileTakuya Noguchi2022-07-202-25/+38
* [rubygems/rubygems] Bundler: change error/warning message for multiple global...Takuya Noguchi2022-07-191-2/+2
* [rubygems/rubygems] Move fileutils require to be even more lazyDavid Rodríguez2022-07-181-2/+3
* [ruby/rdoc] Fix call-seq for aliased method with similar namesPeter Zhu2022-07-181-2/+2
* [rubygems/rubygems] Fix upgrading RubyGems with a customized `Gem.default_dir`David Rodríguez2022-07-181-19/+9
* [rubygems/rubygems] Improve error message when gems cannot be foundDavid Rodríguez2022-07-181-1/+5
* [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