Add rubygem-activemodel60 6.0.2.1 (copied from rubygem-activemodel52)

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-02-05 18:39:57 +00:00
parent b0aa2a1214
commit 34cc4a3353
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=525315
4 changed files with 41 additions and 0 deletions

View File

@ -895,6 +895,7 @@
SUBDIR += rubygem-activemodel5
SUBDIR += rubygem-activemodel50
SUBDIR += rubygem-activemodel52
SUBDIR += rubygem-activemodel60
SUBDIR += rubygem-activerecord-explain-analyze
SUBDIR += rubygem-activerecord-import
SUBDIR += rubygem-activerecord-jdbc-adapter

View File

@ -0,0 +1,27 @@
# Created by: Johannes Meixner <johannes@perceivon.net>
# $FreeBSD$
PORTNAME= activemodel
PORTVERSION= 6.0.2.1
CATEGORIES= databases rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 60
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Toolkit for building modeling frameworks
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
BROKEN_RUBY24= yes
RUN_DEPENDS= rubygem-activesupport60>=${PORTVERSION}:devel/rubygem-activesupport60
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PORTSCOUT= limit:^6\.0\.
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1577687160
SHA256 (rubygem/activemodel-6.0.2.1.gem) = 6d138b1e3e5f009b5fa9a0587f65f25ff58ef42e6a95a3f720fc53caa2aaf84b
SIZE (rubygem/activemodel-6.0.2.1.gem) = 58880

View File

@ -0,0 +1,10 @@
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