summaryrefslogtreecommitdiff
path: root/lib/rubygems/source.rb
diff options
context:
space:
mode:
-rw-r--r--lib/rubygems/source.rb2
1 files changed, 1 insertions, 1 deletions
@@ -155,7 +155,7 @@ class Gem::Source
uri.path << '.rz'
spec = fetcher.fetch_path uri
- spec = Gem.inflate spec
if update_cache? then
FileUtils.mkdir_p cache_dir