Skip to content

Tags: bf4/bcrypt-ruby

Tags

v3.0.1

Toggle v3.0.1's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
tagging 3.0.1

v3.0.0

Toggle v3.0.0's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
tagging v3.0.0

rel_2_1_2

Toggle rel_2_1_2's commit message
Prepare for the 2.1.2 release.

rel_2_1_1

Toggle rel_2_1_1's commit message
Prepare for the 2.1.1 release.

rel_2_1_0

Toggle rel_2_1_0's commit message
Do a better job of ensuring BCrypt.java gets compiled.

rel_2_0_5

Toggle rel_2_0_5's commit message
Prepare for the 2.0.5 release.

rel_2_0_4

Toggle rel_2_0_4's commit message
Prepare for the 2.0.4 release.

rel_2_0_3

Toggle rel_2_0_3's commit message
2.0.3 May 07 2008

 - Made exception classes descend from StandardError, not Exception [Dan42]
 - Changed BCrypt::Engine.hash to BCrypt::Engine.hash_secret to avoid Merb
   sorting issues. [Lee Pope]