git ssb

0+

dangerousbeans / %aPBe2k3ugtjBr4rrsU1…



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-84128a6cfb6a
codahale committed on 3/9/2007, 8:21:16 PM
Parent: 460036059ec11b39706019801d8744daa2998a69

Files changed

lib/bcrypt.rbchanged
lib/bcrypt.rbView
@@ -1,7 +1,8 @@
11 # A wrapper for OpenBSD's bcrypt/crypt_blowfish password-hashing algorithm.
22
3-require "ext/bcrypt_ext"
3 +$: << "ext"
4 +require "bcrypt_ext"
45 require "openssl"
56
67 # A Ruby library implementing OpenBSD's bcrypt()/crypt_blowfish algorithm for
78 # hashing passwords.

Built with git-ssb-web