From bb173bef3e6fcbc63202b78ec0e036f01a62999e Mon Sep 17 00:00:00 2001 From: taca Date: Tue, 15 Mar 2016 16:41:49 +0000 Subject: Update Padrino to 0.13.1. Padrino 0.13.1 - Router and Reloader Updates, Ruby Compatibility, and Bug Fixes Posted on January 17, 2016 by Nathan Esquenazi Padrino 0.13.0 was shipped 3 months ago on October 2015 and laid important groundwork towards our eventual 1.0 release but also introduced some new issues. After a few months of effort, we are excited to announce the release of Padrino 0.13.1! This version is filled with routing and reloader optimizations, compatibility updates, and bug fixes. Full details for this release are below. Router and Reloader Updates The biggest improvement in this release is a significant reduction in the memory usage of Padrino apps by changing the configuration of the underlying mustermann router. Full list of improvements to router and reloader include: * FIX #1975 Improve routing memory usage and performance (@namusyaka) * FIX #1982 Support nested query for expanding path (@namusyaka) * FIX #1978 Enable reloading of custom dependencies (@markglenfletcher) Ruby Compatibility Padrino 0.13.1 has been fixed to be fully compatible with Ruby 2.3 thanks to @tyabe: * FIX #2000 Fix mutex handling for Ruby 2.3 (@tyabe) Bug Fixes and Miscellaneous There are also several bug fixes and other updates: * FIX Remove use of ActiveSupport in tests (@ujifgc) * FIX #1994 Missing new line in mocha generator (@peter50216) * FIX #1995 Invalid german dates (@ujifgc) * FIX #1998 Only output a warning message if the spec task is invoked (@postmodern) * FIX #1882 test for selected values for select tag (@ujifgc) * FIX rendering exception for custom mime types (@nesquena) * FIX relax mail gem dependency (@ujifgc) * FIX minor doc typos (@lokyoung, @markglenfletcher) --- www/ruby-padrino-admin/distinfo | 10 +++++----- www/ruby-padrino-cache/distinfo | 10 +++++----- www/ruby-padrino-core/PLIST | 4 +++- www/ruby-padrino-core/distinfo | 10 +++++----- www/ruby-padrino-gen/distinfo | 10 +++++----- www/ruby-padrino-helpers/distinfo | 10 +++++----- www/ruby-padrino-mailer/Makefile | 4 ++-- www/ruby-padrino-mailer/distinfo | 10 +++++----- www/ruby-padrino-support/PLIST | 4 +++- www/ruby-padrino-support/distinfo | 10 +++++----- www/ruby-padrino/Makefile.common | 4 ++-- 11 files changed, 45 insertions(+), 41 deletions(-) (limited to 'www') diff --git a/www/ruby-padrino-admin/distinfo b/www/ruby-padrino-admin/distinfo index 08019f16125..de6cf15fcf2 100644 --- a/www/ruby-padrino-admin/distinfo +++ b/www/ruby-padrino-admin/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2015/12/13 15:52:14 taca Exp $ +$NetBSD: distinfo,v 1.9 2016/03/15 16:41:49 taca Exp $ -SHA1 (padrino-admin-0.13.0.gem) = b7fa83121573902167fb8ce3271adeaedd5f6d67 -RMD160 (padrino-admin-0.13.0.gem) = bf89dc8b72e3099919c3a717c6257890e9234e4a -SHA512 (padrino-admin-0.13.0.gem) = 5da85f88bfee5354b8a79eed30ef1caf4ebbe2ae60eac31c49aaa4945dc5d4bf7c4aafc0fc4466462e18490c35add7f65f020e2c74219203a5062484bc20d13c -Size (padrino-admin-0.13.0.gem) = 685056 bytes +SHA1 (padrino-admin-0.13.1.gem) = 59920e37d18fc8b8abbebaeda38d0efda62efec9 +RMD160 (padrino-admin-0.13.1.gem) = 9e0a810289fa9b67ed7714d934ffc1980346d40e +SHA512 (padrino-admin-0.13.1.gem) = 19d6b0630b913b18f572e7ea8b759e43dd9cd3f14b6eafd5d5173f0cbf32d9ecc7dbfcc15ddd7a5891daa911f2f7973ab1f6496f6a0f2c78708f3afa4d220cf2 +Size (padrino-admin-0.13.1.gem) = 685056 bytes diff --git a/www/ruby-padrino-cache/distinfo b/www/ruby-padrino-cache/distinfo index 35c484bd556..2bda69b317a 100644 --- a/www/ruby-padrino-cache/distinfo +++ b/www/ruby-padrino-cache/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2015/12/13 15:52:14 taca Exp $ +$NetBSD: distinfo,v 1.9 2016/03/15 16:41:49 taca Exp $ -SHA1 (padrino-cache-0.13.0.gem) = f34681be5f273909e2309f33a3be8ccc4c68d001 -RMD160 (padrino-cache-0.13.0.gem) = 2d75812507d96a819c5d7665aee580281107e553 -SHA512 (padrino-cache-0.13.0.gem) = c56b9ea7389c7b470fd036e3f31470996c34882a2da41f9d99045ac0dc54440faeb8ef308241efded496bca01b6be5fc1f151b995d44e13e79083809866dd244 -Size (padrino-cache-0.13.0.gem) = 14848 bytes +SHA1 (padrino-cache-0.13.1.gem) = c30e09f2bb8ec9a5db272d64a3436044bc2d3a70 +RMD160 (padrino-cache-0.13.1.gem) = 18d1a47c7347a6ceebc94dd972265650378f2f4c +SHA512 (padrino-cache-0.13.1.gem) = a15165f8e8f00c5c371d9781f023dcf4080379308689cd77b3f3b1c1ad3ca645212808572ee4a5c686817cf6239d456c15c33bdb2ad7b323fed1fc5ea09b1e26 +Size (padrino-cache-0.13.1.gem) = 14848 bytes diff --git a/www/ruby-padrino-core/PLIST b/www/ruby-padrino-core/PLIST index 493ff00a2f9..6fdf6a4a271 100644 --- a/www/ruby-padrino-core/PLIST +++ b/www/ruby-padrino-core/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2015/12/13 15:52:14 taca Exp $ +@comment $NetBSD: PLIST,v 1.7 2016/03/15 16:41:49 taca Exp $ bin/padrino${RUBY_SUFFIX} ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.document @@ -53,6 +53,8 @@ ${GEM_LIBDIR}/test/fixtures/app_gem/app_gem.gemspec ${GEM_LIBDIR}/test/fixtures/app_gem/lib/app_gem.rb ${GEM_LIBDIR}/test/fixtures/app_gem/lib/app_gem/version.rb ${GEM_LIBDIR}/test/fixtures/apps/complex.rb +${GEM_LIBDIR}/test/fixtures/apps/custom_dependencies/custom_dependencies.rb +${GEM_LIBDIR}/test/fixtures/apps/custom_dependencies/my_dependencies/my_dependency.rb ${GEM_LIBDIR}/test/fixtures/apps/demo_app.rb ${GEM_LIBDIR}/test/fixtures/apps/demo_demo.rb ${GEM_LIBDIR}/test/fixtures/apps/demo_project/api/app.rb diff --git a/www/ruby-padrino-core/distinfo b/www/ruby-padrino-core/distinfo index f4c449e810c..4cbedd91061 100644 --- a/www/ruby-padrino-core/distinfo +++ b/www/ruby-padrino-core/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2015/12/13 15:52:14 taca Exp $ +$NetBSD: distinfo,v 1.9 2016/03/15 16:41:49 taca Exp $ -SHA1 (padrino-core-0.13.0.gem) = 5789e456678af4ac17e4a2a1789fb230dbfa25a1 -RMD160 (padrino-core-0.13.0.gem) = de6e6a15bfc0eb1fdbd648c7fc72153da42e94cf -SHA512 (padrino-core-0.13.0.gem) = dbe33f7760d4b231235f5b5bb247a79bf60c54f4299b492e5397cc544daf8a307a7360fd7934fb0189c4afab775a113958b6767089db60222cd5c1a2192c958a -Size (padrino-core-0.13.0.gem) = 136704 bytes +SHA1 (padrino-core-0.13.1.gem) = dd9b071cf1093bab5466eeb043b7eafa6914bd96 +RMD160 (padrino-core-0.13.1.gem) = f86d1af0619b9dbe97441dbd5a27c78d45df9ce2 +SHA512 (padrino-core-0.13.1.gem) = ee89ea825588d823af989381400725d26cba1a5488c82513e05986f21869caa00f77d272e7c969799c9fc52db1b03562766e5464875b9d08ea5e9f3d16d9164c +Size (padrino-core-0.13.1.gem) = 136704 bytes diff --git a/www/ruby-padrino-gen/distinfo b/www/ruby-padrino-gen/distinfo index d1001885f35..fb2eb41604e 100644 --- a/www/ruby-padrino-gen/distinfo +++ b/www/ruby-padrino-gen/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2015/12/13 15:52:14 taca Exp $ +$NetBSD: distinfo,v 1.9 2016/03/15 16:41:50 taca Exp $ -SHA1 (padrino-gen-0.13.0.gem) = 2680a8fccf5e5e4d18ca9255b7bdce1d5a59b7f6 -RMD160 (padrino-gen-0.13.0.gem) = 673a5ab37ca929ffc298aa8fa609ed1ad52c6820 -SHA512 (padrino-gen-0.13.0.gem) = de72e21d5d4379d0dcfe8a5fded11f1b510584a8694432462796dafd4237141c289940ea35b6d3e334df4733bd20324d1df3ccd056fcbb3344ef7dfaee2baa92 -Size (padrino-gen-0.13.0.gem) = 650240 bytes +SHA1 (padrino-gen-0.13.1.gem) = cb4e432955871728370fdc032c2105a20eb17fd4 +RMD160 (padrino-gen-0.13.1.gem) = e92a67dce8f4605ca35b5d7be60da0a7dc7ed02d +SHA512 (padrino-gen-0.13.1.gem) = c84e838a102d33101dd68904c5609d0f80cbc524f3f0bca63c058431c0b0f5460e22132fd2991d1e7e66fbc56a45de0eca3464f8f679d84dd8b6bc2c4c978cb3 +Size (padrino-gen-0.13.1.gem) = 650240 bytes diff --git a/www/ruby-padrino-helpers/distinfo b/www/ruby-padrino-helpers/distinfo index 2524679def6..7004b322590 100644 --- a/www/ruby-padrino-helpers/distinfo +++ b/www/ruby-padrino-helpers/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2015/12/13 15:52:14 taca Exp $ +$NetBSD: distinfo,v 1.9 2016/03/15 16:41:50 taca Exp $ -SHA1 (padrino-helpers-0.13.0.gem) = 34c79827e7faa95b1f1e049e596e5c89af4a146d -RMD160 (padrino-helpers-0.13.0.gem) = d8666ff595cb1209d7f7b70f0b8cd7d8c0912971 -SHA512 (padrino-helpers-0.13.0.gem) = 6222f00e76db8f76b0f88830ff3331f0860ff60ab17c84e46c85736966363418a890f065cb0c2b9edb1930b2970788bd7d0289968f9448cb4d83afe49470ca42 -Size (padrino-helpers-0.13.0.gem) = 85504 bytes +SHA1 (padrino-helpers-0.13.1.gem) = 21aa4d632d5b2ccec6e2d20f44c0c09bed92088b +RMD160 (padrino-helpers-0.13.1.gem) = 685a6376f3aec0c296fdfbb764062ad5a2b22b40 +SHA512 (padrino-helpers-0.13.1.gem) = 1a614c81de6b6d034839d2a768359d0810028d060e8b2dfe403f569ff9dafa2e8437f573a00f62c785ea3e568610a68871b5c39090f668b8ce542ff0ef0a683b +Size (padrino-helpers-0.13.1.gem) = 85504 bytes diff --git a/www/ruby-padrino-mailer/Makefile b/www/ruby-padrino-mailer/Makefile index a20d9037db5..eead1bb8e99 100644 --- a/www/ruby-padrino-mailer/Makefile +++ b/www/ruby-padrino-mailer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2015/02/04 14:57:44 taca Exp $ +# $NetBSD: Makefile,v 1.4 2016/03/15 16:41:50 taca Exp $ DISTNAME= padrino-mailer-${RUBY_PADRINO_VERS} CATEGORIES= www @@ -9,7 +9,7 @@ COMMENT= Mailer system for padrino LICENSE= mit DEPENDS+= ${RUBY_PKGPREFIX}-padrino-core>=${RUBY_PADRINO_VERS}:../../www/ruby-padrino-core -DEPENDS+= ${RUBY_PKGPREFIX}-mail25>=2.5.3<2.6:../../mail/ruby-mail25 +DEPENDS+= ${RUBY_PKGPREFIX}-mail25>=2.5<3:../../mail/ruby-mail .include "../../www/ruby-padrino/Makefile.common" .include "../../lang/ruby/gem.mk" diff --git a/www/ruby-padrino-mailer/distinfo b/www/ruby-padrino-mailer/distinfo index 07870eff9fb..117123a0a51 100644 --- a/www/ruby-padrino-mailer/distinfo +++ b/www/ruby-padrino-mailer/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2015/12/13 15:52:14 taca Exp $ +$NetBSD: distinfo,v 1.9 2016/03/15 16:41:50 taca Exp $ -SHA1 (padrino-mailer-0.13.0.gem) = 66146845a61cc859709bc7ed9e98b95d1dba24ae -RMD160 (padrino-mailer-0.13.0.gem) = f0b7a8c7abafbb6708947ed585ef8be26167238b -SHA512 (padrino-mailer-0.13.0.gem) = 6257d6ba6fc61ba75d75c674e1b941bd5265ab88e4bd89b91ba0522e107ea2d3959ffbb4216064237b14e3620b330dc5c31862d146bdd53a96d9c370961195da -Size (padrino-mailer-0.13.0.gem) = 17408 bytes +SHA1 (padrino-mailer-0.13.1.gem) = 6310e269bace7a069617dd4983591761f6717f02 +RMD160 (padrino-mailer-0.13.1.gem) = 42a66926e7476742ad95972a5b351348905fff8c +SHA512 (padrino-mailer-0.13.1.gem) = 9456a1d286ec166a707862f9bad767e1b20d5c5c51af9dd3c73128d5ca9ff1bd73cdccd4dc714d4f81b9032a17604a2e491462cbcf48687ce6e7502942c3938b +Size (padrino-mailer-0.13.1.gem) = 17408 bytes diff --git a/www/ruby-padrino-support/PLIST b/www/ruby-padrino-support/PLIST index 15da2f41bb0..8a8f3d331ce 100644 --- a/www/ruby-padrino-support/PLIST +++ b/www/ruby-padrino-support/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2015/12/13 15:52:14 taca Exp $ +@comment $NetBSD: PLIST,v 1.3 2016/03/15 16:41:50 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.document ${GEM_LIBDIR}/.gitignore @@ -31,8 +31,10 @@ ${GEM_LIBDIR}/lib/padrino-support/locale/tr.yml ${GEM_LIBDIR}/lib/padrino-support/locale/uk.yml ${GEM_LIBDIR}/lib/padrino-support/locale/zh_cn.yml ${GEM_LIBDIR}/lib/padrino-support/locale/zh_tw.yml +${GEM_LIBDIR}/lib/padrino-support/utils.rb ${GEM_LIBDIR}/padrino-support.gemspec ${GEM_LIBDIR}/test/helper.rb ${GEM_LIBDIR}/test/test_colorize.rb ${GEM_LIBDIR}/test/test_support_lite.rb +${GEM_LIBDIR}/test/test_utils.rb ${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/www/ruby-padrino-support/distinfo b/www/ruby-padrino-support/distinfo index 58ff39aeb48..077e2f126bf 100644 --- a/www/ruby-padrino-support/distinfo +++ b/www/ruby-padrino-support/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2015/12/13 15:52:14 taca Exp $ +$NetBSD: distinfo,v 1.5 2016/03/15 16:41:50 taca Exp $ -SHA1 (padrino-support-0.13.0.gem) = da1cb79792784914f8896020ea7295ec2426a954 -RMD160 (padrino-support-0.13.0.gem) = c4c29039bcfd8391fcb5444487eb2e48ea9df1e6 -SHA512 (padrino-support-0.13.0.gem) = 39116848d834d89df7c3ea7bd7b0622e2e6ac114a57335f7404507a98e89af1100cf0955fad532dd78816201168e93aa188a36b04272fb1780ca37849877eef3 -Size (padrino-support-0.13.0.gem) = 13824 bytes +SHA1 (padrino-support-0.13.1.gem) = cbec3a6b117b867fd9043996d834d4ae9413b3a6 +RMD160 (padrino-support-0.13.1.gem) = 1732efc331aa7a5bcb679d9579b690ac7dde87c1 +SHA512 (padrino-support-0.13.1.gem) = 8aab881ca19c2fc9943abc3a8eed92dff387fffd53086cad4cc65e474a7fe70228cebf6a3f9ddb531b646600b44d74df4dcdedc2291656d03719185bc00e4b20 +Size (padrino-support-0.13.1.gem) = 14848 bytes diff --git a/www/ruby-padrino/Makefile.common b/www/ruby-padrino/Makefile.common index f86d41b2995..9e9d9c0d43e 100644 --- a/www/ruby-padrino/Makefile.common +++ b/www/ruby-padrino/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.8 2015/12/13 15:52:13 taca Exp $ +# $NetBSD: Makefile.common,v 1.9 2016/03/15 16:41:49 taca Exp $ # # used by www/ruby-padrino/Makefile # used by www/ruby-padrino-admin/Makefile @@ -9,5 +9,5 @@ # used by www/ruby-padrino-mailer/Makefile # used by www/ruby-padrino-support/Makefile -RUBY_PADRINO_VERS= 0.13.0 +RUBY_PADRINO_VERS= 0.13.1 RUBY_PADRINO_SITE= http://www.padrinorb.com/ -- cgit v1.2.3