Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Release 1.0.4 with a couple bug fixes.
  • Loading branch information
josevalim committed Mar 3, 2010
1 parent 5d187ff commit d36e101
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rdoc
@@ -1,3 +1,9 @@
== 1.0.4

* bug fix
* Fixed a bug when deleting an account with rememberable
* Fixed a bug with custom controllers

== 1.0.3

* enhancements
Expand Down
4 changes: 2 additions & 2 deletions devise.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{devise}
s.version = "1.0.3"
s.version = "1.0.4"

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-23}
s.date = %q{2010-03-03}
s.description = %q{Flexible authentication solution for Rails with Warden}
s.email = %q{contact@plataformatec.com.br}
s.extra_rdoc_files = [
Expand Down
2 changes: 1 addition & 1 deletion lib/devise/version.rb
@@ -1,3 +1,3 @@
module Devise
VERSION = "1.0.3".freeze
VERSION = "1.0.4".freeze
end

0 comments on commit d36e101

Please sign in to comment.