Closed frappuccino closed 12 years ago
This would brake OS X (it has only md5 command).
md5
I think Digest::MD5 could be a better solution:
Digest::MD5
- local = `md5 #{localfile}`.split.last + require 'digest/md5' + Digest::MD5.hexdigest(File.read(localfile))
@crafterm should I create a new pull request?
Thanks heaps guys!
This would brake OS X (it has only
md5
command).I think
Digest::MD5
could be a better solution:@crafterm should I create a new pull request?