Commit 053804330b025bd804000e403bf3d41264426e73
Update Gem description to use new gem name
T.J. Schuck committed on 2/21/2014, 7:01:40 PMParent: 273946f2ba549b9119868331388e8cf30d2af37c
Files changed
bcrypt.gemspec | changed |
bcrypt.gemspec | ||
---|---|---|
@@ -4,9 +4,9 @@ | ||
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 |
8 | - for hashing passwords. bcrypt-ruby provides a simple, humane wrapper for safely handling | |
8 | + for hashing passwords. The bcrypt Ruby gem provides a simple wrapper for safely handling | |
9 | 9 | passwords. |
10 | 10 | EOF |
11 | 11 | |
12 | 12 | s.files = `git ls-files`.split("\n") |
Built with git-ssb-web