class Gem::Specification

def self.all= specs

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