Skip to content

Commit

Permalink
Prepare for the 2.0.3 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
codahale committed May 8, 2008
1 parent 2020114 commit e66116d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
- Fixed example code in the README [Winson]
- Fixed Solaris compatibility [Jeremy LaTrasse, Twitter crew]

HEAD
2.0.3 May 07 2008
- Made exception classes descend from StandardError, not Exception [Dan42]
- Changed BCrypt::Engine.hash to BCrypt::Engine.hash_secret to avoid Merb
sorting issues. [Lee Pope]
5 changes: 2 additions & 3 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require 'rake/rdoctask'
require "benchmark"

PKG_NAME = "bcrypt-ruby"
PKG_VERSION = "2.0.2"
PKG_VERSION = "2.0.3"
PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}"
PKG_FILES = FileList[
'[A-Z]*',
Expand Down Expand Up @@ -72,8 +72,7 @@ spec = Gem::Specification.new do |s|

s.extensions = FileList["ext/extconf.rb"].to_a

s.autorequire = 'bcrypt'
s.author = ["Coda Hale"]
s.authors = ["Coda Hale"]
s.email = "coda.hale@gmail.com"
s.homepage = "http://bcrypt-ruby.rubyforge.org"
s.rubyforge_project = "bcrypt-ruby"
Expand Down

0 comments on commit e66116d

Please sign in to comment.