Shaman
Make a MD5 Sha from a string.
If the string is a valid JSON string the parse it, sort it, and then create a MD5.
Installation
Add this line to your application's Gemfile:
gem 'shaman'
And then execute:
$ bundle
Or install it yourself as:
$ gem install shaman
Usage
Shaman.new("some string").sha
#=> "5ac749fbeec93607fc28d666be85e73a"
Contributing
- Fork it ( https://github.com/[my-github-username]/shaman/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request