Rakefile in devise-1.0.4 vs Rakefile in devise-1.0.5

- old
+ new

@@ -42,10 +42,10 @@ s.email = "contact@plataformatec.com.br" s.homepage = "http://github.com/plataformatec/devise" 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}/**/*", "rails/init.rb"] - s.add_dependency("warden", "~> 0.9.4") + s.add_dependency("warden", "~> 0.10.2") end Jeweler::GemcutterTasks.new rescue LoadError puts "Jeweler, or one of its dependencies, is not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"