mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Update CHANGELOG and dependencies.
This commit is contained in:
parent
2afad49a96
commit
a32e90a1d6
2 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
* enhancements
|
||||
* Added devise lockable (by github/mhfs)
|
||||
* Warden 0.9.0 compatibility
|
||||
|
||||
== 0.8.2
|
||||
|
||||
|
|
2
Rakefile
2
Rakefile
|
@ -44,7 +44,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.8.1")
|
||||
s.add_dependency("warden", "~> 0.9.0")
|
||||
end
|
||||
|
||||
Jeweler::GemcutterTasks.new
|
||||
|
|
Loading…
Reference in a new issue