pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ruby-rspec-expectations devel/ruby-rspec-expecta...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a0d6595a2398
branches:  trunk
changeset: 373731:a0d6595a2398
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Feb 12 13:31:48 2022 +0000

description:
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:

 devel/ruby-rspec-expectations/Makefile |  6 +++---
 devel/ruby-rspec-expectations/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (34 lines):

diff -r 904311a5b9d5 -r a0d6595a2398 devel/ruby-rspec-expectations/Makefile
--- a/devel/ruby-rspec-expectations/Makefile    Sat Feb 12 13:30:34 2022 +0000
+++ b/devel/ruby-rspec-expectations/Makefile    Sat Feb 12 13:31:48 2022 +0000
@@ -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@localhost
@@ -8,7 +8,7 @@
 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 -r 904311a5b9d5 -r a0d6595a2398 devel/ruby-rspec-expectations/distinfo
--- a/devel/ruby-rspec-expectations/distinfo    Sat Feb 12 13:30:34 2022 +0000
+++ b/devel/ruby-rspec-expectations/distinfo    Sat Feb 12 13:31:48 2022 +0000
@@ -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



Home | Main Index | Thread Index | Old Index