pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/ruby-rspec-support devel/ruby-rspec-support: upd...
details: https://anonhg.NetBSD.org/pkgsrc/rev/bc90b1cdfe63
branches: trunk
changeset: 377254:bc90b1cdfe63
user: taca <taca%pkgsrc.org@localhost>
date: Wed Mar 14 14:17:59 2018 +0000
description:
devel/ruby-rspec-support: update to 3.7.1
### 3.7.1 / 2018-01-29
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.7.0...v3.7.1)
Bug Fixes:
* Fix source extraction logic so that it does not trigger a `SystemStackError`
when processing deeply nested example groups. (Craig Bass, #343)
### 3.7.0 / 2017-05-04
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.6.0...v3.7.0)
Enhancements:
* Improve compatibility with `--enable-frozen-string-literal` option
on Ruby 2.3+. (Pat Allan, #320)
* Add `Support.class_of` for extracting class of any object.
(Yuji Nakayama, #325)
Bug Fixes:
* Fix recursive const support to not blow up when given buggy classes
that raise odd errors from `#to_str`. (Myron Marston, #317)
diffstat:
devel/ruby-rspec-support/Makefile | 4 ++--
devel/ruby-rspec-support/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (27 lines):
diff -r 35250f8b698e -r bc90b1cdfe63 devel/ruby-rspec-support/Makefile
--- a/devel/ruby-rspec-support/Makefile Wed Mar 14 14:17:10 2018 +0000
+++ b/devel/ruby-rspec-support/Makefile Wed Mar 14 14:17:59 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2017/06/05 14:04:42 taca Exp $
+# $NetBSD: Makefile,v 1.8 2018/03/14 14:17:59 taca Exp $
-DISTNAME= rspec-support-3.6.0
+DISTNAME= rspec-support-3.7.1
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
diff -r 35250f8b698e -r bc90b1cdfe63 devel/ruby-rspec-support/distinfo
--- a/devel/ruby-rspec-support/distinfo Wed Mar 14 14:17:10 2018 +0000
+++ b/devel/ruby-rspec-support/distinfo Wed Mar 14 14:17:59 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2017/06/05 14:04:42 taca Exp $
+$NetBSD: distinfo,v 1.9 2018/03/14 14:17:59 taca Exp $
-SHA1 (rspec-support-3.6.0.gem) = ca28847543f347976f98f220f577281a1b9a2a3e
-RMD160 (rspec-support-3.6.0.gem) = 9cdc85b046149073358e163f7ed65e4e98d300f8
-SHA512 (rspec-support-3.6.0.gem) = 49ae5720093bb3d3323a7f313cbce9ac177ef21c3bb71a5a68f1152783252c10dbbf6ea10f51a08aa8073846b1819e7bce9a0711137cb255f7f29c996bd19b20
-Size (rspec-support-3.6.0.gem) = 35328 bytes
+SHA1 (rspec-support-3.7.1.gem) = 27a8a92ddd9096a1f613389d5c0a94691d4a1f03
+RMD160 (rspec-support-3.7.1.gem) = bd2365cbcc2bac3f91514be17da1b28622247fff
+SHA512 (rspec-support-3.7.1.gem) = 0f4c70d446d3dd0890adface47d14a138409c2b6e2ec207b7ecef87ff6baeeab14f1f905c52e1b0104854faaef3f28ab468667fe3072227333f48d73e44ad9a4
+Size (rspec-support-3.7.1.gem) = 35840 bytes
Home |
Main Index |
Thread Index |
Old Index