diff options
-rw-r--r-- | lib/rubygems/commands/query_command.rb | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -132,8 +132,8 @@ class Gem::Commands::QueryCommand < Gem::Command if options[:name].source.empty? spec_tuples = fetcher.detect(type) { true } else - spec_tuples = fetcher.detect(type) do |gem_name, ver, plat| - options[:name] === gem_name end end |