diff --git a/devel/rubygem-devise-rails70/pkg-descr b/devel/rubygem-devise-rails70/pkg-descr index 806ad314b56d..eda2e6aab5ab 100644 --- a/devel/rubygem-devise-rails70/pkg-descr +++ b/devel/rubygem-devise-rails70/pkg-descr @@ -1 +1,5 @@ -Flexible authentication solution for Rails with Warden +Devise is a flexible authentication solution for Rails based on Warden. It: +- Is Rack based; +- Is a complete MVC solution based on Rails engines; +- Allows you to have multiple models signed in at the same time; +- Is based on a modularity concept: use only what you really need.