spec_file()
The location of the spec file that is installed.
# File lib/rubygems/installer.rb, line 411 def spec_file File.join gem_home, "specifications", "#{spec.full_name}.gemspec" end