Skip to content

Commit

Permalink
[rubygems/rubygems] This can be frozen now
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez authored and hsbt committed Nov 13, 2023
1 parent 3757d90 commit e2d7e53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/rubygems/basic_specification.rb
Expand Up @@ -131,9 +131,9 @@ def full_gem_path

def full_name
if platform == Gem::Platform::RUBY || platform.nil?
+"#{name}-#{version}"
"#{name}-#{version}"
else
+"#{name}-#{version}-#{platform}"
"#{name}-#{version}-#{platform}"
end
end

Expand Down

0 comments on commit e2d7e53

Please sign in to comment.