b6745c2b49
0.14.0 (2017-03-15) * NEW #2120 enable cascading with Rack application (@namusyaka) * FIX lock rake < 11.0 to avoid last_comment error (@namusyaka) * FIX handle nil database passwords for create_db and drop_db (@phallstrom) * FIX #2119 add rake gem tasks to gem project Rakefile * NEW support Erubi ERB engine (@adam12) * FIX #2125 do not load in cycle files excluded from reloading 0.14.0.rc2 (2017-01-19) * FIX #2109 change the format of session_id for Padrino Admin AccessControl * WARN #2109 Existing sessions will be dropped * FIX #2097 Use exe folder for application executables (@adam12) * FIX #2105 Run bundle with –binstubs on -b switch (@adam12) * FIX #2111 disallow conflicting project names * NEW remove deprecations planned for 0.14.0 * NEW stop managing Ruby default encodings Default Encoding.default_internal is now nil (Ruby default) instead of UTF-8 (Padrino < 0.14 default) * FIX #2113 properly override default values in route definitions if parameter is present (@fidalgo) * FIX #2116 fix plugin list `padrino g plugin -l` (@fnordfish) 0.14.0.rc1 (2016-11-02) * NEW remove the requirement of ActiveSupport (export AS_VERSION=X.0 to put it back) 0.13.3.3 (2016-11-02) * FIX #2075 cache actual content_type mime type * FIX #2081 remove -i option from pg_dump command (@dfens) * FIX #2083 be able to create sqlite's file to deep tree of subdirectories (@kkarakawa) * NEW dynamically list supported renderers (@jfredrickson)
118 lines
5.5 KiB
Text
118 lines
5.5 KiB
Text
@comment $NetBSD: PLIST,v 1.9 2017/03/20 16:17:55 taca Exp $
|
|
bin/padrino${RUBY_SUFFIX}
|
|
${GEM_HOME}/cache/${GEM_NAME}.gem
|
|
${GEM_LIBDIR}/.document
|
|
${GEM_LIBDIR}/.gitignore
|
|
${GEM_LIBDIR}/.yardopts
|
|
${GEM_LIBDIR}/LICENSE.txt
|
|
${GEM_LIBDIR}/README.rdoc
|
|
${GEM_LIBDIR}/Rakefile
|
|
${GEM_LIBDIR}/bin/padrino
|
|
${GEM_LIBDIR}/lib/padrino-core.rb
|
|
${GEM_LIBDIR}/lib/padrino-core/application.rb
|
|
${GEM_LIBDIR}/lib/padrino-core/application/application_setup.rb
|
|
${GEM_LIBDIR}/lib/padrino-core/application/authenticity_token.rb
|
|
${GEM_LIBDIR}/lib/padrino-core/application/flash.rb
|
|
${GEM_LIBDIR}/lib/padrino-core/application/params_protection.rb
|
|
${GEM_LIBDIR}/lib/padrino-core/application/routing.rb
|
|
${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
|
|
${GEM_LIBDIR}/lib/padrino-core/cli/rake_tasks.rb
|
|
${GEM_LIBDIR}/lib/padrino-core/command.rb
|
|
${GEM_LIBDIR}/lib/padrino-core/configuration.rb
|
|
${GEM_LIBDIR}/lib/padrino-core/ext/sinatra.rb
|
|
${GEM_LIBDIR}/lib/padrino-core/filter.rb
|
|
${GEM_LIBDIR}/lib/padrino-core/images/404.png
|
|
${GEM_LIBDIR}/lib/padrino-core/images/500.png
|
|
${GEM_LIBDIR}/lib/padrino-core/loader.rb
|
|
${GEM_LIBDIR}/lib/padrino-core/logger.rb
|
|
${GEM_LIBDIR}/lib/padrino-core/module.rb
|
|
${GEM_LIBDIR}/lib/padrino-core/mounter.rb
|
|
${GEM_LIBDIR}/lib/padrino-core/mounter/application_extension.rb
|
|
${GEM_LIBDIR}/lib/padrino-core/path_router.rb
|
|
${GEM_LIBDIR}/lib/padrino-core/path_router/compiler.rb
|
|
${GEM_LIBDIR}/lib/padrino-core/path_router/error_handler.rb
|
|
${GEM_LIBDIR}/lib/padrino-core/path_router/matcher.rb
|
|
${GEM_LIBDIR}/lib/padrino-core/path_router/route.rb
|
|
${GEM_LIBDIR}/lib/padrino-core/reloader.rb
|
|
${GEM_LIBDIR}/lib/padrino-core/reloader/rack.rb
|
|
${GEM_LIBDIR}/lib/padrino-core/reloader/storage.rb
|
|
${GEM_LIBDIR}/lib/padrino-core/router.rb
|
|
${GEM_LIBDIR}/lib/padrino-core/server.rb
|
|
${GEM_LIBDIR}/lib/padrino-core/tasks.rb
|
|
${GEM_LIBDIR}/lib/padrino-core/version.rb
|
|
${GEM_LIBDIR}/padrino-core.gemspec
|
|
${GEM_LIBDIR}/test/fixtures/app_gem/Gemfile
|
|
${GEM_LIBDIR}/test/fixtures/app_gem/app/app.rb
|
|
${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
|
|
${GEM_LIBDIR}/test/fixtures/apps/demo_demo.rb
|
|
${GEM_LIBDIR}/test/fixtures/apps/demo_project/api/app.rb
|
|
${GEM_LIBDIR}/test/fixtures/apps/demo_project/api/lib/api_lib.rb
|
|
${GEM_LIBDIR}/test/fixtures/apps/demo_project/app.rb
|
|
${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/system_helpers.rb
|
|
${GEM_LIBDIR}/test/fixtures/apps/kiq.rb
|
|
${GEM_LIBDIR}/test/fixtures/apps/lib/myklass.rb
|
|
${GEM_LIBDIR}/test/fixtures/apps/lib/myklass/mysubklass.rb
|
|
${GEM_LIBDIR}/test/fixtures/apps/models/child.rb
|
|
${GEM_LIBDIR}/test/fixtures/apps/models/parent.rb
|
|
${GEM_LIBDIR}/test/fixtures/apps/mountable_apps/rack_apps.rb
|
|
${GEM_LIBDIR}/test/fixtures/apps/mountable_apps/static.html
|
|
${GEM_LIBDIR}/test/fixtures/apps/precompiled_app.rb
|
|
${GEM_LIBDIR}/test/fixtures/apps/simple.rb
|
|
${GEM_LIBDIR}/test/fixtures/apps/static.rb
|
|
${GEM_LIBDIR}/test/fixtures/apps/stealthy/app.rb
|
|
${GEM_LIBDIR}/test/fixtures/apps/stealthy/helpers/stealthy_class_helpers.rb
|
|
${GEM_LIBDIR}/test/fixtures/apps/system.rb
|
|
${GEM_LIBDIR}/test/fixtures/apps/system_class_methods_demo.rb
|
|
${GEM_LIBDIR}/test/fixtures/apps/system_instance_methods_demo.rb
|
|
${GEM_LIBDIR}/test/fixtures/dependencies/a.rb
|
|
${GEM_LIBDIR}/test/fixtures/dependencies/b.rb
|
|
${GEM_LIBDIR}/test/fixtures/dependencies/c.rb
|
|
${GEM_LIBDIR}/test/fixtures/dependencies/circular/e.rb
|
|
${GEM_LIBDIR}/test/fixtures/dependencies/circular/f.rb
|
|
${GEM_LIBDIR}/test/fixtures/dependencies/circular/g.rb
|
|
${GEM_LIBDIR}/test/fixtures/dependencies/d.rb
|
|
${GEM_LIBDIR}/test/fixtures/dependencies/linear/h.rb
|
|
${GEM_LIBDIR}/test/fixtures/dependencies/linear/i.rb
|
|
${GEM_LIBDIR}/test/fixtures/reloadable_apps/external/app/app.rb
|
|
${GEM_LIBDIR}/test/fixtures/reloadable_apps/external/app/controllers/base.rb
|
|
${GEM_LIBDIR}/test/fixtures/reloadable_apps/main/app.rb
|
|
${GEM_LIBDIR}/test/helper.rb
|
|
${GEM_LIBDIR}/test/test_application.rb
|
|
${GEM_LIBDIR}/test/test_configuration.rb
|
|
${GEM_LIBDIR}/test/test_core.rb
|
|
${GEM_LIBDIR}/test/test_csrf_protection.rb
|
|
${GEM_LIBDIR}/test/test_dependencies.rb
|
|
${GEM_LIBDIR}/test/test_filters.rb
|
|
${GEM_LIBDIR}/test/test_flash.rb
|
|
${GEM_LIBDIR}/test/test_locale.rb
|
|
${GEM_LIBDIR}/test/test_logger.rb
|
|
${GEM_LIBDIR}/test/test_mounter.rb
|
|
${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
|
|
${GEM_LIBDIR}/test/test_routing.rb
|
|
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
|