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:           Wed Sep 18 15:22:55 UTC 2024

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

Log Message:
devel/ruby-rspec-expectations: update to 3.13.3

3.13.2 (2024-08-20)

Bug Fixes:

* When using null object doubles, prevent typos triggering dynamic matchers.
  (Eric Mueller, #1455)

* Use RSpec.warning for an expectation warning rather than Kernel.warn.
  (Jon Rowe, #1472)

* Prevent mismatched use of block and value matchers in compound
  expectations.  (Phil Pirozhkov, #1476)

* Raise an error when passing no arguments to the include matcher.
  (Eric Mueller, #1479)

3.13.3 (2024-09-07)

Bug Fixes:

* Fix passing a regular expression to the include matcher without a count
  constraint. (Jon Rowe, #1485)


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/devel/ruby-rspec-expectations/Makefile
cvs rdiff -u -r1.39 -r1.40 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.38 pkgsrc/devel/ruby-rspec-expectations/Makefile:1.39
--- pkgsrc/devel/ruby-rspec-expectations/Makefile:1.38  Sat Jun 15 15:50:32 2024
+++ pkgsrc/devel/ruby-rspec-expectations/Makefile       Wed Sep 18 15:22:55 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.38 2024/06/15 15:50:32 taca Exp $
+# $NetBSD: Makefile,v 1.39 2024/09/18 15:22:55 taca Exp $
 
-DISTNAME=      rspec-expectations-3.13.1
+DISTNAME=      rspec-expectations-3.13.3
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/devel/ruby-rspec-expectations/distinfo
diff -u pkgsrc/devel/ruby-rspec-expectations/distinfo:1.39 pkgsrc/devel/ruby-rspec-expectations/distinfo:1.40
--- pkgsrc/devel/ruby-rspec-expectations/distinfo:1.39  Sat Jun 15 15:50:32 2024
+++ pkgsrc/devel/ruby-rspec-expectations/distinfo       Wed Sep 18 15:22:55 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.39 2024/06/15 15:50:32 taca Exp $
+$NetBSD: distinfo,v 1.40 2024/09/18 15:22:55 taca Exp $
 
-BLAKE2s (rspec-expectations-3.13.1.gem) = 906257b0fc7320e094d01e48d21dc5058509b0b262f404add150ebd4b9697251
-SHA512 (rspec-expectations-3.13.1.gem) = 0d7aab480a34b135d1972250eff4bd15ed458c4db3a0d241e3388473c1b01b86245ad8423053e03eedf9cfecca393c6b020737f33af3f1e25d2289aa727fe3f8
-Size (rspec-expectations-3.13.1.gem) = 88576 bytes
+BLAKE2s (rspec-expectations-3.13.3.gem) = ac294d0f22b98d192db39ba17b5396c85cafad8deadae5c2e417ad9f5d9eefce
+SHA512 (rspec-expectations-3.13.3.gem) = 887d378bccf08f8f42dd3b580dc67dac0d91b7e08a23ab924bd8d618fae2f37132048b473a288a9f1c40096271e4312c28fc91383a074eda53d62939bb8c58fe
+Size (rspec-expectations-3.13.3.gem) = 89088 bytes



Home | Main Index | Thread Index | Old Index