devel/ruby-rspec: update to 3.11.0
3.11.0 (2022-02-09) This is a gem of meta pacakge and no changes itself.
This commit is contained in:
parent
6fd583d598
commit
9de24b7851
2 changed files with 9 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.26 2021/01/11 13:09:24 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.27 2022/02/12 13:35:39 taca Exp $
|
||||
|
||||
DISTNAME= rspec-3.10.0
|
||||
DISTNAME= rspec-3.11.0
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
|
@ -8,9 +8,9 @@ HOMEPAGE= https://relishapp.com/rspec
|
|||
COMMENT= Behaviour Driven Development framework for Ruby
|
||||
LICENSE= mit
|
||||
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-rspec-core>=3.10.0<3.11:../../devel/ruby-rspec-core
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-rspec-expectations>=3.10.0<3.11:../../devel/ruby-rspec-expectations
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-rspec-mocks>=3.10.0<3.11:../../devel/ruby-rspec-mocks
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-rspec-core>=3.11.0<3.12:../../devel/ruby-rspec-core
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-rspec-expectations>=3.11.0<3.12:../../devel/ruby-rspec-expectations
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-rspec-mocks>=3.11.0<3.12:../../devel/ruby-rspec-mocks
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.27 2021/10/26 10:19:46 nia Exp $
|
||||
$NetBSD: distinfo,v 1.28 2022/02/12 13:35:39 taca Exp $
|
||||
|
||||
BLAKE2s (rspec-3.10.0.gem) = 83519d0a343fe4fd86fae74cbc81a1eb974391b3d17e3d0c923ebd53c3e31049
|
||||
SHA512 (rspec-3.10.0.gem) = dd1a3a1c7c73ae9c053e071d7851780d8cf61e92ddba24072b9f2c00a342ed08c81090332ba2eaf7ab96adac3fc723685996195e5cc584e15de57ff02a4455ec
|
||||
Size (rspec-3.10.0.gem) = 10752 bytes
|
||||
BLAKE2s (rspec-3.11.0.gem) = ec5d0acbae21c1d69092d8641837fe6531c5b6199d8e402286bf66ae0b29f77c
|
||||
SHA512 (rspec-3.11.0.gem) = 233f80500446066a61a50d8e3f8a602316071beaa82e95776390684f7d58fa0acf8807386bee7d08b21f5481933e031b968fd752cf97efa74ba6cd411a8d1395
|
||||
Size (rspec-3.11.0.gem) = 10752 bytes
|
||||
|
|
Loading…
Reference in a new issue