Skip to content

Instantly share code, notes, and snippets.

@commuterjoy
Created September 13, 2012 11:23
Show Gist options
  • Save commuterjoy/3713679 to your computer and use it in GitHub Desktop.
Save commuterjoy/3713679 to your computer and use it in GitHub Desktop.
md5 digest for css sprint
require 'digest/md5'
digest = Digest::MD5.hexdigest(File.read('path/to/png'))
puts "foo.#{digest}.png"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment