Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 3249E63BA4F for ; Sat, 28 Apr 2012 15:54:40 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 6BED314A24E; Sat, 28 Apr 2012 15:54:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2F63714A24D for ; Sat, 28 Apr 2012 15:54:55 +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 3umazIoo51jY for ; Sat, 28 Apr 2012 15:54:54 +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 4C17514A24C for ; Sat, 28 Apr 2012 15:54:54 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 5485B175DD; Sat, 28 Apr 2012 15:55:03 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sat, 28 Apr 2012 15:55:03 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-mocha To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20120428155503.5485B175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: taca Date: Sat Apr 28 15:55:03 UTC 2012 Modified Files: pkgsrc/devel/ruby-mocha: Makefile PLIST distinfo Log Message: Update ruby-mocha to 0.11.3. = 0.11.3 * Fix for #78 i.e. alias Object#method as Object#_method, not Object#__method__ which already exists as another Ruby method. = 0.11.2 * Rails has a Request class which defines its own #method method. This broke the new mechanism for stubbing a method. This release includes a slightly modified version of fix #77 provided by @sikachu. See https://github.com/rails/rails/pull/5907 for further info. = 0.11.1 () * In Ruby 1.8.7 methods accepting a block parameter were incorrectly restored without the block parameter after being stubbed. Fix for #76. = 0.11.0 (fa601c89a7f5314dc3d258391a99c6a9e25cefb3) * Store original method when stubbing rather than using alias_method. This fixes #41, #47, #74 and all tests now pass on both Ruby 1.8.7 and 1.9.3. * Attempting to stub a method on a frozen object should fail fast. See #68. * Prevent stubbing a method on nil by default. See #68. * Generate documentation using YARD instead of Rdoc - removes dependency on Coderay. * Publish documentation on Github pages instead of Rubyforge - uses rake task written by @tomafro. * Remove agiledox which has outlived it's usefulness. * Removed trailing whitespace throughout codebase. * Add documentation for Mock#unstub. * Improve documentation for ObjectMethods. * Provide a way to run multiple tests within a single acceptance test method. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/ruby-mocha/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/ruby-mocha/PLIST cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/ruby-mocha/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.