Sha256: ee3a9a1ea2c96c63139d2be852cc818c44d777f2727d09a7a98efa7e554ec576

Contents?: true

Size: 133 Bytes

Versions: 11

Compression:

Stored size: 133 Bytes

Contents

def md5(file_name)
  Digest::MD5.hexdigest(file_name)
end

def checksum(file_name)
  Digest::SHA2.hexdigest(File.read file_name)
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
lurker-1.0.0 features/support/files_helper.rb
lurker-0.6.12 features/support/files_helper.rb
lurker-0.6.11 features/support/files_helper.rb
lurker-0.6.10 features/support/files_helper.rb
lurker-0.6.9 features/support/files_helper.rb
lurker-0.6.8 features/support/files_helper.rb
lurker-0.6.7 features/support/files_helper.rb
lurker-0.6.6 features/support/files_helper.rb
lurker-0.6.5 features/support/files_helper.rb
lurker-0.6.4 features/support/files_helper.rb
lurker-0.6.3 features/support/files_helper.rb