diff options
author | taca <taca@pkgsrc.org> | 2016-10-19 14:45:25 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2016-10-19 14:45:25 +0000 |
commit | ea03cbea7ab2f9bf1d6ec9e6b2081e294a26a270 (patch) | |
tree | 1cd1d6aa938870f24c5d04f46dc304e5d3e53b27 /www/ruby-padrino/Makefile.common | |
parent | 390847153282a79c883ddbb658b87d9810d8b13f (diff) | |
download | pkgsrc-ea03cbea7ab2f9bf1d6ec9e6b2081e294a26a270.tar.gz |
Update ruby-padrino and related package to 0.13.3.2
0.13.3 (August 17th 2016)
FIX #1785 Nested forms and helpers with ERB and Erubis (@ujifgc)
FIX #1847 Shoulda on modern rubies
NEW #1851 Remove RightJS, Riot, Steak support (@ujifgc)
FIX #1872 Implement using partials without Sinatra (@ujifgc)
NEW #1906 Allow shortened mailer render calls with default mailer and message names (@ujifgc)
FIX #2013 Delegate padrino and padrino-gen to bundler binstubs (@ujifgc)
FIX #2016 Escape urls in link_to and form_tag (@ujifgc)
FIX #2042 Do not override access control object when registered in multiple apps (@nxs6)
FIX #2045 Prevent overwriting params by given query (@namusyaka)
NEW #2050 Update Moneta to 0.8.0 (@basex)
FIX #2052 String#humanize compatibility with AS ~3.2
NEW #2056 Allow Pry as Padrino console shell
FIX #2066 fix reloader with native jruby classes
0.13.2 (May 9th 2016)
FIX #1789 Relax Tilt version to allow Tilt 2 (>= 1.4.1, < 3) (@ujifgc)
WARN #1989 Warn about coming behavior change (@ujifgc)
NEW #1987 Generator now failes with invalid namespace (@ujifgc)
NEW Remove many internal uses of ActiveSupport (@ujifgc)
FIX #2007 Respect Regexp#names at the time of route search (@namusyaka)
FIX #2004 Set default alt attribute for image_tag (@namusyaka)
FIX #2008 Login button on the admin app now looks as expected (@namusyaka)
FIX #2011 Update mongoid database configuration (@serradura)
FIX Remove empty rows and cols from textarea tag (@ujifgc)
FIX #2015 Update broken links in the README and docs (@mariozig)
FIX #2023 Preserve `default_builder` set in configure_apps (@ujifgc)
FIX #2025 Match plugin names with dashes in their names (@wikimatze)
WARN Notice about removing ObjectSpace.classes and ObjectSpace.new_classes in 0.14 (@ujifgc)
FIX #2027 Use Module#name instead of Module#to_s (@namusyaka)
NEW Logger option :sanitize_encoding (@ujifgc)
FIX #2006 load missing AR models before calling seeds.rb (@ujifgc)
NEW #1921 Adds `–api` option for project generator (@ujifgc)
NEW #2032 Adds new `config/initializers` folder loaded during boot (@ujifgc)
FIX #2019 Removes deprecation warning for ActiveRecord (@wikimatze)
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 9e9d9c0d43e..efb655c3a26 100644 --- a/www/ruby-padrino/Makefile.common +++ b/www/ruby-padrino/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.9 2016/03/15 16:41:49 taca Exp $ +# $NetBSD: Makefile.common,v 1.10 2016/10/19 14:45:25 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.1 +RUBY_PADRINO_VERS= 0.13.3.2 RUBY_PADRINO_SITE= http://www.padrinorb.com/ |