module Gem::GemcutterUtilities

def api_key_forbidden?(response)

def api_key_forbidden?(response)
  response.kind_of?(Net::HTTPForbidden) && response.body.start_with?("The API key doesn't have access")
end