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/cc479d71aeef
branches: trunk
changeset: 329411:cc479d71aeef
user: taca <taca%pkgsrc.org@localhost>
date: Wed Feb 06 15:13:55 2019 +0000
description:
devel/ruby-rspec-mocks: update to 3.8.0
### 3.8.0 / 2018-08-04
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.7.0...v3.8.0)
Bug Fixes:
* Issue error when encountering invalid "counted" negative message expectations.
(Sergiy Yarinovskiy, #1212)
* Ensure `allow_any_instance_of` and `expect_any_instance_of` can be temporarily
supressed. (Jon Rowe, #1228)
* Ensure `expect_any_instance_of(double).to_not have_received(:some_method)`
fails gracefully (as its not supported) rather than issuing a `NoMethodError`.
(Maxim Krizhanovsky, #1231)
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 9935113ac3af -r cc479d71aeef devel/ruby-rspec-mocks/Makefile
--- a/devel/ruby-rspec-mocks/Makefile Wed Feb 06 15:13:24 2019 +0000
+++ b/devel/ruby-rspec-mocks/Makefile Wed Feb 06 15:13:55 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2018/03/14 14:20:38 taca Exp $
+# $NetBSD: Makefile,v 1.25 2019/02/06 15:13:55 taca Exp $
-DISTNAME= rspec-mocks-3.7.0
+DISTNAME= rspec-mocks-3.8.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.7.0<3.8:../../devel/ruby-rspec-support
+DEPENDS+= ${RUBY_PKGPREFIX}-rspec-support>=3.8.0<3.9:../../devel/ruby-rspec-support
DEPENDS+= ${RUBY_PKGPREFIX}-diff-lcs<2:../../textproc/ruby-diff-lcs
.include "../../lang/ruby/gem.mk"
diff -r 9935113ac3af -r cc479d71aeef devel/ruby-rspec-mocks/distinfo
--- a/devel/ruby-rspec-mocks/distinfo Wed Feb 06 15:13:24 2019 +0000
+++ b/devel/ruby-rspec-mocks/distinfo Wed Feb 06 15:13:55 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.24 2018/03/14 14:20:38 taca Exp $
+$NetBSD: distinfo,v 1.25 2019/02/06 15:13:55 taca Exp $
-SHA1 (rspec-mocks-3.7.0.gem) = ba57acddaf6cea7c70250fef45a8727ecec1961e
-RMD160 (rspec-mocks-3.7.0.gem) = 1190dab40422d23a19d73fe569d284b21027f138
-SHA512 (rspec-mocks-3.7.0.gem) = a1bd5992528adca3c9021fbc7afd9bfd43707e13c5f54879c9b603376c69fd23389b0c503912b76e10f42ed49b8ba23656220cc75869cc63bd5920efca667678
-Size (rspec-mocks-3.7.0.gem) = 77824 bytes
+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
Home |
Main Index |
Thread Index |
Old Index