git ssb

0+

dangerousbeans / %aPBe2k3ugtjBr4rrsU1…



Commit e66116dc37379b6bc8f21bd749a81b00a19ff6ee

Prepare for the 2.0.3 release.

Coda Hale committed on 5/8/2008, 12:35:40 AM
Parent: 202011417d9cd16f989ff970305cf32d00456ac0

Files changed

CHANGELOGchanged
Rakefilechanged
CHANGELOGView
@@ -14,8 +14,8 @@
1414 2.0.2 Jun 06 2007
1515 - Fixed example code in the README [Winson]
1616 - Fixed Solaris compatibility [Jeremy LaTrasse, Twitter crew]
1717
18-HEAD
18+2.0.3 May 07 2008
1919 - Made exception classes descend from StandardError, not Exception [Dan42]
2020 - Changed BCrypt::Engine.hash to BCrypt::Engine.hash_secret to avoid Merb
2121 sorting issues. [Lee Pope]
RakefileView
@@ -6,9 +6,9 @@
66 require 'rake/rdoctask'
77 require "benchmark"
88
99 PKG_NAME = "bcrypt-ruby"
10-PKG_VERSION = "2.0.2"
10+PKG_VERSION = "2.0.3"
1111 PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}"
1212 PKG_FILES = FileList[
1313 '[A-Z]*',
1414 'lib/**/*.rb',
@@ -71,10 +71,9 @@
7171 s.extra_rdoc_files = rd.rdoc_files.to_a
7272
7373 s.extensions = FileList["ext/extconf.rb"].to_a
7474
75- s.autorequire = 'bcrypt'
76- s.author = ["Coda Hale"]
75+ s.authors = ["Coda Hale"]
7776 s.email = "coda.hale@gmail.com"
7877 s.homepage = "http://bcrypt-ruby.rubyforge.org"
7978 s.rubyforge_project = "bcrypt-ruby"
8079 end

Built with git-ssb-web