fix for resolving the digest module (again)

This commit is contained in:
Thibaud Guillaume-Gentil 2011-05-28 16:50:16 +02:00
parent 1a883dcf2c
commit 1628a1f01d

View File

@ -72,7 +72,7 @@ module Guard
end
def sha1_checksum(path)
::Digest::SHA1.file(path).to_s
Digest::SHA1.file(path).to_s
end
def self.mac?