lib/pod/command/gem_index_cache.rb in cocoapods-plugins-0.3.2 vs lib/pod/command/gem_index_cache.rb in cocoapods-plugins-0.4.0
- old
+ new
@@ -54,10 +54,10 @@
fetcher = Gem::SpecFetcher.fetcher
results, errors = fetcher.available_specs(:released)
unless errors.empty?
UI.puts 'Error downloading Rubygem specification index: ' +
- errors.first.error.to_s
+ errors.first.error.to_s
return []
end
flatten_fetcher_results(results)
end