# File lib/rubygems/gemcutter_utilities.rb, line 19
  def api_key
    if options[:key] then
      verify_api_key options[:key]
    else
      Gem.configuration.rubygems_api_key
    end
  end