pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Dec 18 14:17:18 UTC 2022

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

Log Message:
devel/ruby-rspec-mocks: update to 3.12.1

3.12.1 (2022-12-10)

Bug Fixes:

* Remove empty diff marker when a diff only contains console codes.
  (Jon Rowe, #1506)

* Show keyword vs hash diff marker when arguments are not `==`
  (Jon Rowe, #1506)

* Change check to detect frozen objects to rescue errors rather than
  pre-empting by checking `frozen?` due to some objects mis-behaving.
  (Keegan Roth, #1401)

* Prevent unfulfilled expectations using `expect_any_instance_of` across a
  class inheritance boundary from raising rather than failing.
  (Jon Rowe, #1496)

* Prevent a misleading error message when using `allow(...).not_to` with
  unsupported matchers.  (Phil Pirozhkov, #1503)


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/ruby-rspec-mocks/Makefile
cvs rdiff -u -r1.34 -r1.35 pkgsrc/devel/ruby-rspec-mocks/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-mocks/Makefile
diff -u pkgsrc/devel/ruby-rspec-mocks/Makefile:1.32 pkgsrc/devel/ruby-rspec-mocks/Makefile:1.33
--- pkgsrc/devel/ruby-rspec-mocks/Makefile:1.32 Wed Nov 30 13:47:54 2022
+++ pkgsrc/devel/ruby-rspec-mocks/Makefile      Sun Dec 18 14:17:18 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.32 2022/11/30 13:47:54 taca Exp $
+# $NetBSD: Makefile,v 1.33 2022/12/18 14:17:18 taca Exp $
 
-DISTNAME=      rspec-mocks-3.12.0
+DISTNAME=      rspec-mocks-3.12.1
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/devel/ruby-rspec-mocks/distinfo
diff -u pkgsrc/devel/ruby-rspec-mocks/distinfo:1.34 pkgsrc/devel/ruby-rspec-mocks/distinfo:1.35
--- pkgsrc/devel/ruby-rspec-mocks/distinfo:1.34 Wed Nov 30 13:47:54 2022
+++ pkgsrc/devel/ruby-rspec-mocks/distinfo      Sun Dec 18 14:17:18 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.34 2022/11/30 13:47:54 taca Exp $
+$NetBSD: distinfo,v 1.35 2022/12/18 14:17:18 taca Exp $
 
-BLAKE2s (rspec-mocks-3.12.0.gem) = 95e0d59ff8cf27e58905ab034fbaf6985a9e175b4241bf915e99d3cbbcff7e94
-SHA512 (rspec-mocks-3.12.0.gem) = eb4a54ac73736e2648c8c14cac1362bafd59452ca54e18f4feb9caa5c5412a449c1cdd9909bd8bfb17f3bcb83c189ab722cbdd409b3942c09f12f427742fd964
-Size (rspec-mocks-3.12.0.gem) = 80384 bytes
+BLAKE2s (rspec-mocks-3.12.1.gem) = 39e97c646ac1e79b5d20e0ef835e4d1df34139f7970e8b63afc97a549ddee584
+SHA512 (rspec-mocks-3.12.1.gem) = c20679bb2cdd2538b49ba8009a356c36e56b0ea990db796e69cbe1733636a1f1148e2c0f5db15a365b5c9a948175c5a2a2335219b9afb80e128c5325ef32bfa9
+Size (rspec-mocks-3.12.1.gem) = 80896 bytes



Home | Main Index | Thread Index | Old Index