Skip to content

Commit 4a2cbfd

Browse files
This can be frozen now
1 parent 9dbf7ac commit 4a2cbfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/rubygems/basic_specification.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,9 @@ def full_gem_path
131131

132132
def full_name
133133
if platform == Gem::Platform::RUBY || platform.nil?
134-
+"#{name}-#{version}"
134+
"#{name}-#{version}"
135135
else
136-
+"#{name}-#{version}-#{platform}"
136+
"#{name}-#{version}-#{platform}"
137137
end
138138
end
139139

0 commit comments

Comments
 (0)