pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-rspec-expectations



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Feb 12 13:31:48 UTC 2022

Modified Files:
        pkgsrc/devel/ruby-rspec-expectations: Makefile distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/ruby-rspec-expectations/Makefile
cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/ruby-rspec-expectations/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ruby-rspec-expectations/Makefile
diff -u pkgsrc/devel/ruby-rspec-expectations/Makefile:1.30 pkgsrc/devel/ruby-rspec-expectations/Makefile:1.31
--- pkgsrc/devel/ruby-rspec-expectations/Makefile:1.30  Mon Jan 11 13:06:55 2021
+++ pkgsrc/devel/ruby-rspec-expectations/Makefile       Sat Feb 12 13:31:48 2022
@@ -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 @@ 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"

Index: pkgsrc/devel/ruby-rspec-expectations/distinfo
diff -u pkgsrc/devel/ruby-rspec-expectations/distinfo:1.31 pkgsrc/devel/ruby-rspec-expectations/distinfo:1.32
--- pkgsrc/devel/ruby-rspec-expectations/distinfo:1.31  Tue Oct 26 10:19:46 2021
+++ pkgsrc/devel/ruby-rspec-expectations/distinfo       Sat Feb 12 13:31:48 2022
@@ -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