Add rubygem-guard-cucumber 3.0.0

Guard::Cucumber allows you to automatically run Cucumber features when files are
modified.

WWW: https://github.com/guard/guard-cucumber
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-09-19 12:40:55 +00:00
parent 12be5bfc28
commit 3bcf202831
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=548973
4 changed files with 31 additions and 0 deletions

View File

@ -1116,6 +1116,7 @@
SUBDIR += rubygem-god
SUBDIR += rubygem-guard
SUBDIR += rubygem-guard-compat
SUBDIR += rubygem-guard-cucumber
SUBDIR += rubygem-guard-livereload
SUBDIR += rubygem-guard-minitest
SUBDIR += rubygem-guard-rspec

View File

@ -0,0 +1,23 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= guard-cucumber
PORTVERSION= 3.0.0
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Automatically run your features
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-cucumber>=3.1:devel/rubygem-cucumber \
rubygem-nenv>=0.1:devel/rubygem-nenv
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1600177144
SHA256 (rubygem/guard-cucumber-3.0.0.gem) = 6a21b666e2b5a927c7d046f4e6cf609ec057e226bf883f066a650e57e04aeac0
SIZE (rubygem/guard-cucumber-3.0.0.gem) = 13312

View File

@ -0,0 +1,4 @@
Guard::Cucumber allows you to automatically run Cucumber features when files are
modified.
WWW: https://github.com/guard/guard-cucumber