module Gem::GemcutterUtilities

def mfa_unauthorized?(response)

def mfa_unauthorized?(response)
  response.kind_of?(Net::HTTPUnauthorized) && response.body.start_with?('You have enabled multifactor authentication')
end