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 Mar 14 14:20:38 UTC 2018

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

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

### 3.7.0 / 2017-10-17
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.6.0...v3.7.0)

Enhancements:

* Improve compatibility with `--enable-frozen-string-literal` option
  on Ruby 2.3+. (Pat Allan, #1165)

Bug Fixes:

* Fix `hash_including` and `hash_excluding` so that they work against
  subclasses of `Hash`. (Aaron Rosenberg, #1167)


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 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.23 pkgsrc/devel/ruby-rspec-mocks/Makefile:1.24
--- pkgsrc/devel/ruby-rspec-mocks/Makefile:1.23 Mon Sep  4 18:08:23 2017
+++ pkgsrc/devel/ruby-rspec-mocks/Makefile      Wed Mar 14 14:20:38 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2017/09/04 18:08:23 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2018/03/14 14:20:38 taca Exp $
 
-DISTNAME=      rspec-mocks-3.6.0
+DISTNAME=      rspec-mocks-3.7.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.6.0<3.7:../../devel/ruby-rspec-support
+DEPENDS+=      ${RUBY_PKGPREFIX}-rspec-support>=3.7.0<3.8:../../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.23 pkgsrc/devel/ruby-rspec-mocks/distinfo:1.24
--- pkgsrc/devel/ruby-rspec-mocks/distinfo:1.23 Mon Jun  5 14:06:11 2017
+++ pkgsrc/devel/ruby-rspec-mocks/distinfo      Wed Mar 14 14:20:38 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.23 2017/06/05 14:06:11 taca Exp $
+$NetBSD: distinfo,v 1.24 2018/03/14 14:20:38 taca Exp $
 
-SHA1 (rspec-mocks-3.6.0.gem) = d33f3de63537f8ca940e57b0c4e8e55012ca84f3
-RMD160 (rspec-mocks-3.6.0.gem) = d464861742e17fd666b80dcec11b0bae55ed01ab
-SHA512 (rspec-mocks-3.6.0.gem) = de78b0df9dc769773176ab0991a3890980ae981aae153ad76830db3941f0e670080ed33f8fa1aac94d9fecb9c55b1804abfb0eac096641bdf9d5ec4677485480
-Size (rspec-mocks-3.6.0.gem) = 77824 bytes
+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



Home | Main Index | Thread Index | Old Index