Skip to content

Commit

Permalink
Gah! 1.4 does not have recent on master digest require fix
Browse files Browse the repository at this point in the history
  • Loading branch information
enebo committed Oct 28, 2009
1 parent f3fc84e commit d0f6289
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Rakefile
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,6 @@
# FIXME: Move into helper file somewhere for checksum methods # FIXME: Move into helper file somewhere for checksum methods
require 'digest' require 'digest/md5'
require 'digest/sha1'


class HashTask < Struct.new(:hash, :file) class HashTask < Struct.new(:hash, :file)
BUF = 100 * 1024 BUF = 100 * 1024
Expand Down

0 comments on commit d0f6289

Please sign in to comment.