module Bundler::Molinillo::Delegates::SpecificationProvider

def name_for(dependency)

(see Bundler::Molinillo::SpecificationProvider#name_for)
def name_for(dependency)
  with_no_such_dependency_error_handling do
    specification_provider.name_for(dependency)
  end
end