From dca5abf67753c772cfc64d315127d546bca51104 Mon Sep 17 00:00:00 2001 From: taca Date: Tue, 20 Mar 2012 13:52:43 +0000 Subject: 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 --- www/ruby-innate/Makefile | 6 +++--- www/ruby-innate/PLIST | 3 ++- www/ruby-innate/distinfo | 8 ++++---- 3 files changed, 9 insertions(+), 8 deletions(-) (limited to 'www') diff --git a/www/ruby-innate/Makefile b/www/ruby-innate/Makefile index b744fd33e40..9fa138426ab 100644 --- a/www/ruby-innate/Makefile +++ b/www/ruby-innate/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2011/12/16 13:18:37 taca Exp $ +# $NetBSD: Makefile,v 1.5 2012/03/20 13:52:43 taca Exp $ -DISTNAME= innate-2011.10 +DISTNAME= innate-2012.03 CATEGORIES= devel MAINTAINER= filip@joyent.com @@ -8,7 +8,7 @@ HOMEPAGE= http://github.com/manveru/innate COMMENT= Powerful web-framework wrapper for Rack LICENSE= mit -DEPENDS+= ${RUBY_PKGPREFIX}-rack>=1.1.0:../../www/ruby-rack +DEPENDS+= ${RUBY_PKGPREFIX}-rack>=1.4.1<1.5:../../www/ruby-rack .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/ruby-innate/PLIST b/www/ruby-innate/PLIST index 4f53039a681..d5c9175ebb5 100644 --- a/www/ruby-innate/PLIST +++ b/www/ruby-innate/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2011/12/16 13:18:37 taca Exp $ +@comment $NetBSD: PLIST,v 1.5 2012/03/20 13:52:43 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.gems ${GEM_LIBDIR}/.gitignore @@ -56,6 +56,7 @@ ${GEM_LIBDIR}/lib/innate/node.rb ${GEM_LIBDIR}/lib/innate/options.rb ${GEM_LIBDIR}/lib/innate/options/dsl.rb ${GEM_LIBDIR}/lib/innate/options/stub.rb +${GEM_LIBDIR}/lib/innate/rack_file_wrapper.rb ${GEM_LIBDIR}/lib/innate/request.rb ${GEM_LIBDIR}/lib/innate/response.rb ${GEM_LIBDIR}/lib/innate/route.rb diff --git a/www/ruby-innate/distinfo b/www/ruby-innate/distinfo index cac295b397f..41e8c9f3d2f 100644 --- a/www/ruby-innate/distinfo +++ b/www/ruby-innate/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2011/12/16 13:18:37 taca Exp $ +$NetBSD: distinfo,v 1.5 2012/03/20 13:52:43 taca Exp $ -SHA1 (innate-2011.10.gem) = 2e178d3bcceadc165e6e012f40843a462da669a2 -RMD160 (innate-2011.10.gem) = 05adfd9ee77d1db800b12db07111818cf6c47e78 -Size (innate-2011.10.gem) = 103936 bytes +SHA1 (innate-2012.03.gem) = 609828ec597603d8341e1802e7100da793a8fac5 +RMD160 (innate-2012.03.gem) = 703acf4aafc51562252dca2d1af8025c1b96b057 +Size (innate-2012.03.gem) = 105984 bytes -- cgit v1.2.3