# File lib/rubygems/specification.rb, line 1777
  def spec_file
    @spec_file ||= File.join spec_dir, "#{full_name}.gemspec"
  end