summaryrefslogtreecommitdiff
path: root/www/ruby-padrino-mailer
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2016-03-15 16:41:49 +0000
committertaca <taca@pkgsrc.org>2016-03-15 16:41:49 +0000
commitde6f588885697d54939b059a18df3796a921b036 (patch)
tree5936d77fdc81a24e88fa6e60d0fab2000cb5abb8 /www/ruby-padrino-mailer
parente37e5dee3b840472f355308b3b5332509dbb8d09 (diff)
downloadpkgsrc-de6f588885697d54939b059a18df3796a921b036.tar.gz
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)
Diffstat (limited to 'www/ruby-padrino-mailer')
-rw-r--r--www/ruby-padrino-mailer/Makefile4
-rw-r--r--www/ruby-padrino-mailer/distinfo10
2 files changed, 7 insertions, 7 deletions
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