diff options
author | David RodrÃguez <[email protected]> | 2023-10-27 20:52:01 +0200 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2023-11-13 11:06:10 +0900 |
commit | e2d7e53c5c50fed1df733cf66d353fb1dd90d8f0 () | |
tree | 4b65dc3b4884b50d4c4eb531d5140361a119cdbc /lib/rubygems/basic_specification.rb | |
parent | 3757d9027c612c88fdbf449eacf7f8f6c9b2e932 (diff) |
[rubygems/rubygems] This can be frozen now
https://.com/rubygems/rubygems/commit/d06544add2
-rw-r--r-- | lib/rubygems/basic_specification.rb | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -131,9 +131,9 @@ class Gem::BasicSpecification def full_name if platform == Gem::Platform::RUBY || platform.nil? - +"#{name}-#{version}" else - +"#{name}-#{version}-#{platform}" end end |