devel/rubygem-rspec-its: create port

RSpec::Its provides the `its` method as a short-hand
to specify the expected value of an attribute.

WWW: https://github.com/rspec/rspec-its

PR:		219978
Submitted by:	naito.yuichiro@gmail.com
This commit is contained in:
Steve Wills 2017-07-08 02:44:05 +00:00
parent 6d288a82b2
commit 52f9bd4717
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=445294
4 changed files with 30 additions and 0 deletions

View file

@ -5584,6 +5584,7 @@
SUBDIR += rubygem-rspec-core SUBDIR += rubygem-rspec-core
SUBDIR += rubygem-rspec-expectations SUBDIR += rubygem-rspec-expectations
SUBDIR += rubygem-rspec-logsplit SUBDIR += rubygem-rspec-logsplit
SUBDIR += rubygem-rspec-its
SUBDIR += rubygem-rspec-mocks SUBDIR += rubygem-rspec-mocks
SUBDIR += rubygem-rspec-rails SUBDIR += rubygem-rspec-rails
SUBDIR += rubygem-rspec-support SUBDIR += rubygem-rspec-support

View file

@ -0,0 +1,22 @@
# Created by: Yuichiro NAITO <naito.yuichiro@gmail.com>
# $FreeBSD$
PORTNAME= rspec-its
PORTVERSION= 1.2.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= naito.yuichiro@gmail.com
COMMENT= RSpec extension gem for attribute matching
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-rspec-core>=${PORTVERSION:R}:devel/rubygem-rspec-core \
rubygem-rspec-expectations>=${PORTVERSION:R}:devel/rubygem-rspec-expectations
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1496195622
SHA256 (rubygem/rspec-its-1.2.0.gem) = e39e64faceb99d86cbd181b5137c57cbb3b0e54d7a0fd560a88c2b59bc8597df
SIZE (rubygem/rspec-its-1.2.0.gem) = 12800

View file

@ -0,0 +1,4 @@
RSpec::Its provides the `its` method as a short-hand
to specify the expected value of an attribute.
WWW: https://github.com/rspec/rspec-its