mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
databases/rubygem-activemodel72: Add rubygem-activemodel72 7.2.1
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::API.
This commit is contained in:
parent
c44590703c
commit
8a46b53034
4 changed files with 34 additions and 0 deletions
|
@ -914,6 +914,7 @@
|
|||
SUBDIR += rubygem-activemodel61
|
||||
SUBDIR += rubygem-activemodel70
|
||||
SUBDIR += rubygem-activemodel71
|
||||
SUBDIR += rubygem-activemodel72
|
||||
SUBDIR += rubygem-activerecord-explain-analyze
|
||||
SUBDIR += rubygem-activerecord-import
|
||||
SUBDIR += rubygem-activerecord-jdbc-adapter
|
||||
|
|
23
databases/rubygem-activemodel72/Makefile
Normal file
23
databases/rubygem-activemodel72/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
PORTNAME= activemodel
|
||||
PORTVERSION= 7.2.1
|
||||
CATEGORIES= databases rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= 72
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Toolkit for building modeling frameworks like Active Record
|
||||
WWW= https://github.com/rails/rails/tree/main/activemodel \
|
||||
https://rubyonrails.org/
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-activesupport72>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport72
|
||||
|
||||
USES= gem
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
PORTSCOUT= limit:^7\.2\.
|
||||
|
||||
.include <bsd.port.mk>
|
3
databases/rubygem-activemodel72/distinfo
Normal file
3
databases/rubygem-activemodel72/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1726487280
|
||||
SHA256 (rubygem/activemodel-7.2.1.gem) = 7b24e3927122b99c4623f07607a1d0f1cfd598f9dc5077e70178536dd6663348
|
||||
SIZE (rubygem/activemodel-7.2.1.gem) = 67584
|
7
databases/rubygem-activemodel72/pkg-descr
Normal file
7
databases/rubygem-activemodel72/pkg-descr
Normal file
|
@ -0,0 +1,7 @@
|
|||
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::API.
|
Loading…
Add table
Reference in a new issue