[rubygems/rubygems] Normalize end alignment style with Bundler

f7f504b24c
This commit is contained in:
David Rodríguez 2022-01-17 15:16:34 +01:00 committed by Hiroshi SHIBATA
parent a892e5599e
commit f04954d95c
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2
30 changed files with 291 additions and 291 deletions

View file

@ -52,14 +52,14 @@ The push command will use ~/.gem/credentials to authenticate to a server, but yo
default_gem_server, push_host = get_hosts_for(gem_name)
@host = if @user_defined_host
options[:host]
elsif default_gem_server
default_gem_server
elsif push_host
push_host
else
options[:host]
end
options[:host]
elsif default_gem_server
default_gem_server
elsif push_host
push_host
else
options[:host]
end
sign_in @host, scope: get_push_scope