Date: Thu, 21 Nov 2024 13:46:36 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5ed2f8e2954e - main - devel/rubygem-devise-rails5: Update pkg-descr Message-ID: <202411211346.4ALDkaPT028463@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=5ed2f8e2954e74afd1af5289a292bfe3dee2d03a commit 5ed2f8e2954e74afd1af5289a292bfe3dee2d03a Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-11-21 13:29:08 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-11-21 13:39:17 +0000 devel/rubygem-devise-rails5: Update pkg-descr --- devel/rubygem-devise-rails5/pkg-descr | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/devel/rubygem-devise-rails5/pkg-descr b/devel/rubygem-devise-rails5/pkg-descr index 806ad314b56d..eda2e6aab5ab 100644 --- a/devel/rubygem-devise-rails5/pkg-descr +++ b/devel/rubygem-devise-rails5/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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411211346.4ALDkaPT028463>