gorge
Convenient access to Ruby's Digest module via extensions to Ruby core
objects. gorge also provides an idiomatic Digest::CRC32
wrapper
over the CRC32 functionality provided by Ruby's built-in Zlib module.
API
Installation
Install from Ruby Gems:
$ gem install gorge
Then require in your Ruby script:
require "gorge"
Contributing
Run rake test
to run the tests. You can also run rake irb
for an
interactive prompt that pre-loads the project code.