Bump to 1.0.3.

This commit is contained in:
José Valim
2010-02-23 15:45:07 +01:00
parent 42df192df8
commit 545462e964
3 changed files with 9 additions and 3 deletions

View File

@@ -1,3 +1,9 @@
== 1.0.3
* enhancements
* HTML e-mails now have proper formatting
* Do not remove MongoMapper options in find
== 1.0.2
* enhancements

View File

@@ -5,11 +5,11 @@
Gem::Specification.new do |s|
s.name = %q{devise}
s.version = "1.0.2"
s.version = "1.0.3"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Jos\303\251 Valim", "Carlos Ant\303\264nio"]
s.date = %q{2010-02-19}
s.date = %q{2010-02-23}
s.description = %q{Flexible authentication solution for Rails with Warden}
s.email = %q{contact@plataformatec.com.br}
s.extra_rdoc_files = [

View File

@@ -1,3 +1,3 @@
module Devise
VERSION = "1.0.2".freeze
VERSION = "1.0.3".freeze
end