Add rubygem-responders-rails52 3.0.0 (copied from rubygem-responders-rails5)

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-08-25 18:20:28 +00:00
parent 0bc1e12891
commit 093955ecd7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=509825
4 changed files with 31 additions and 0 deletions

View File

@ -2159,6 +2159,7 @@
SUBDIR += rubygem-redmine_acts_as_taggable_on
SUBDIR += rubygem-responders
SUBDIR += rubygem-responders-rails5
SUBDIR += rubygem-responders-rails52
SUBDIR += rubygem-responders2-rails5
SUBDIR += rubygem-rest-client
SUBDIR += rubygem-rfacebook

View File

@ -0,0 +1,24 @@
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= responders
PORTVERSION= 3.0.0
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails52
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Simple Ruby DSL for making HTTP requests
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-actionpack52>=5.0:www/rubygem-actionpack52 \
rubygem-railties52>=5.0:www/rubygem-railties52
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1562427762
SHA256 (rubygem/responders-3.0.0.gem) = a267b281582802d04cf0968dbc7d60df0d48384915934b3bf9018f811dc3f7dc
SIZE (rubygem/responders-3.0.0.gem) = 19456

View File

@ -0,0 +1,3 @@
Responders provides a set of responders modules to dry up your Rails app.
WWW: https://github.com/plataformatec/responders