in source/_plugins/gravatar.rb [64:67]
def gravatar_hash(email_address) hash = Digest::MD5.hexdigest(email_address.downcase.gsub(/\s+/, "")) end