Commit b0702c463f5051e8dca0314a0b2f16d263d55789
Version bump: 2.1.4
Aman Gupta committed on 1/8/2011, 10:55:48 PMParent: 92c8e4e3760d089e494b7a3ac1faa563681868c7
Files changed
bcrypt-ruby.gemspec | changed |
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.3' | |
3 | + s.version = '2.1.4' | |
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