diff options
author | taca <taca@pkgsrc.org> | 2015-03-13 17:04:49 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-03-13 17:04:49 +0000 |
commit | 7509dd363a6c0a06d320667d19bd2df1f282255a (patch) | |
tree | 03818e8126db0b5c62bc5be2f9ae4afd084c2d7c /www/ruby-padrino/Makefile.common | |
parent | 468097ef89b5ce2da4944cf5a3a0fc805a4edbf6 (diff) | |
download | pkgsrc-7509dd363a6c0a06d320667d19bd2df1f282255a.tar.gz |
Update Ruby Padrino related pacakges to 0.12.5.
0.12.5 (February 22nd 2015)
* FIX #1794 inheritance of global prereqs (@ujifgc)
* FIX #1798 handling non-array `with` statement for params (@ujifgc)
* FIX Russian translation for password (@harrykiselev)
* FIX Prevent Padrino from overriding cache settings (@dariocravero)
* FIX sequence of execution for configuration methods in application
(@namusyaka)
* FIX translations for admin for cs (@ortiga)
* FIX exception raised when running the controller generator (@namusyaka)
* FIX #1875 lock down rack to < 1.6.0 because of sinatra conflict (@ujifgc)
Diffstat (limited to 'www/ruby-padrino/Makefile.common')
-rw-r--r-- | www/ruby-padrino/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ruby-padrino/Makefile.common b/www/ruby-padrino/Makefile.common index 3da1e113c59..3a9a4402017 100644 --- a/www/ruby-padrino/Makefile.common +++ b/www/ruby-padrino/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.6 2015/02/04 14:58:34 taca Exp $ +# $NetBSD: Makefile.common,v 1.7 2015/03/13 17:04: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.12.4 +RUBY_PADRINO_VERS= 0.12.5 RUBY_PADRINO_SITE= http://www.padrinorb.com/ |