Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 6DDA363B946 for ; Tue, 20 Mar 2012 13:52:39 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A6B6114A289; Tue, 20 Mar 2012 13:52:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0D63414A268 for ; Tue, 20 Mar 2012 13:52:44 +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 l4cQM8k9-AL8 for ; Tue, 20 Mar 2012 13:52:43 +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 5148214A24E for ; Tue, 20 Mar 2012 13:52:43 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id F2E57175DD; Tue, 20 Mar 2012 13:52:43 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Tue, 20 Mar 2012 13:52:43 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/www/ruby-innate To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20120320135243.F2E57175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: taca Date: Tue Mar 20 13:52:43 UTC 2012 Modified Files: pkgsrc/www/ruby-innate: Makefile PLIST distinfo Log Message: Update ruby-innate to 2012.03. [f133be7 | Wed Mar 07 18:27:47 UTC 2012] Michael Fellinger * Version 2012.03 [cab2aef | Wed Mar 07 18:27:21 UTC 2012] Michael Fellinger * update dependency to rack 1.4.1 [e474964 | Thu Mar 01 19:22:58 UTC 2012] Yorick Peterse * Fixed various YARD formatting issues. Signed-off-by: Yorick Peterse [d82fd1e | Sun Feb 26 13:22:09 UTC 2012] Michael Fellinger * Enable the render helper to render views without corresponding method if needs_method is enabled [918974e | Sun Feb 26 12:45:50 UTC 2012] Michael Fellinger * Fix initialize of Rack::Cascade on 1.4.1 [0e298de | Wed Dec 28 17:57:58 UTC 2011] Michael Fellinger * Here comes a better Innate::Cache::register, now with less warnings and more speed [d8a1da4 | Wed Dec 28 05:06:07 UTC 2011] Michael Fellinger * Version 2011.12 [13f9372 | Wed Dec 28 04:54:29 UTC 2011] Michael Fellinger * less obfuscation ftw [10cf300 | Wed Dec 28 04:54:09 UTC 2011] Michael Fellinger * minor cleanup around specs [7f61483 | Wed Dec 28 04:53:40 UTC 2011] Michael Fellinger * Update to Rack 1.4.0 [575e900 | Thu Dec 08 17:05:04 UTC 2011] Michael Fellinger * Update travis config [037f35a | Sun Nov 06 12:18:30 UTC 2011] Yorick Peterse * Revert "AOP calls can now be stacked." This reverts commit 3ceb18dae7b774ab9b21cba6538b217ba35d5e21. Signed-off-by: Yorick Peterse [3ceb18d | Sun Nov 06 11:30:51 UTC 2011] Yorick Peterse * AOP calls can now be stacked. This means that calling methods such as before_all() or before() multiple times in the same controller will no longer in these calls overwriting previously defined ones. A short example of this is the following: class Posts Innate.node('/posts') helper :aspect NUMBERS = [] before_all do NUMBERS << 10 end before_all do NUMBERS << 20 end def index return NUMBERS end end Visiting /posts would result in "[10, 20]" being displayed in the browser. Signed-off-by: Yorick Peterse To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/ruby-innate/Makefile \ pkgsrc/www/ruby-innate/PLIST pkgsrc/www/ruby-innate/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.