Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 822A6A567D for ; Fri, 13 Mar 2015 13:45:42 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 92EE314A36C; Fri, 13 Mar 2015 13:45:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C30AC14A36E for ; Fri, 13 Mar 2015 13:45:35 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id poESG2iuPfBD for ; Fri, 13 Mar 2015 13:45:35 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 3EAAB14A36C for ; Fri, 13 Mar 2015 13:45:35 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 32D7C98; Fri, 13 Mar 2015 13:45:35 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 13 Mar 2015 13:45:35 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-rspec-core To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20150313134535.32D7C98@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: taca Date: Fri Mar 13 13:45:35 UTC 2015 Modified Files: pkgsrc/devel/ruby-rspec-core: Makefile distinfo Log Message: Update ruby-rspec-core to 3.2.2. ### 3.2.2 / 2015-03-11 [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.2.1...v3.2.2) Bug Fixes: * Fix regression in 3.2.0 that allowed tag-filtered examples to run even if there was a location filter applied to the spec file that was intended to limit the file to other examples. (#1894, Myron Marston) ### 3.2.1 / 2015-02-23 [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.2.0...v3.2.1) Bug Fixes: * Notify start-of-run seed _before_ `start` notification rather than _after_ so that formatters like Fuubar work properly. (Samuel Esposito, #1882) To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/ruby-rspec-core/Makefile \ pkgsrc/devel/ruby-rspec-core/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.