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:           Sat Feb 12 13:33:02 UTC 2022

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

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

3.11.0 (2022-02-09)

Enhancements:

* Add and_invoke implementation for configuring responses to receive (and
  receive_messages) with multiple callable objects. (Kyle Smith, #1411)


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/ruby-rspec-mocks/Makefile
cvs rdiff -u -r1.31 -r1.32 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.29 pkgsrc/devel/ruby-rspec-mocks/Makefile:1.30
--- pkgsrc/devel/ruby-rspec-mocks/Makefile:1.29 Wed Feb  3 14:17:20 2021
+++ pkgsrc/devel/ruby-rspec-mocks/Makefile      Sat Feb 12 13:33:02 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2021/02/03 14:17:20 taca Exp $
+# $NetBSD: Makefile,v 1.30 2022/02/12 13:33:02 taca Exp $
 
-DISTNAME=      rspec-mocks-3.10.2
+DISTNAME=      rspec-mocks-3.11.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -8,7 +8,7 @@ HOMEPAGE=       https://relishapp.com/rspec
 COMMENT=       This is test-double framework for rspec
 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-mocks/distinfo
diff -u pkgsrc/devel/ruby-rspec-mocks/distinfo:1.31 pkgsrc/devel/ruby-rspec-mocks/distinfo:1.32
--- pkgsrc/devel/ruby-rspec-mocks/distinfo:1.31 Tue Oct 26 10:19:47 2021
+++ pkgsrc/devel/ruby-rspec-mocks/distinfo      Sat Feb 12 13:33:02 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.31 2021/10/26 10:19:47 nia Exp $
+$NetBSD: distinfo,v 1.32 2022/02/12 13:33:02 taca Exp $
 
-BLAKE2s (rspec-mocks-3.10.2.gem) = ba1e866b3e65c55131cad2a0fc75910b4e513df613860ef8fc6a01eb4dec8e76
-SHA512 (rspec-mocks-3.10.2.gem) = a40a14842bc98d1da767e899a5ffb6aca649202549ab53fe59d83e83d35f0ff902dd8631a0a557806e68b573c6b425f650142faad2b60ced6f6863b8adbff1fd
-Size (rspec-mocks-3.10.2.gem) = 79360 bytes
+BLAKE2s (rspec-mocks-3.11.0.gem) = 636dd1bc04e7ae502a0db8337453fed9aaded63d6e796d3518e3c14185c9ff8c
+SHA512 (rspec-mocks-3.11.0.gem) = 39f0728800c4a869c75efcb898c88fd07698351f22d20f19987751de64f7cd7e8b0c9b018f69e9d9d5ce01227afa27879c122acbb7da60183a2d7d241c6255c4
+Size (rspec-mocks-3.11.0.gem) = 79872 bytes



Home | Main Index | Thread Index | Old Index