aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rubygems/source/local.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rubygems/source/local.rb')
-rw-r--r--lib/rubygems/source/local.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rubygems/source/local.rb b/lib/rubygems/source/local.rb
index f7c70de6f0..16a028b2f3 100644
--- a/lib/rubygems/source/local.rb
+++ b/lib/rubygems/source/local.rb
@@ -97,7 +97,7 @@ class Gem::Source::Local < Gem::Source
if data = @specs[name]
data.last.spec
else
- raise Gem::Exception, "Unable to find spec for '#{name}'"
+ raise Gem::Exception, "Unable to find spec for #{name.inspect}"
end
end