mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
[rubygems/rubygems] This can be frozen now
https://github.com/rubygems/rubygems/commit/d06544add2
This commit is contained in:
parent
3757d9027c
commit
e2d7e53c5c
@ -131,9 +131,9 @@ class Gem::BasicSpecification
|
||||
|
||||
def full_name
|
||||
if platform == Gem::Platform::RUBY || platform.nil?
|
||||
+"#{name}-#{version}"
|
||||
"#{name}-#{version}"
|
||||
else
|
||||
+"#{name}-#{version}-#{platform}"
|
||||
"#{name}-#{version}-#{platform}"
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user