summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2022-07-29Update parser-text.rb with https://github.com/ruby/racc/commit/4ecc13c9cbd466...Hiroshi SHIBATA
2022-07-29fix typo in Time#xmlschema documentationLuka Dornhecker
2022-07-29[ruby/optparse] Also accept '-' as an optional argument (https://github.com/r...konsolebox
2022-07-29Merge ruby/fileutils from https://github.com/ruby/fileutils/commit/332025bc02...Hiroshi SHIBATA
2022-07-29[rubygems/rubygems] Fix dead links to deprecated bundle-package(1) with bundl...Takuya Noguchi
2022-07-29[rubygems/rubygems] Add package/pack aliases to man pages for cacheTakuya Noguchi
2022-07-29Merge rubygems master from https://github.com/rubygems/rubygems/commit/446cc5...Hiroshi SHIBATA
2022-07-29[ruby/rdoc] Fix formatting blockquote in verbatimNobuyoshi Nakada
2022-07-29[ruby/rdoc] Link from RDoc::Markup to RDoc::MarkupReference (https://github.c...Burdette Lamar
2022-07-27[rubygems/rubygems] Add ignore_funding_requests config flagmoe
2022-07-27[rubygems/rubygems] Don't use Pathname for creating extension dirDavid Rodríguez
2022-07-27[rubygems/rubygems] Completely drop base parameter from indexDavid Rodríguez
2022-07-26Merge rubygems/bundler HEADHiroshi SHIBATA
2022-07-25Sync RDocPeter Zhu
2022-07-25[rubygems/rubygems] Bundler: add deprecation notice of viz to manTakuya Noguchi
2022-07-23[rubygems/rubygems] Display mfa warnings on gem signinAshley Ellis Pierce
2022-07-23[rubygems/rubygems] Bundler: update command example in bundle-exec(1)Takuya Noguchi
2022-07-22[ruby/reline] Rename dialog_pointer_* to dialog_highlight_*st0012
2022-07-22[rubygems/rubygems] Remove bundle show from obsolete commandsTakuya Noguchi
2022-07-22[rubygems/rubygems] Use `SystemExit#status` as `exit_code`Nobuyoshi Nakada
2022-07-22RubyGems: Enable Style/StringLiterals copTakuya Noguchi
2022-07-20[rubygems/rubygems] Fix `ruby setup.rb --destdir /foo` modifying global specsDavid Rodríguez
2022-07-20[rubygems/rubygems] Bundler: update primary source in man 5 gemfileTakuya Noguchi
2022-07-19[rubygems/rubygems] Bundler: change error/warning message for multiple global...Takuya Noguchi
2022-07-18[rubygems/rubygems] Move fileutils require to be even more lazyDavid Rodríguez
2022-07-18[ruby/rdoc] Fix call-seq for aliased method with similar namesPeter Zhu
2022-07-18[rubygems/rubygems] Fix upgrading RubyGems with a customized `Gem.default_dir`David Rodríguez
2022-07-18[rubygems/rubygems] Improve error message when gems cannot be foundDavid Rodríguez
2022-07-17[rubygems/rubygems] Stop using `/dev/null` for silent ui for WASI platformYuta Saito
2022-07-17[rubygems/rubygems] Show a proper error if extension dir is not writableDavid Rodríguez
2022-07-17[rubygems/rubygems] Unify some common codeDavid Rodríguez
2022-07-17[rubygems/rubygems] Don't call `#build_extensions` at all if there are no ext...David Rodríguez
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