class Gem::SpecificationRecord

def all=(specs)

def all=(specs)
  @stubs_by_name = specs.group_by(&:name)
  @all = @stubs = specs
end