diff --git a/www/rubygem-actioncable60/Makefile b/www/rubygem-actioncable60/Makefile index d890a64a3335..208b1cf71da8 100644 --- a/www/rubygem-actioncable60/Makefile +++ b/www/rubygem-actioncable60/Makefile @@ -1,26 +1,26 @@ # Created by: Sunpoet Po-Chuan Hsieh PORTNAME= actioncable -PORTVERSION= 6.0.4.1 +PORTVERSION= 6.0.4.4 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 60 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Integrated WebSockets for Rails LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-actionpack60>=${PORTVERSION}:www/rubygem-actionpack60 \ rubygem-nio4r>=2.0<3:devel/rubygem-nio4r \ rubygem-websocket-driver>=0.6.1:www/rubygem-websocket-driver USES= gem USE_RUBY= yes NO_ARCH= yes PORTSCOUT= limit:^6\.0\. .include diff --git a/www/rubygem-actioncable60/distinfo b/www/rubygem-actioncable60/distinfo index e9affd62aec7..ec63753ecabb 100644 --- a/www/rubygem-actioncable60/distinfo +++ b/www/rubygem-actioncable60/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632664494 -SHA256 (rubygem/actioncable-6.0.4.1.gem) = 390edd2a66448c4ba8686c11514be45264e995304cd05095d5bc5e55126e68ef -SIZE (rubygem/actioncable-6.0.4.1.gem) = 42496 +TIMESTAMP = 1641046804 +SHA256 (rubygem/actioncable-6.0.4.4.gem) = d94a3c1992a33a6a77c04347e49d85bee28e4be52dc1331b73d80e133f7b7c0a +SIZE (rubygem/actioncable-6.0.4.4.gem) = 42496 diff --git a/www/rubygem-actioncable60/pkg-descr b/www/rubygem-actioncable60/pkg-descr index d0301b58e31f..5b56556ed173 100644 --- a/www/rubygem-actioncable60/pkg-descr +++ b/www/rubygem-actioncable60/pkg-descr @@ -1,10 +1,10 @@ Action Cable seamlessly integrates WebSockets with the rest of your Rails application. It allows for real-time features to be written in Ruby in the same style and form as the rest of your Rails application, while still being performant and scalable. It's a full-stack offering that provides both a client-side JavaScript framework and a server-side Ruby framework. You have access to your full domain model written with Active Record or your ORM of choice. WWW: https://rubyonrails.org/ -WWW: https://github.com/rails/rails/tree/master/actioncable +WWW: https://github.com/rails/rails/tree/main/actioncable