Hiroshi SHIBATA 2023-03-06 12:43:09 +09:00
parent 7fcb782e2d
commit 75829f4d37
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

View File

@ -1708,6 +1708,8 @@ class Gem::Specification < Gem::BasicSpecification
false
end
end
rescue ArgumentError => e
raise e, "#{name} #{version}: #{e.message}"
end
# The date this gem was created.