databases/rubygem-microscope: Add rubygem-microscope 1.1.1

Microscope adds useful scopes targeting ActiveRecord boolean, date and datetime
attributes.
main
Po-Chuan Hsieh 2024-05-16 14:13:35 +08:00
parent 75abab400d
commit be96f1b09f
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
4 changed files with 26 additions and 0 deletions

View File

@ -965,6 +965,7 @@
SUBDIR += rubygem-mario-redis-lock
SUBDIR += rubygem-memcache
SUBDIR += rubygem-memcache-client
SUBDIR += rubygem-microscope
SUBDIR += rubygem-mysql
SUBDIR += rubygem-mysql2
SUBDIR += rubygem-neighbor

View File

@ -0,0 +1,20 @@
PORTNAME= microscope
PORTVERSION= 1.1.1
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Add useful scopes targeting ActiveRecord boolean and datetime attributes
WWW= https://github.com/mirego/microscope
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rubygem-activerecord71>=4.1.0:databases/rubygem-activerecord71 \
rubygem-activesupport71>=4.1.0:devel/rubygem-activesupport71
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1714227798
SHA256 (rubygem/microscope-1.1.1.gem) = a6239b41f302fa4037607208acc912d1c728781e03f7657ce0d3fcd63d2e88e8
SIZE (rubygem/microscope-1.1.1.gem) = 14848

View File

@ -0,0 +1,2 @@
Microscope adds useful scopes targeting ActiveRecord boolean, date and datetime
attributes.