Received: by mail.netbsd.org (Postfix, from userid 605) id EF1A084D63; Wed, 14 Mar 2018 14:18:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1A18A84D2D for ; Wed, 14 Mar 2018 14:18:00 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id nFH-eRGG9WCn for ; Wed, 14 Mar 2018 14:17:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 41F0484D21 for ; Wed, 14 Mar 2018 14:17:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 36D81FB40; Wed, 14 Mar 2018 14:17:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_152103707915780" MIME-Version: 1.0 Date: Wed, 14 Mar 2018 14:17:59 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-rspec-support To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20180314141759.36D81FB40@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_152103707915780 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Wed Mar 14 14:17:59 UTC 2018 Modified Files: pkgsrc/devel/ruby-rspec-support: Makefile distinfo Log Message: 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) To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/ruby-rspec-support/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/ruby-rspec-support/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_152103707915780 Content-Disposition: inline Content-Length: 1709 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-rspec-support/Makefile diff -u pkgsrc/devel/ruby-rspec-support/Makefile:1.7 pkgsrc/devel/ruby-rspec-support/Makefile:1.8 --- pkgsrc/devel/ruby-rspec-support/Makefile:1.7 Mon Jun 5 14:04:42 2017 +++ pkgsrc/devel/ruby-rspec-support/Makefile Wed Mar 14 14:17:59 2018 @@ -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 Index: pkgsrc/devel/ruby-rspec-support/distinfo diff -u pkgsrc/devel/ruby-rspec-support/distinfo:1.8 pkgsrc/devel/ruby-rspec-support/distinfo:1.9 --- pkgsrc/devel/ruby-rspec-support/distinfo:1.8 Mon Jun 5 14:04:42 2017 +++ pkgsrc/devel/ruby-rspec-support/distinfo Wed Mar 14 14:17:59 2018 @@ -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 --_----------=_152103707915780--