Skip to content

Instantly share code, notes, and snippets.

@yoshimov
Created March 14, 2014 07:48
Show Gist options
  • Save yoshimov/9543617 to your computer and use it in GitHub Desktop.
Save yoshimov/9543617 to your computer and use it in GitHub Desktop.
Obtain email hash for gravatar using ruby.
ruby -e "require 'digest/md5';a='hoge';puts Digest::MD5.hexdigest(a.strip.downcase);"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment