class Bundler::Index

def self.from_cached_specs(path)

def self.from_cached_specs(path)
  Source::GemCache.new("path" => path).specs
end