Version 3.1.1
Release notes:
- Add
BCrypt::Password.valid_hash?(str)to check if a string is a valid bcrypt password hash - Cost should be set to
DEFAULT_COSTifnil - Add
BCrypt::Engine.costattribute for getting/setting a default cost externally - Support removed for Ruby 1.8 in compiled win32 binaries