summaryrefslogtreecommitdiff
path: root/databases/rubygem-activemodel50
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-08-31 21:56:49 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-08-31 21:56:49 +0000
commitb758c7b9e84cf3c82f4671288c1a6f3d4e11d255 (patch)
tree59d885906d4ab548f40edcf0461f9b024e702cb5 /databases/rubygem-activemodel50
parentUpdate pkg-descr (diff)
Fix PORTSCOUT (copy/paste error in r508520)
- Update pkg-descr
Diffstat (limited to 'databases/rubygem-activemodel50')
-rw-r--r--databases/rubygem-activemodel50/Makefile2
-rw-r--r--databases/rubygem-activemodel50/pkg-descr12
2 files changed, 9 insertions, 5 deletions
diff --git a/databases/rubygem-activemodel50/Makefile b/databases/rubygem-activemodel50/Makefile
index ac785e7e2474..eb7ec8293736 100644
--- a/databases/rubygem-activemodel50/Makefile
+++ b/databases/rubygem-activemodel50/Makefile
@@ -20,6 +20,6 @@ USE_RUBY= yes
NO_ARCH= yes
-PORTSCOUT= limit:^5\.1\.
+PORTSCOUT= limit:^5\.0\.
.include <bsd.port.mk>
diff --git a/databases/rubygem-activemodel50/pkg-descr b/databases/rubygem-activemodel50/pkg-descr
index 1b984adbfcff..5eee67fa991a 100644
--- a/databases/rubygem-activemodel50/pkg-descr
+++ b/databases/rubygem-activemodel50/pkg-descr
@@ -1,6 +1,10 @@
-A toolkit for building modeling frameworks like Active Record and
-Active Resource. Rich support for attributes, callbacks,
-validations, observers, serialization, internationalization,
-and testing.
+Active Model provides a known set of interfaces for usage in model classes. They
+allow for Action Pack helpers to interact with non-Active Record models, for
+example. Active Model also helps with building custom ORMs for use outside of
+the Rails framework.
+
+Active Model provides a default module that implements the basic API required to
+integrate with Action Pack out of the box: ActiveModel::Model.
WWW: https://rubyonrails.org/
+WWW: https://github.com/rails/rails/tree/master/activemodel