Skip to content

Commit

Permalink
Release Devise 1.0.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Apr 3, 2010
1 parent 1e4394e commit 1865298
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.rdoc
@@ -1,6 +1,9 @@
== 1.0.6

* bug fix
* Do not allow unlockable strategies based on time to access a controller.
* Do not send unlockable email several times.
* Allow controller to upstram custom! failures to Warden.

== 1.0.5

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

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

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-04-01}
s.date = %q{2010-04-03}
s.description = %q{Flexible authentication solution for Rails with Warden}
s.email = %q{contact@plataformatec.com.br}
s.extra_rdoc_files = [
Expand Down Expand Up @@ -113,6 +113,7 @@ Gem::Specification.new do |s|
"test/integration/confirmable_test.rb",
"test/integration/http_authenticatable_test.rb",
"test/integration/lockable_test.rb",
"test/integration/rack_middleware_test.rb",
"test/integration/recoverable_test.rb",
"test/integration/registerable_test.rb",
"test/integration/rememberable_test.rb",
Expand Down
2 changes: 1 addition & 1 deletion lib/devise/version.rb
@@ -1,3 +1,3 @@
module Devise
VERSION = "1.0.5".freeze
VERSION = "1.0.6".freeze
end

0 comments on commit 1865298

Please sign in to comment.