# File lib/rubygems/commands/lock_command.rb, line 97
  def spec_path(gem_full_name)
    File.join Gem.path, "specifications", "#{gem_full_name }.gemspec"
  end