Skip to content

Commit

Permalink
Regerate gemspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Apr 13, 2010
1 parent 8db5591 commit cbfeb59
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions devise.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |s|

s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
s.authors = ["Jos\303\251 Valim", "Carlos Ant\303\264nio"]
s.date = %q{2010-04-06}
s.date = %q{2010-04-13}
s.description = %q{Flexible authentication solution for Rails with Warden}
s.email = %q{[email protected]}
s.extra_rdoc_files = [
Expand All @@ -30,7 +30,8 @@ Gem::Specification.new do |s|
"app/controllers/devise/registrations_controller.rb",
"app/controllers/devise/sessions_controller.rb",
"app/controllers/devise/unlocks_controller.rb",
"app/models/devise/mailer.rb",
"app/helpers/devise_helper.rb",
"app/mailers/devise/mailer.rb",
"app/views/devise/confirmations/new.html.erb",
"app/views/devise/mailer/confirmation_instructions.html.erb",
"app/views/devise/mailer/reset_password_instructions.html.erb",
Expand Down

0 comments on commit cbfeb59

Please sign in to comment.