From e72b71d56a1f369cb7eb3892c61715460bac8109 Mon Sep 17 00:00:00 2001 From: drbrain Date: Fri, 11 Apr 2008 20:57:02 +0000 Subject: Update to RubyGems 1.1.1 r1701. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15980 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rubygems/commands/query_command.rb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'lib/rubygems/commands/query_command.rb') diff --git a/lib/rubygems/commands/query_command.rb b/lib/rubygems/commands/query_command.rb index fdc5a6a4ea..ea83b93bbb 100644 --- a/lib/rubygems/commands/query_command.rb +++ b/lib/rubygems/commands/query_command.rb @@ -82,13 +82,15 @@ class Gem::Commands::QueryCommand < Gem::Command say "*** REMOTE GEMS ***" say + all = options[:all] + begin - Gem::SourceInfoCache.cache.refresh options[:all] + Gem::SourceInfoCache.cache all rescue Gem::RemoteFetcher::FetchError # no network end - output_query_results Gem::SourceInfoCache.search(name, false, true) + output_query_results Gem::SourceInfoCache.search(name, false, all) end end -- cgit v1.2.3