mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 13:04:13 +02:00
[rubygems/rubygems] Normalize end alignment style with Bundler
f7f504b24c
This commit is contained in:
parent
a892e5599e
commit
f04954d95c
30 changed files with 291 additions and 291 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue