git ssb

0+

dangerousbeans / %aPBe2k3ugtjBr4rrsU1…



Commit c211044e69bffa78b9bb58feb9cadea7120f139d

Bumped version up to 2.0.1, explained myself in the changelog.

git-svn-id: http://bcrypt-ruby.rubyforge.org/svn/trunk@26 b1e0f299-433e-4bb3-9895-84128a6cfb6a
codahale committed on 3/9/2007, 8:34:53 PM
Parent: 66b36eee2f5123fe8fbcd98798ad41937da64a90

Files changed

CHANGELOGchanged
Rakefilechanged
CHANGELOGView
@@ -4,5 +4,9 @@
44 2.0.0 Mar 07 2007
55 - Removed BCrypt::Password#exactly_equals -- use BCrypt::Password#eql? instead.
66 - Added BCrypt::Password#is_password?.
77 - Refactored out BCrypt::Internals into more useful BCrypt::Engine.
8- - Added validation of secrets -- nil is not healthy.
8 + - Added validation of secrets -- nil is not healthy.
9 +
10 +2.0.1 Mar 09 2007
11 + - Fixed load path issues
12 + - Fixed crashes when hashing weird values (e.g., false, etc.)
RakefileView
@@ -6,9 +6,9 @@
66 require 'rake/rdoctask'
77 require "benchmark"
88
99 PKG_NAME = "bcrypt-ruby"
10-PKG_VERSION = "2.0.0"
10 +PKG_VERSION = "2.0.1"
1111 PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}"
1212 PKG_FILES = FileList[
1313 '[A-Z]*',
1414 'lib/**/*.rb',

Built with git-ssb-web