www/rubygem-cable_ready: Add rubygem-cable_ready 5.0.3

CableReady helps you create great real-time user experiences by making it simple
to trigger client-side DOM changes from server-side Ruby. It establishes a
standard for interacting with the client via ActionCable web sockets. No need
for custom JavaScript.
main
Po-Chuan Hsieh 2024-05-16 14:14:18 +08:00
parent e14f0a0858
commit 2a4b43bce7
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
4 changed files with 32 additions and 0 deletions

View File

@ -1974,6 +1974,7 @@
SUBDIR += rubygem-bullet_train-scope_validator
SUBDIR += rubygem-bullet_train-super_load_and_authorize_resource
SUBDIR += rubygem-bullet_train-themes
SUBDIR += rubygem-cable_ready
SUBDIR += rubygem-cal-heatmap-rails
SUBDIR += rubygem-carrierwave
SUBDIR += rubygem-carrierwave1

View File

@ -0,0 +1,24 @@
PORTNAME= cable_ready
PORTVERSION= 5.0.3
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Out-of-Band Server Triggered DOM Operations
WWW= https://cableready.stimulusreflex.com/ \
https://github.com/stimulusreflex/cable_ready
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-actionpack71>=5.2:www/rubygem-actionpack71 \
rubygem-actionview71>=5.2:devel/rubygem-actionview71 \
rubygem-activesupport71>=5.2:devel/rubygem-activesupport71 \
rubygem-railties71>=5.2:www/rubygem-railties71 \
rubygem-thread-local>=1.1.0:devel/rubygem-thread-local
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1714227844
SHA256 (rubygem/cable_ready-5.0.3.gem) = d73e77e6eca1ddcdb03307c72c6a910bfc077aba2b21be9fafac45e9e93fe8cd
SIZE (rubygem/cable_ready-5.0.3.gem) = 212992

View File

@ -0,0 +1,4 @@
CableReady helps you create great real-time user experiences by making it simple
to trigger client-side DOM changes from server-side Ruby. It establishes a
standard for interacting with the client via ActionCable web sockets. No need
for custom JavaScript.