1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- Add rubygem-responders 1.1.2

Responders provides a set of responders modules to dry up your Rails app.

WWW: https://github.com/plataformatec/responders
RG:  https://rubygems.org/gems/responders
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-05-10 20:18:36 +00:00
parent e63ed4cdc6
commit c50180d263
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386008
4 changed files with 27 additions and 0 deletions

View File

@ -1915,6 +1915,7 @@
SUBDIR += rubygem-redis-rack
SUBDIR += rubygem-redis-rails
SUBDIR += rubygem-redmine_acts_as_taggable_on
SUBDIR += rubygem-responders
SUBDIR += rubygem-rest-client
SUBDIR += rubygem-rfacebook
SUBDIR += rubygem-rfeedfinder

View File

@ -0,0 +1,20 @@
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= responders
PORTVERSION= 1.1.2
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Simple Ruby DSL for making HTTP requests
LICENSE= MIT
RUN_DEPENDS= rubygem-railties4>=4.1.0:${PORTSDIR}/www/rubygem-railties4
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/responders-1.1.2.gem) = 6e78286742e728eb1c56e6d5ee91905ca7390bfffc9b7c42824acde0663a029d
SIZE (rubygem/responders-1.1.2.gem) = 16384

View File

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