pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-rspec-mocks devel/ruby-rspec-mocks: update ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/65c29980bec7
branches:  trunk
changeset: 416950:65c29980bec7
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Nov 02 14:35:46 2019 +0000

description:
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)

diffstat:

 devel/ruby-rspec-mocks/Makefile |   6 +++---
 devel/ruby-rspec-mocks/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (36 lines):

diff -r f0dccaaedfa0 -r 65c29980bec7 devel/ruby-rspec-mocks/Makefile
--- a/devel/ruby-rspec-mocks/Makefile   Sat Nov 02 14:35:37 2019 +0000
+++ b/devel/ruby-rspec-mocks/Makefile   Sat Nov 02 14:35:46 2019 +0000
@@ -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 @@
 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"
diff -r f0dccaaedfa0 -r 65c29980bec7 devel/ruby-rspec-mocks/distinfo
--- a/devel/ruby-rspec-mocks/distinfo   Sat Nov 02 14:35:37 2019 +0000
+++ b/devel/ruby-rspec-mocks/distinfo   Sat Nov 02 14:35:46 2019 +0000
@@ -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