fix for resolving the digest module (again)
This commit is contained in:
parent
1a883dcf2c
commit
1628a1f01d
@ -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?
|
||||
|
Loading…
Reference in New Issue
Block a user