mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Release Devise 0.5.4.
This commit is contained in:
parent
1a8dc7fe37
commit
ab81bc344f
3 changed files with 4 additions and 2 deletions
|
@ -1,3 +1,5 @@
|
|||
== 0.5.4
|
||||
|
||||
* deprecations
|
||||
* Deprecate :singular in devise_for and use :scope instead
|
||||
|
||||
|
|
2
Rakefile
2
Rakefile
|
@ -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
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Devise
|
||||
VERSION = "0.5.3".freeze
|
||||
VERSION = "0.5.4".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue