diff --git a/Rakefile b/Rakefile index be71f15b..d322423a 100644 --- a/Rakefile +++ b/Rakefile @@ -35,7 +35,7 @@ begin 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,lib}/**/*", "init.rb"] + s.files = FileList["[A-Z]*", "{app,config,generators,lib}/**/*", "init.rb"] s.add_dependency("warden", "~> 0.5.1") end