Update ruby-rspec to 2.12.0.
This is meta- gem pacakge contains rspec-core, rspec-expectations and rspec-mocks.
This commit is contained in:
parent
e38549c8c6
commit
51ceb48bc6
2 changed files with 9 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.11 2012/09/03 15:55:27 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.12 2012/12/16 16:47:12 taca Exp $
|
||||
|
||||
DISTNAME= rspec-2.11.0
|
||||
DISTNAME= rspec-2.12.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.11.0<2.12:../../devel/ruby-rspec-core
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-rspec-expectations>=2.11.0<2.12:../../devel/ruby-rspec-expectations
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-rspec-mocks>=2.11.0<2.12:../../devel/ruby-rspec-mocks
|
||||
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
|
||||
|
||||
.include "../../lang/ruby/gem.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.11 2012/09/03 15:55:27 taca Exp $
|
||||
$NetBSD: distinfo,v 1.12 2012/12/16 16:47:12 taca Exp $
|
||||
|
||||
SHA1 (rspec-2.11.0.gem) = d1987721621927da342af38dbfa90a00a472b81a
|
||||
RMD160 (rspec-2.11.0.gem) = 21652d06e57f83585e50709a28aa19011da617b9
|
||||
Size (rspec-2.11.0.gem) = 4608 bytes
|
||||
SHA1 (rspec-2.12.0.gem) = 8b24c77cca28d61b6c9204b6aba265129bfca061
|
||||
RMD160 (rspec-2.12.0.gem) = 061a2d75171b08975f96195023e6d46ac4c33556
|
||||
Size (rspec-2.12.0.gem) = 4608 bytes
|
||||
|
|
Loading…
Reference in a new issue