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 Nov  2 14:35:46 UTC 2019

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

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

Update ruby-rspec-mocks to 3.9.0.

pkgsr change: Add "USE_LANGUAGES=       # none".

### 3.9.0 / 2019-10-07
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.8.2...v3.9.0)

Enhancements:

* Improve thread safety of message expectations by using Mutex to prevent
  deadlocking errors. (Ry Biesemeyer, #1236)
* Add the ability to use `time` as an alias for `times`. For example:
  `expect(Class).to receive(:method).exactly(1).time`.
  (Pistos, Benoit Tigeot, #1271)

### 3.8.2 / 2019-10-02
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.8.1...v3.8.2)

* Allow `array_including` argument matchers to be nested.
  (Emmanuel Delmas, #1291)

### 3.8.1 / 2019-06-13
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.8.0...v3.8.1)

Bug Fixes:

* Ensure stubbing methods does not change their visibility.
  (Kevin Boschert, #1277)


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/ruby-rspec-mocks/Makefile \
    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.25 pkgsrc/devel/ruby-rspec-mocks/Makefile:1.26
--- pkgsrc/devel/ruby-rspec-mocks/Makefile:1.25 Wed Feb  6 15:13:55 2019
+++ pkgsrc/devel/ruby-rspec-mocks/Makefile      Sat Nov  2 14:35:46 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2019/02/06 15:13:55 taca Exp $
+# $NetBSD: Makefile,v 1.26 2019/11/02 14:35:46 taca Exp $
 
-DISTNAME=      rspec-mocks-3.8.0
+DISTNAME=      rspec-mocks-3.9.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.8.0<3.9:../../devel/ruby-rspec-support
+DEPENDS+=      ${RUBY_PKGPREFIX}-rspec-support>=3.9.0<3.10:../../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.25 pkgsrc/devel/ruby-rspec-mocks/distinfo:1.26
--- pkgsrc/devel/ruby-rspec-mocks/distinfo:1.25 Wed Feb  6 15:13:55 2019
+++ pkgsrc/devel/ruby-rspec-mocks/distinfo      Sat Nov  2 14:35:46 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.25 2019/02/06 15:13:55 taca Exp $
+$NetBSD: distinfo,v 1.26 2019/11/02 14:35:46 taca Exp $
 
-SHA1 (rspec-mocks-3.8.0.gem) = d28f42a4745a62a13c3c46c2d7b42167a81aabcf
-RMD160 (rspec-mocks-3.8.0.gem) = d2e6b0ca9d722a1b6e4379ae565c61809834405e
-SHA512 (rspec-mocks-3.8.0.gem) = 00b3b414cc47bc987db76c03f69a88ecb12960c74c3715fcd9a7be0562cf282cbd458709888d0f3718fb03997c7b74816677eae1310b0ac6f215467ede49e89e
-Size (rspec-mocks-3.8.0.gem) = 78336 bytes
+SHA1 (rspec-mocks-3.9.0.gem) = 1a49cd3eb1f865610c8d8578d065ccd1d39f6562
+RMD160 (rspec-mocks-3.9.0.gem) = b082169380ec43bf560cc1aa33a4e333ef43418a
+SHA512 (rspec-mocks-3.9.0.gem) = 3c61b8c40605aa24b393ba1e1cd9846df24659ce0f84acc8e7b81f345edecb4888ded639896257518c268e604a8c9c0d661364371d659855dee6ece9c6204125
+Size (rspec-mocks-3.9.0.gem) = 78336 bytes



Home | Main Index | Thread Index | Old Index