diff options
author | Vitaliy Serov <[email protected]> | 2024-01-25 20:46:39 +0300 |
---|---|---|
committer | git <[email protected]> | 2024-02-02 19:26:57 +0000 |
commit | 064f251571f6d96ff3edcd81e6743eb617f66db9 () | |
tree | ef0b8713bd38aae908215f77d9e8653c03e34fde /lib/rubygems/gemcutter_utilities.rb | |
parent | 420a6349ec299c086320ab90af96776d73de0957 (diff) |
[rubygems/rubygems] Change gem login message to clear up that username can be also used
https://.com/rubygems/rubygems/commit/2bf6163eaf
-rw-r--r-- | lib/rubygems/gemcutter_utilities.rb | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -130,8 +130,8 @@ module Gem::GemcutterUtilities say "The existing key doesn't have access of #{scope} on #{pretty_host}. Please sign in to update access." - email = ask " Email: " - password = ask_for_password "Password: " response = rubygems_api_request(:put, "api/v1/api_key", sign_in_host, scope: scope) do |request| |