class Bundler::RubygemsIntegration

def fetch_specs(all, pre, &blk)

def fetch_specs(all, pre, &blk)
  specs = Gem::SpecFetcher.new.list(all, pre)
  specs.each { yield } if block_given?
  specs
end