class Bundler::RubygemsIntegration::Future

def find_name(name)

def find_name(name)
  Gem::Specification.find_all_by_name name
end