diff options
-rw-r--r-- | lib/rubygems/package/old.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -145,7 +145,7 @@ class Gem::Package::Old < Gem::Package begin @spec = Gem::Specification.from_yaml yaml - rescue YAML::SyntaxError raise Gem::Exception, "Failed to parse gem specification out of gem file" end rescue ArgumentError |