Skip to content

Commit

Permalink
Merge pull request #329 from guard/e2-add_missing_digest_md5_require
Browse files Browse the repository at this point in the history
add missing require (digest/md5) [fixes #328]
  • Loading branch information
e2 committed Jul 8, 2015
2 parents e7dba63 + 44d972a commit 66ac0b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/listen/file.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require 'digest/md5'

module Listen
class File
def self.change(record, rel_path)
Expand Down

0 comments on commit 66ac0b0

Please sign in to comment.