class Gem::SpecificationRecord

def latest_spec_for(name)

def latest_spec_for(name)
  latest_specs(true).find {|installed_spec| installed_spec.name == name }
end