# -*- encoding: utf-8 -*- # stub: padrino-core 0.15.2 ruby lib Gem::Specification.new do |s| s.name = "padrino-core".freeze s.version = "0.15.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 1.3.6".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Padrino Team".freeze, "Nathan Esquenazi".freeze, "Davide D'Agostino".freeze, "Arthur Chiu".freeze] s.date = "2022-12-23" s.description = "The Padrino core gem required for use of this framework".freeze s.email = "padrinorb@gmail.com".freeze s.executables = ["padrino".freeze] s.extra_rdoc_files = ["README.rdoc".freeze] s.files = [".document".freeze, ".gitignore".freeze, ".yardopts".freeze, "LICENSE.txt".freeze, "README.rdoc".freeze, "Rakefile".freeze, "bin/padrino".freeze, "lib/padrino-core.rb".freeze, "lib/padrino-core/application.rb".freeze, "lib/padrino-core/application/application_setup.rb".freeze, "lib/padrino-core/application/authenticity_token.rb".freeze, "lib/padrino-core/application/flash.rb".freeze, "lib/padrino-core/application/params_protection.rb".freeze, "lib/padrino-core/application/routing.rb".freeze, "lib/padrino-core/application/show_exceptions.rb".freeze, "lib/padrino-core/caller.rb".freeze, "lib/padrino-core/cli/adapter.rb".freeze, "lib/padrino-core/cli/base.rb".freeze, "lib/padrino-core/cli/binstub.rb".freeze, "lib/padrino-core/cli/console.rb".freeze, "lib/padrino-core/cli/launcher.rb".freeze, "lib/padrino-core/cli/rake.rb".freeze, "lib/padrino-core/cli/rake_tasks.rb".freeze, "lib/padrino-core/command.rb".freeze, "lib/padrino-core/configuration.rb".freeze, "lib/padrino-core/ext/sinatra.rb".freeze, "lib/padrino-core/filter.rb".freeze, "lib/padrino-core/images/404.png".freeze, "lib/padrino-core/images/500.png".freeze, "lib/padrino-core/loader.rb".freeze, "lib/padrino-core/logger.rb".freeze, "lib/padrino-core/module.rb".freeze, "lib/padrino-core/mounter.rb".freeze, "lib/padrino-core/mounter/application_extension.rb".freeze, "lib/padrino-core/path_router.rb".freeze, "lib/padrino-core/path_router/compiler.rb".freeze, "lib/padrino-core/path_router/error_handler.rb".freeze, "lib/padrino-core/path_router/matcher.rb".freeze, "lib/padrino-core/path_router/route.rb".freeze, "lib/padrino-core/reloader.rb".freeze, "lib/padrino-core/reloader/rack.rb".freeze, "lib/padrino-core/reloader/storage.rb".freeze, "lib/padrino-core/router.rb".freeze, "lib/padrino-core/server.rb".freeze, "lib/padrino-core/tasks.rb".freeze, "lib/padrino-core/version.rb".freeze, "padrino-core.gemspec".freeze, "test/fixtures/app_gem/Gemfile".freeze, "test/fixtures/app_gem/app/app.rb".freeze, "test/fixtures/app_gem/app_gem.gemspec".freeze, "test/fixtures/app_gem/lib/app_gem.rb".freeze, "test/fixtures/app_gem/lib/app_gem/version.rb".freeze, "test/fixtures/apps/complex.rb".freeze, "test/fixtures/apps/concerned/app.rb".freeze, "test/fixtures/apps/concerned/models/mixins/badmodule.rb".freeze, "test/fixtures/apps/custom_dependencies/custom_dependencies.rb".freeze, "test/fixtures/apps/custom_dependencies/my_dependencies/my_dependency.rb".freeze, "test/fixtures/apps/demo_app.rb".freeze, "test/fixtures/apps/demo_demo.rb".freeze, "test/fixtures/apps/demo_project/api/app.rb".freeze, "test/fixtures/apps/demo_project/api/lib/api_lib.rb".freeze, "test/fixtures/apps/demo_project/app.rb".freeze, "test/fixtures/apps/external_apps/fake_lib.rb".freeze, "test/fixtures/apps/external_apps/fake_root.rb".freeze, "test/fixtures/apps/helpers/class_methods_helpers.rb".freeze, "test/fixtures/apps/helpers/instance_methods_helpers.rb".freeze, "test/fixtures/apps/helpers/system_helpers.rb".freeze, "test/fixtures/apps/kiq.rb".freeze, "test/fixtures/apps/lib/myklass.rb".freeze, "test/fixtures/apps/lib/myklass/mysubklass.rb".freeze, "test/fixtures/apps/models/child.rb".freeze, "test/fixtures/apps/models/parent.rb".freeze, "test/fixtures/apps/mountable_apps/rack_apps.rb".freeze, "test/fixtures/apps/mountable_apps/static.html".freeze, "test/fixtures/apps/precompiled_app.rb".freeze, "test/fixtures/apps/simple.rb".freeze, "test/fixtures/apps/static.rb".freeze, "test/fixtures/apps/stealthy/app.rb".freeze, "test/fixtures/apps/stealthy/helpers/stealthy_class_helpers.rb".freeze, "test/fixtures/apps/system.rb".freeze, "test/fixtures/apps/system_class_methods_demo.rb".freeze, "test/fixtures/apps/system_instance_methods_demo.rb".freeze, "test/fixtures/dependencies/a.rb".freeze, "test/fixtures/dependencies/b.rb".freeze, "test/fixtures/dependencies/c.rb".freeze, "test/fixtures/dependencies/circular/e.rb".freeze, "test/fixtures/dependencies/circular/f.rb".freeze, "test/fixtures/dependencies/circular/g.rb".freeze, "test/fixtures/dependencies/d.rb".freeze, "test/fixtures/dependencies/linear/h.rb".freeze, "test/fixtures/dependencies/linear/i.rb".freeze, "test/fixtures/dependencies/nested/j.rb".freeze, "test/fixtures/dependencies/nested/k.rb".freeze, "test/fixtures/dependencies/nested/l.rb".freeze, "test/fixtures/dependencies/nested/m.rb".freeze, "test/fixtures/dependencies/nested/n.rb".freeze, "test/fixtures/dependencies/nested/ooo.rb".freeze, "test/fixtures/dependencies/nested/ppp.rb".freeze, "test/fixtures/dependencies/nested/qqq.rb".freeze, "test/fixtures/dependencies/nested/rrr.rb".freeze, "test/fixtures/dependencies/nested/sss.rb".freeze, "test/fixtures/reloadable_apps/external/app/app.rb".freeze, "test/fixtures/reloadable_apps/external/app/controllers/base.rb".freeze, "test/fixtures/reloadable_apps/main/app.rb".freeze, "test/helper.rb".freeze, "test/test_application.rb".freeze, "test/test_configuration.rb".freeze, "test/test_core.rb".freeze, "test/test_csrf_protection.rb".freeze, "test/test_dependencies.rb".freeze, "test/test_filters.rb".freeze, "test/test_flash.rb".freeze, "test/test_locale.rb".freeze, "test/test_logger.rb".freeze, "test/test_mounter.rb".freeze, "test/test_params_protection.rb".freeze, "test/test_reloader_complex.rb".freeze, "test/test_reloader_external.rb".freeze, "test/test_reloader_simple.rb".freeze, "test/test_reloader_storage.rb".freeze, "test/test_reloader_system.rb".freeze, "test/test_restful_routing.rb".freeze, "test/test_router.rb".freeze, "test/test_routing.rb".freeze] s.homepage = "http://www.padrinorb.com".freeze s.licenses = ["MIT".freeze] s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "The required Padrino core gem".freeze s.test_files = ["test/fixtures/app_gem/Gemfile".freeze, "test/fixtures/app_gem/app/app.rb".freeze, "test/fixtures/app_gem/app_gem.gemspec".freeze, "test/fixtures/app_gem/lib/app_gem.rb".freeze, "test/fixtures/app_gem/lib/app_gem/version.rb".freeze, "test/fixtures/apps/complex.rb".freeze, "test/fixtures/apps/concerned/app.rb".freeze, "test/fixtures/apps/concerned/models/mixins/badmodule.rb".freeze, "test/fixtures/apps/custom_dependencies/custom_dependencies.rb".freeze, "test/fixtures/apps/custom_dependencies/my_dependencies/my_dependency.rb".freeze, "test/fixtures/apps/demo_app.rb".freeze, "test/fixtures/apps/demo_demo.rb".freeze, "test/fixtures/apps/demo_project/api/app.rb".freeze, "test/fixtures/apps/demo_project/api/lib/api_lib.rb".freeze, "test/fixtures/apps/demo_project/app.rb".freeze, "test/fixtures/apps/external_apps/fake_lib.rb".freeze, "test/fixtures/apps/external_apps/fake_root.rb".freeze, "test/fixtures/apps/helpers/class_methods_helpers.rb".freeze, "test/fixtures/apps/helpers/instance_methods_helpers.rb".freeze, "test/fixtures/apps/helpers/system_helpers.rb".freeze, "test/fixtures/apps/kiq.rb".freeze, "test/fixtures/apps/lib/myklass.rb".freeze, "test/fixtures/apps/lib/myklass/mysubklass.rb".freeze, "test/fixtures/apps/models/child.rb".freeze, "test/fixtures/apps/models/parent.rb".freeze, "test/fixtures/apps/mountable_apps/rack_apps.rb".freeze, "test/fixtures/apps/mountable_apps/static.html".freeze, "test/fixtures/apps/precompiled_app.rb".freeze, "test/fixtures/apps/simple.rb".freeze, "test/fixtures/apps/static.rb".freeze, "test/fixtures/apps/stealthy/app.rb".freeze, "test/fixtures/apps/stealthy/helpers/stealthy_class_helpers.rb".freeze, "test/fixtures/apps/system.rb".freeze, "test/fixtures/apps/system_class_methods_demo.rb".freeze, "test/fixtures/apps/system_instance_methods_demo.rb".freeze, "test/fixtures/dependencies/a.rb".freeze, "test/fixtures/dependencies/b.rb".freeze, "test/fixtures/dependencies/c.rb".freeze, "test/fixtures/dependencies/circular/e.rb".freeze, "test/fixtures/dependencies/circular/f.rb".freeze, "test/fixtures/dependencies/circular/g.rb".freeze, "test/fixtures/dependencies/d.rb".freeze, "test/fixtures/dependencies/linear/h.rb".freeze, "test/fixtures/dependencies/linear/i.rb".freeze, "test/fixtures/dependencies/nested/j.rb".freeze, "test/fixtures/dependencies/nested/k.rb".freeze, "test/fixtures/dependencies/nested/l.rb".freeze, "test/fixtures/dependencies/nested/m.rb".freeze, "test/fixtures/dependencies/nested/n.rb".freeze, "test/fixtures/dependencies/nested/ooo.rb".freeze, "test/fixtures/dependencies/nested/ppp.rb".freeze, "test/fixtures/dependencies/nested/qqq.rb".freeze, "test/fixtures/dependencies/nested/rrr.rb".freeze, "test/fixtures/dependencies/nested/sss.rb".freeze, "test/fixtures/reloadable_apps/external/app/app.rb".freeze, "test/fixtures/reloadable_apps/external/app/controllers/base.rb".freeze, "test/fixtures/reloadable_apps/main/app.rb".freeze, "test/helper.rb".freeze, "test/test_application.rb".freeze, "test/test_configuration.rb".freeze, "test/test_core.rb".freeze, "test/test_csrf_protection.rb".freeze, "test/test_dependencies.rb".freeze, "test/test_filters.rb".freeze, "test/test_flash.rb".freeze, "test/test_locale.rb".freeze, "test/test_logger.rb".freeze, "test/test_mounter.rb".freeze, "test/test_params_protection.rb".freeze, "test/test_reloader_complex.rb".freeze, "test/test_reloader_external.rb".freeze, "test/test_reloader_simple.rb".freeze, "test/test_reloader_storage.rb".freeze, "test/test_reloader_system.rb".freeze, "test/test_restful_routing.rb".freeze, "test/test_router.rb".freeze, "test/test_routing.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["= 0.15.2".freeze]) s.add_runtime_dependency(%q.freeze, [">= 2.2.4".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze]) end