1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00

- Add rubygem-guard-compat 1.2.0

Guard::Compat provides only a test helper for testing custom Guard plugins
currently.

WWW: https://github.com/guard/guard-compat
RG:  https://rubygems.org/gems/guard-compat
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-12-28 13:15:34 +00:00
parent c39af55652
commit 4b52964a4f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=375709
4 changed files with 26 additions and 0 deletions

View File

@ -815,6 +815,7 @@
SUBDIR += rubygem-fssm
SUBDIR += rubygem-god
SUBDIR += rubygem-guard
SUBDIR += rubygem-guard-compat
SUBDIR += rubygem-guard-livereload
SUBDIR += rubygem-guard-minitest
SUBDIR += rubygem-guard-rspec

View File

@ -0,0 +1,18 @@
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= guard-compat
PORTVERSION= 1.2.0
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Helps creating valid Guard plugins and testing them
LICENSE= MIT
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/guard-compat-1.2.0.gem) = 7cf9edfa400306bdc64e66950749230d1379bf9076fdb716c5fdf223f6739909
SIZE (rubygem/guard-compat-1.2.0.gem) = 11264

View File

@ -0,0 +1,5 @@
Guard::Compat provides only a test helper for testing custom Guard plugins
currently.
WWW: https://github.com/guard/guard-compat
RG: https://rubygems.org/gems/guard-compat