Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id EAE3363B86D for ; Mon, 3 Sep 2012 15:53:21 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id C97B314A25A; Mon, 3 Sep 2012 15:53:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9029B14A258 for ; Mon, 3 Sep 2012 15:53:19 +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 sP4jCFzqlM_Q for ; Mon, 3 Sep 2012 15:53:19 +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 0300514A256 for ; Mon, 3 Sep 2012 15:53:19 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 57533175DD; Mon, 3 Sep 2012 15:53:20 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Mon, 3 Sep 2012 15:53:20 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-rspec-mocks To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20120903155320.57533175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: taca Date: Mon Sep 3 15:53:20 UTC 2012 Modified Files: pkgsrc/devel/ruby-rspec-mocks: Makefile PLIST distinfo Log Message: Update ruby-rspec-mocks to 2.11.2 ### 2.11.2 / 2012-08-11 [full changelog](http://github.com/rspec/rspec-mocks/compare/v2.11.1...v2.11.2) Bug fixes * Don't modify `dup` on classes that don't support `dup` (David Chelimsky) * Fix `any_instance` so that it works properly with methods defined on a superclass. (Daniel Eguzkiza) * Fix `stub_const` so that it works properly for nested constants that share a name with a top-level constant (e.g. "MyGem::Hash"). (Myron Marston) ### 2.11.1 / 2012-07-09 [full changelog](http://github.com/rspec/rspec-mocks/compare/v2.11.0...v2.11.1) Bug fixes * Fix `should_receive` so that when it is called on an `as_null_object` double with no implementation, and there is a previous explicit stub for the same method, the explicit stub remains (rather than being overriden with the null object implementation--`return self`). (Myron Marston) To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/ruby-rspec-mocks/Makefile \ pkgsrc/devel/ruby-rspec-mocks/PLIST \ 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.