lib/bundler/source/rubygems.rb in bundler-2.2.0.rc.1 vs lib/bundler/source/rubygems.rb in bundler-2.2.0.rc.2
- old
+ new
@@ -289,11 +289,11 @@
end
names.map!(&:name) if names
names
end
- protected
+ protected
def credless_remotes
remotes.map(&method(:suppress_configured_credentials))
end
@@ -463,10 +463,10 @@
def cache_path
Bundler.app_cache
end
- private
+ private
# Checks if the requested spec exists in the global cache. If it does,
# we copy it to the download path, and if it does not, we download it.
#
# @param [Specification] spec