Skip to content

Commit

Permalink
Actually write a gem description and summary. "Blah" and "Woot" don't…
Browse files Browse the repository at this point in the history
… cut it.

git-svn-id: http://bcrypt-ruby.rubyforge.org/svn/trunk@11 b1e0f299-433e-4bb3-9895-84128a6cfb6a
  • Loading branch information
codahale committed Feb 28, 2007
1 parent 649682e commit b53ba3b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Rakefile
Expand Up @@ -45,9 +45,11 @@ end
spec = Gem::Specification.new do |s|
s.name = PKG_NAME
s.version = PKG_VERSION
s.summary = "Blah."
s.summary = "OpenBSD's bcrypt() password hashing algorithm."
s.description = <<-EOF
Woot.
bcrypt() is a sophisticated and secure hash algorithm designed by The OpenBSD project
for hashing passwords. bcrypt-ruby provides a simple, humane wrapper for safely handling
passwords.
EOF

s.files = PKG_FILES.to_a
Expand Down

0 comments on commit b53ba3b

Please sign in to comment.