class Gem::StubSpecification

def spec

def spec
  @spec ||= loaded_spec if @data
  @spec ||= Gem::Specification.load(loaded_from)
end