Commit a27363a997f473a4d579d91a0303c433fcc1955a
bumping to 3.0.0
Aaron Patterson committed on 8/24/2011, 8:10:37 PMParent: 91252b6bc51b3d0a65750c51c77acbdf5ec1c2a6
Files changed
CHANGELOG | changed |
bcrypt-ruby.gemspec | changed |
CHANGELOG | ||
---|---|---|
@@ -36,5 +36,9 @@ | ||
36 | 36 | 2.1.1 Aug 14 2009 |
37 | 37 | - JVM 1.4/1.5 compatibility [Hongli Lai] |
38 | 38 | |
39 | 39 | 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.gemspec | ||
---|---|---|
@@ -1,7 +1,7 @@ | ||
1 | 1 | Gem::Specification.new do |s| |
2 | 2 | s.name = 'bcrypt-ruby' |
3 | - s.version = '2.1.4' | |
3 | + s.version = '3.0.0' | |
4 | 4 | |
5 | 5 | s.summary = "OpenBSD's bcrypt() password hashing algorithm." |
6 | 6 | s.description = <<-EOF |
7 | 7 | bcrypt() is a sophisticated and secure hash algorithm designed by The OpenBSD project |
Built with git-ssb-web