Rakefile in devise-0.8.0 vs Rakefile in devise-0.8.1
- 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}/**/*", "init.rb"]
- s.add_dependency("warden", "~> 0.8.0")
+ s.add_dependency("warden", "~> 0.8.1")
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"