# -*- encoding: utf-8 -*- # stub: padrino-core 0.11.4 ruby lib Gem::Specification.new do |s| s.name = "padrino-core".freeze s.version = "0.11.4".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 = "2013-09-24" 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/flash.rb".freeze, "lib/padrino-core/application/rendering.rb".freeze, "lib/padrino-core/application/rendering/extensions/erubis.rb".freeze, "lib/padrino-core/application/rendering/extensions/haml.rb".freeze, "lib/padrino-core/application/rendering/extensions/slim.rb".freeze, "lib/padrino-core/application/routing.rb".freeze, "lib/padrino-core/application/showexceptions.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/console.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/images/404.png".freeze, "lib/padrino-core/images/500.png".freeze, "lib/padrino-core/loader.rb".freeze, "lib/padrino-core/locale/cs.yml".freeze, "lib/padrino-core/locale/da.yml".freeze, "lib/padrino-core/locale/de.yml".freeze, "lib/padrino-core/locale/en.yml".freeze, "lib/padrino-core/locale/es.yml".freeze, "lib/padrino-core/locale/fr.yml".freeze, "lib/padrino-core/locale/hu.yml".freeze, "lib/padrino-core/locale/it.yml".freeze, "lib/padrino-core/locale/ja.yml".freeze, "lib/padrino-core/locale/lv.yml".freeze, "lib/padrino-core/locale/nl.yml".freeze, "lib/padrino-core/locale/no.yml".freeze, "lib/padrino-core/locale/pl.yml".freeze, "lib/padrino-core/locale/pt_br.yml".freeze, "lib/padrino-core/locale/ro.yml".freeze, "lib/padrino-core/locale/ru.yml".freeze, "lib/padrino-core/locale/sv.yml".freeze, "lib/padrino-core/locale/tr.yml".freeze, "lib/padrino-core/locale/uk.yml".freeze, "lib/padrino-core/locale/zh_cn.yml".freeze, "lib/padrino-core/locale/zh_tw.yml".freeze, "lib/padrino-core/logger.rb".freeze, "lib/padrino-core/module.rb".freeze, "lib/padrino-core/mounter.rb".freeze, "lib/padrino-core/reloader.rb".freeze, "lib/padrino-core/router.rb".freeze, "lib/padrino-core/server.rb".freeze, "lib/padrino-core/support_lite.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/.components".freeze, "test/fixtures/apps/.gitignore".freeze, "test/fixtures/apps/complex.rb".freeze, "test/fixtures/apps/simple.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/helper.rb".freeze, "test/mini_shoulda.rb".freeze, "test/test_application.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_reloader_complex.rb".freeze, "test/test_reloader_simple.rb".freeze, "test/test_rendering.rb".freeze, "test/test_rendering_extensions.rb".freeze, "test/test_restful_routing.rb".freeze, "test/test_router.rb".freeze, "test/test_routing.rb".freeze, "test/test_support_lite.rb".freeze] s.homepage = "http://www.padrinorb.com".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/.components".freeze, "test/fixtures/apps/.gitignore".freeze, "test/fixtures/apps/complex.rb".freeze, "test/fixtures/apps/simple.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/helper.rb".freeze, "test/mini_shoulda.rb".freeze, "test/test_application.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_reloader_complex.rb".freeze, "test/test_reloader_simple.rb".freeze, "test/test_rendering.rb".freeze, "test/test_rendering_extensions.rb".freeze, "test/test_restful_routing.rb".freeze, "test/test_router.rb".freeze, "test/test_routing.rb".freeze, "test/test_support_lite.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.4.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.4.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.11.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.17.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 3.1".freeze, "< 4.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.5.0".freeze]) end