git ssb

0+

dangerousbeans / %aPBe2k3ugtjBr4rrsU1…



Commit a27363a997f473a4d579d91a0303c433fcc1955a

bumping to 3.0.0

Aaron Patterson committed on 8/24/2011, 8:10:37 PM
Parent: 91252b6bc51b3d0a65750c51c77acbdf5ec1c2a6

Files changed

CHANGELOGchanged
bcrypt-ruby.gemspecchanged
CHANGELOGView
@@ -36,5 +36,9 @@
3636 2.1.1 Aug 14 2009
3737 - JVM 1.4/1.5 compatibility [Hongli Lai]
3838
3939 2.1.2 Sep 16 2009
40- - Fixed support for Solaris, OpenSolaris.
40+ - Fixed support for Solaris, OpenSolaris.
41+
42+3.0.0 Aug 24, 2011
43+ - Bcrypt C implementation replaced with a public domain implementation.
44+ - License changed to MIT
bcrypt-ruby.gemspecView
@@ -1,7 +1,7 @@
11 Gem::Specification.new do |s|
22 s.name = 'bcrypt-ruby'
3- s.version = '2.1.4'
3+ s.version = '3.0.0'
44
55 s.summary = "OpenBSD's bcrypt() password hashing algorithm."
66 s.description = <<-EOF
77 bcrypt() is a sophisticated and secure hash algorithm designed by The OpenBSD project

Built with git-ssb-web