From 4eefb1ee2b8e2c2ba005ec27003bbf83b174f374 Mon Sep 17 00:00:00 2001 From: Aditya Prakash Date: Tue, 8 Mar 2016 11:50:15 +0530 Subject: Add test for checking langauge of sentences used in source code --- lib/bundler/source/git.rb | 2 +- lib/bundler/source/rubygems.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/bundler/source') diff --git a/lib/bundler/source/git.rb b/lib/bundler/source/git.rb index 228ab61a..7926a7b5 100644 --- a/lib/bundler/source/git.rb +++ b/lib/bundler/source/git.rb @@ -146,7 +146,7 @@ module Bundler changed end - # TODO: actually cache git specs + # TODO: cache git specs def specs(*) set_local!(app_cache_path) if has_app_cache? && !local? diff --git a/lib/bundler/source/rubygems.rb b/lib/bundler/source/rubygems.rb index cebb68a7..d8ca36e3 100644 --- a/lib/bundler/source/rubygems.rb +++ b/lib/bundler/source/rubygems.rb @@ -343,7 +343,7 @@ module Bundler # because ensuring we have all the gems we need involves downloading # the gemspecs of those gems, if the non-api sites contain more than - # about 100 gems, we just treat all sites as non-api for speed. + # about 100 gems, we treat all sites as non-api for speed. allow_api = idx.size < API_REQUEST_LIMIT && dependency_names.size < API_REQUEST_LIMIT Bundler.ui.debug "Need to query more than #{API_REQUEST_LIMIT} gems." \ " Downloading full index instead..." unless allow_api -- cgit v1.2.3