Skip to content
Snippets Groups Projects
Verified Commit 8dec7dd7 authored by sunpoet's avatar sunpoet
Browse files

databases/rubygem-activemodel70: Add rubygem-activemodel70 7.0.0

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.

WWW: https://rubyonrails.org/
WWW: https://github.com/rails/rails/tree/main/activemodel
parent 26c07ef8
No related branches found
No related tags found
No related merge requests found
......@@ -902,6 +902,7 @@
SUBDIR += rubygem-activemodel52
SUBDIR += rubygem-activemodel60
SUBDIR += rubygem-activemodel61
SUBDIR += rubygem-activemodel70
SUBDIR += rubygem-activerecord-explain-analyze
SUBDIR += rubygem-activerecord-import
SUBDIR += rubygem-activerecord-jdbc-adapter
......
PORTNAME= activemodel
PORTVERSION= 7.0.0
CATEGORIES= databases rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 70
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Toolkit for building modeling frameworks like Active Record
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-activesupport70>=${PORTVERSION}:devel/rubygem-activesupport70
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PORTSCOUT= limit:^7\.0\.
.include <bsd.port.mk>
TIMESTAMP = 1641045754
SHA256 (rubygem/activemodel-7.0.0.gem) = dce2fcbdbbe791b4b3168a9e46d0fdb1f25d36915b437e5296aa1aa2834120d5
SIZE (rubygem/activemodel-7.0.0.gem) = 60928
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.
WWW: https://rubyonrails.org/
WWW: https://github.com/rails/rails/tree/main/activemodel
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment