summaryrefslogtreecommitdiff
path: root/www/ruby-padrino-core
diff options
context:
space:
mode:
authortaca <taca>2016-10-19 14:45:25 +0000
committertaca <taca>2016-10-19 14:45:25 +0000
commit2d0bd683bd518facc3ea22e3da0ab2c380d6c1ad (patch)
tree2c5e81b3e532edcc81430459cb5b580ec970c5c8 /www/ruby-padrino-core
parent723bb6866dd8c5a042f7fde98513b5af39df816b (diff)
downloadpkgsrc-2d0bd683bd518facc3ea22e3da0ab2c380d6c1ad.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-core')
-rw-r--r--www/ruby-padrino-core/PLIST7
-rw-r--r--www/ruby-padrino-core/distinfo10
2 files changed, 10 insertions, 7 deletions
diff --git a/www/ruby-padrino-core/PLIST b/www/ruby-padrino-core/PLIST
index 6fdf6a4a271..67a03beeceb 100644
--- a/www/ruby-padrino-core/PLIST
+++ b/www/ruby-padrino-core/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2016/03/15 16:41:49 taca Exp $
+@comment $NetBSD: PLIST,v 1.8 2016/10/19 14:45:25 taca Exp $
bin/padrino${RUBY_SUFFIX}
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.document
@@ -19,6 +19,7 @@ ${GEM_LIBDIR}/lib/padrino-core/application/show_exceptions.rb
${GEM_LIBDIR}/lib/padrino-core/caller.rb
${GEM_LIBDIR}/lib/padrino-core/cli/adapter.rb
${GEM_LIBDIR}/lib/padrino-core/cli/base.rb
+${GEM_LIBDIR}/lib/padrino-core/cli/binstub.rb
${GEM_LIBDIR}/lib/padrino-core/cli/console.rb
${GEM_LIBDIR}/lib/padrino-core/cli/launcher.rb
${GEM_LIBDIR}/lib/padrino-core/cli/rake.rb
@@ -53,6 +54,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/concerned/app.rb
+${GEM_LIBDIR}/test/fixtures/apps/concerned/models/mixins/badmodule.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
@@ -64,7 +67,6 @@ ${GEM_LIBDIR}/test/fixtures/apps/external_apps/fake_lib.rb
${GEM_LIBDIR}/test/fixtures/apps/external_apps/fake_root.rb
${GEM_LIBDIR}/test/fixtures/apps/helpers/class_methods_helpers.rb
${GEM_LIBDIR}/test/fixtures/apps/helpers/instance_methods_helpers.rb
-${GEM_LIBDIR}/test/fixtures/apps/helpers/support.rb
${GEM_LIBDIR}/test/fixtures/apps/helpers/system_helpers.rb
${GEM_LIBDIR}/test/fixtures/apps/kiq.rb
${GEM_LIBDIR}/test/fixtures/apps/lib/myklass.rb
@@ -106,6 +108,7 @@ ${GEM_LIBDIR}/test/test_params_protection.rb
${GEM_LIBDIR}/test/test_reloader_complex.rb
${GEM_LIBDIR}/test/test_reloader_external.rb
${GEM_LIBDIR}/test/test_reloader_simple.rb
+${GEM_LIBDIR}/test/test_reloader_storage.rb
${GEM_LIBDIR}/test/test_reloader_system.rb
${GEM_LIBDIR}/test/test_restful_routing.rb
${GEM_LIBDIR}/test/test_router.rb
diff --git a/www/ruby-padrino-core/distinfo b/www/ruby-padrino-core/distinfo
index 4cbedd91061..d9274ddd52d 100644
--- a/www/ruby-padrino-core/distinfo
+++ b/www/ruby-padrino-core/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2016/03/15 16:41:49 taca Exp $
+$NetBSD: distinfo,v 1.10 2016/10/19 14:45:25 taca Exp $
-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
+SHA1 (padrino-core-0.13.3.2.gem) = 76717ca34e60bcef23dfa80c69181be00943a45e
+RMD160 (padrino-core-0.13.3.2.gem) = ac78d04be563ca5a5b08ea816b4c19adb17a0e0c
+SHA512 (padrino-core-0.13.3.2.gem) = 95e8695d37e1c9f68f6e87fd36147be63f1b599c8023ed0176afb1d5134074828cd17d144c948c7cfffff5a9c415cc67749a7d231e4fddf64600a1febb7d6ab2
+Size (padrino-core-0.13.3.2.gem) = 138752 bytes