class Bundler::Source::Gemspec

def initialize(options)

def initialize(options)
  super
  @gemspec = options["gemspec"]
end