Authentication fail with user cannot be serialized from session [#29]

This commit is contained in:
José Valim
2009-11-10 00:00:40 -02:00
parent 9a4b374b96
commit e6901686c4
4 changed files with 16 additions and 2 deletions

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.5.1")
s.add_dependency("warden", "~> 0.5.2")
end
Jeweler::GemcutterTasks.new