class Bundler::RubygemsIntegration

def spec_from_gem(path)

def spec_from_gem(path)
  require "rubygems/package"
  Gem::Package.new(path).spec
end