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/f6f4ec65df52
branches: trunk
changeset: 377257:f6f4ec65df52
user: taca <taca%pkgsrc.org@localhost>
date: Wed Mar 14 14:20:38 2018 +0000
description:
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)
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 00979bba7a27 -r f6f4ec65df52 devel/ruby-rspec-mocks/Makefile
--- a/devel/ruby-rspec-mocks/Makefile Wed Mar 14 14:19:55 2018 +0000
+++ b/devel/ruby-rspec-mocks/Makefile Wed Mar 14 14:20:38 2018 +0000
@@ -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 @@
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"
diff -r 00979bba7a27 -r f6f4ec65df52 devel/ruby-rspec-mocks/distinfo
--- a/devel/ruby-rspec-mocks/distinfo Wed Mar 14 14:19:55 2018 +0000
+++ b/devel/ruby-rspec-mocks/distinfo Wed Mar 14 14:20:38 2018 +0000
@@ -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