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:           Wed Feb  6 15:13:55 UTC 2019

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

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 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.24 pkgsrc/devel/ruby-rspec-mocks/Makefile:1.25
--- pkgsrc/devel/ruby-rspec-mocks/Makefile:1.24 Wed Mar 14 14:20:38 2018
+++ pkgsrc/devel/ruby-rspec-mocks/Makefile      Wed Feb  6 15:13:55 2019
@@ -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 @@ HOMEPAGE=       https://relishapp.com/rspec
 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"
Index: pkgsrc/devel/ruby-rspec-mocks/distinfo
diff -u pkgsrc/devel/ruby-rspec-mocks/distinfo:1.24 pkgsrc/devel/ruby-rspec-mocks/distinfo:1.25
--- pkgsrc/devel/ruby-rspec-mocks/distinfo:1.24 Wed Mar 14 14:20:38 2018
+++ pkgsrc/devel/ruby-rspec-mocks/distinfo      Wed Feb  6 15:13:55 2019
@@ -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