1
0
Fork 0
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:
José Valim 2010-01-14 15:53:17 +01:00
parent 2afad49a96
commit a32e90a1d6
2 changed files with 2 additions and 1 deletions

View file

@ -3,6 +3,7 @@
* enhancements
* Added devise lockable (by github/mhfs)
* Warden 0.9.0 compatibility
== 0.8.2

View file

@ -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