module Middleman::Util

def hash_string(data)

def hash_string(data)
  ::Digest::SHA1.hexdigest(data)
end