1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00

devel/rubygem-generator_spec-rails4: copy port for rails4

Test Rails generators with RSpec

WWW: https://github.com/stevehodgkiss/generator_spec

Differential Revision:	https://reviews.freebsd.org/D856
Approved by:	swills (mentor)
This commit is contained in:
Johannes Jost Meixner 2014-09-27 15:14:31 +00:00
parent bf6b3fa2a4
commit 4b3759af1b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369397
4 changed files with 27 additions and 0 deletions

View File

@ -4335,6 +4335,7 @@
SUBDIR += rubygem-gemnasium-gitlab-service
SUBDIR += rubygem-gems
SUBDIR += rubygem-generator_spec
SUBDIR += rubygem-generator_spec-rails4
SUBDIR += rubygem-georuby
SUBDIR += rubygem-getopt
SUBDIR += rubygem-gettext

View File

@ -0,0 +1,21 @@
# $FreeBSD$
PORTNAME= generator_spec
PORTVERSION= 0.9.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails4
MAINTAINER= ruby@FreeBSD.org
COMMENT= Test Rails generators with RSpec
LICENSE= MIT
RUN_DEPENDS= rubygem-activerecord4>=4.1.4:${PORTSDIR}/databases/rubygem-activerecord4 \
rubygem-railties4>=4.1.4:${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/generator_spec-0.9.2.gem) = 294277c816952fa191cd7478d5378e597d057aeba291457e4f85e511faabe662
SIZE (rubygem/generator_spec-0.9.2.gem) = 9216

View File

@ -0,0 +1,3 @@
Test Rails generators with RSpec
WWW: https://github.com/stevehodgkiss/generator_spec