Bump to 0.8.1

This commit is contained in:
José Valim 2010-01-08 23:21:27 +01:00
parent 35838b02b7
commit c4764c931a
2 changed files with 2 additions and 2 deletions

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

View File

@ -1,3 +1,3 @@
module Devise
VERSION = "0.8.0".freeze
VERSION = "0.8.1".freeze
end