diff options
author | taca <taca@pkgsrc.org> | 2022-02-12 13:31:48 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2022-02-12 13:31:48 +0000 |
commit | 1383d46f293db0ba2a864f115d0d4537916438db (patch) | |
tree | bc609fd12f4813f3b2e3324cb44325e94f64e356 /devel | |
parent | b96eaaf32d652baa4969f165d0b44276e4d15897 (diff) | |
download | pkgsrc-1383d46f293db0ba2a864f115d0d4537916438db.tar.gz |
devel/ruby-rspec-expectations: update to 3.11.0
3.11.0 (2022-02-09)
Enhancements:
* Return true from aggregate_failures when no exception occurs. (Jon Rowe,
#1225)
Deprecations:
* Print a deprecation message when using the implicit block expectation
syntax. (Phil Pirozhkov, #1139)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ruby-rspec-expectations/Makefile | 6 | ||||
-rw-r--r-- | devel/ruby-rspec-expectations/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/ruby-rspec-expectations/Makefile b/devel/ruby-rspec-expectations/Makefile index 02eaf626748..96e2fa15cd6 100644 --- a/devel/ruby-rspec-expectations/Makefile +++ b/devel/ruby-rspec-expectations/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.30 2021/01/11 13:06:55 taca Exp $ +# $NetBSD: Makefile,v 1.31 2022/02/12 13:31:48 taca Exp $ -DISTNAME= rspec-expectations-3.10.1 +DISTNAME= rspec-expectations-3.11.0 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org @@ -8,7 +8,7 @@ HOMEPAGE= https://relishapp.com/rspec COMMENT= Behaviour Driven Development framework for Ruby, expectations LICENSE= mit -DEPENDS+= ${RUBY_PKGPREFIX}-rspec-support>=3.10.0<3.11:../../devel/ruby-rspec-support +DEPENDS+= ${RUBY_PKGPREFIX}-rspec-support>=3.11.0<3.12:../../devel/ruby-rspec-support DEPENDS+= ${RUBY_PKGPREFIX}-diff-lcs<2:../../textproc/ruby-diff-lcs .include "../../lang/ruby/gem.mk" diff --git a/devel/ruby-rspec-expectations/distinfo b/devel/ruby-rspec-expectations/distinfo index d2279f1c863..daebb883f15 100644 --- a/devel/ruby-rspec-expectations/distinfo +++ b/devel/ruby-rspec-expectations/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.31 2021/10/26 10:19:46 nia Exp $ +$NetBSD: distinfo,v 1.32 2022/02/12 13:31:48 taca Exp $ -BLAKE2s (rspec-expectations-3.10.1.gem) = 11020f4d9a6cb496901ccab9c6b4a6f99978e728f84ef31694fe045ab0259007 -SHA512 (rspec-expectations-3.10.1.gem) = c2e6fa12f5531ba91f03e22de3af4eed5cea74434634503302e38732b042423c669d2ddae3750d94f5f36c85433ae5743fcc0d0c4a0c50326050efde087b8a0a -Size (rspec-expectations-3.10.1.gem) = 86016 bytes +BLAKE2s (rspec-expectations-3.11.0.gem) = 6dd9f3b0e6362639f8e132557bf94591a7661b2cd0dab4ed5aa70f0c188d0c31 +SHA512 (rspec-expectations-3.11.0.gem) = b3797f6b7b591dc78704051749bebbaf34827b72d5f09139bb413bdfb6f96dc0d5ade9111f4cdb7ee07a22affcc057214d8baa7c48ba93c1950a85561a1dbd5e +Size (rspec-expectations-3.11.0.gem) = 87040 bytes |