1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib/rubygems
Yusuke Endoh 663915ddf4 [rubygems/rubygems] Support the change of did_you_mean about Exception#detailed_message
I am asking did_you_mean to use Exception#detailed_message to add
"Did you mean?" suggestion instead of overriding #message method.

https://github.com/ruby/did_you_mean/pull/177

Unfortunately, the change will affect Gem::UnknownCommandError, which
excepts did_you_mean to override #message method.

This PR absorbs the change of did_you_mean.
Gem::CommandManager now calls #detailed_message method to get a message
string with "Did you mean?" suggestion from an exception.

https://github.com/rubygems/rubygems/commit/8f104228d3
2022-05-23 20:51:17 +09:00
..
commands Merge RubyGems and Bundler HEAD 2022-05-20 17:32:19 +09:00
core_ext
ext Merge RubyGems and Bundler HEAD 2022-05-20 17:32:19 +09:00
optparse Merge 3f7d0352e8 2022-04-28 19:08:49 +09:00
package
request
request_set
resolver
security
source [rubygems/rubygems] Add missing open3 requires 2022-04-28 19:08:49 +09:00
ssl_certs
tsort
util
available_set.rb
basic_specification.rb
bundler_version_finder.rb
command.rb
command_manager.rb [rubygems/rubygems] Support the change of did_you_mean about Exception#detailed_message 2022-05-23 20:51:17 +09:00
compatibility.rb
config_file.rb
defaults.rb
dependency.rb
dependency_installer.rb
dependency_list.rb
deprecate.rb
doctor.rb
errors.rb
exceptions.rb
ext.rb
gem_runner.rb
gemcutter_utilities.rb Merge RubyGems and Bundler HEAD 2022-05-20 17:32:19 +09:00
indexer.rb
install_default_message.rb
install_message.rb
install_update_options.rb
installer.rb Merge RubyGems and Bundler HEAD 2022-05-20 17:32:19 +09:00
installer_uninstaller_utils.rb
local_remote_options.rb Merge RubyGems and Bundler HEAD 2022-05-20 17:32:19 +09:00
mock_gem_ui.rb
name_tuple.rb
openssl.rb
optparse.rb
package.rb
package_task.rb
path_support.rb
platform.rb
psych_additions.rb
psych_tree.rb
query_utils.rb Merge RubyGems and Bundler HEAD 2022-05-20 17:32:19 +09:00
rdoc.rb
remote_fetcher.rb
request.rb Merge rubygems master 1e4eda741d732ca1bd7031aef0a16c7348adf7a5 2022-04-28 19:08:49 +09:00
request_set.rb
requirement.rb
resolver.rb
s3_uri_signer.rb
safe_yaml.rb
security.rb
security_option.rb
source.rb
source_list.rb
spec_fetcher.rb Merge RubyGems and Bundler HEAD 2022-05-20 17:32:19 +09:00
specification.rb Merge RubyGems and Bundler HEAD 2022-05-20 17:32:19 +09:00
specification_policy.rb Merge RubyGems and Bundler HEAD 2022-05-20 17:32:19 +09:00
stub_specification.rb
text.rb
tsort.rb
uninstaller.rb
unknown_command_spell_checker.rb
uri.rb
uri_formatter.rb
user_interaction.rb
util.rb Merge RubyGems and Bundler HEAD 2022-05-20 17:32:19 +09:00
validator.rb
version.rb
version_option.rb