Release Devise 0.5.4.

This commit is contained in:
José Valim 2009-11-19 13:14:02 -02:00
parent 1a8dc7fe37
commit ab81bc344f
3 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,5 @@
== 0.5.4
* deprecations
* Deprecate :singular in devise_for and use :scope instead

View File

@ -36,7 +36,7 @@ begin
s.description = "Flexible authentication solution for Rails with Warden"
s.authors = ['José Valim', 'Carlos Antônio']
s.files = FileList["[A-Z]*", "{app,config,generators,lib}/**/*", "init.rb"]
s.add_dependency("warden", "~> 0.6.1")
s.add_dependency("warden", "~> 0.6.3")
end
Jeweler::GemcutterTasks.new

View File

@ -1,3 +1,3 @@
module Devise
VERSION = "0.5.3".freeze
VERSION = "0.5.4".freeze
end