git: 79dca2d842b5 - main - devel/rubygem-devise: Update pkg-descr
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 21 Nov 2024 13:46:35 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=79dca2d842b52214f785949cbf48db5bb7c4c4e4 commit 79dca2d842b52214f785949cbf48db5bb7c4c4e4 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-11-21 13:29:06 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-11-21 13:39:16 +0000 devel/rubygem-devise: Update pkg-descr --- devel/rubygem-devise/pkg-descr | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/devel/rubygem-devise/pkg-descr b/devel/rubygem-devise/pkg-descr index 806ad314b56d..eda2e6aab5ab 100644 --- a/devel/rubygem-devise/pkg-descr +++ b/devel/rubygem-devise/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.