1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00

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.description = "Flexible authentication solution for Rails with Warden"
s.authors = ['José Valim', 'Carlos Antônio'] s.authors = ['José Valim', 'Carlos Antônio']
s.files = FileList["[A-Z]*", "{app,config,generators,lib}/**/*", "init.rb"] 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 end
Jeweler::GemcutterTasks.new Jeweler::GemcutterTasks.new

View file

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