class Bundler::Bundle
def add_spec(spec)
def add_spec(spec) destination = @specs_path destination.mkdir unless destination.exist? File.open(destination.join("#{spec.full_name}.gemspec"), 'w') do |f| f.puts spec.to_ruby end end
def add_spec(spec) destination = @specs_path destination.mkdir unless destination.exist? File.open(destination.join("#{spec.full_name}.gemspec"), 'w') do |f| f.puts spec.to_ruby end end