Construct an installer object for an ephemeral gem (one where we don’t
actually have a .gem file, just a spec)
# File lib/rubygems/installer.rb, line 133
def self.for_spec spec, options = {}
# FIXME: we should have a real Package class for this
new FakePackage.new(spec), options
end