Commit 108fb0993223897445e282f90708ae8fb9a5c174
Reverted load path structure to 1.0.0-style, since that, uh, actually works.
git-svn-id: http://bcrypt-ruby.rubyforge.org/svn/trunk@22 b1e0f299-433e-4bb3-9895-84128a6cfb6acodahale committed on 3/9/2007, 8:21:16 PM
Parent: 460036059ec11b39706019801d8744daa2998a69
Files changed
lib/bcrypt.rb | changed |
lib/bcrypt.rb | ||
---|---|---|
@@ -1,7 +1,8 @@ | ||
1 | 1 … | # A wrapper for OpenBSD's bcrypt/crypt_blowfish password-hashing algorithm. |
2 | 2 … | |
3 | -require "ext/bcrypt_ext" | |
3 … | +$: << "ext" | |
4 … | +require "bcrypt_ext" | |
4 | 5 … | require "openssl" |
5 | 6 … | |
6 | 7 … | # A Ruby library implementing OpenBSD's bcrypt()/crypt_blowfish algorithm for |
7 | 8 … | # hashing passwords. |
Built with git-ssb-web