Update ruby-rspec to 2.13.0.
Thi is meta-gem package including rspec-core, rspec-expectations and rspec-mocks.
This commit is contained in:
parent
b63c9aa035
commit
125012b48d
2 changed files with 9 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.12 2012/12/16 16:47:12 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.13 2013/03/11 07:49:55 taca Exp $
|
||||
|
||||
DISTNAME= rspec-2.12.0
|
||||
DISTNAME= rspec-2.13.0
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
|
@ -8,9 +8,9 @@ HOMEPAGE= http://relishapp.com/rspec
|
|||
COMMENT= Behaviour Driven Development framework for Ruby
|
||||
LICENSE= mit
|
||||
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-rspec-core>=2.12.0<2.13:../../devel/ruby-rspec-core
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-rspec-expectations>=2.12.0<2.13:../../devel/ruby-rspec-expectations
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-rspec-mocks>=2.12.0<2.13:../../devel/ruby-rspec-mocks
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-rspec-core>=2.13.0<2.14:../../devel/ruby-rspec-core
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-rspec-expectations>=2.13.0<2.14:../../devel/ruby-rspec-expectations
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-rspec-mocks>=2.13.0<2.14:../../devel/ruby-rspec-mocks
|
||||
|
||||
.include "../../lang/ruby/gem.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.12 2012/12/16 16:47:12 taca Exp $
|
||||
$NetBSD: distinfo,v 1.13 2013/03/11 07:49:55 taca Exp $
|
||||
|
||||
SHA1 (rspec-2.12.0.gem) = 8b24c77cca28d61b6c9204b6aba265129bfca061
|
||||
RMD160 (rspec-2.12.0.gem) = 061a2d75171b08975f96195023e6d46ac4c33556
|
||||
Size (rspec-2.12.0.gem) = 4608 bytes
|
||||
SHA1 (rspec-2.13.0.gem) = f8c57af6d805f3563fd7d24fec410c533168be07
|
||||
RMD160 (rspec-2.13.0.gem) = 59997f20df20dc7ffd5a2cf6c8cd23cdc6ce58e4
|
||||
Size (rspec-2.13.0.gem) = 4608 bytes
|
||||
|
|
Loading…
Reference in a new issue