# -*- encoding: utf-8 -*- # stub: typus 0.9.17 ruby lib Gem::Specification.new do |s| s.name = "typus".freeze s.version = "0.9.17".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Francesc Esplugas".freeze] s.date = "2009-08-18" s.description = "Effortless backend interface for Ruby on Rails applications. (Admin scaffold generator.)".freeze s.email = "francesc@intraducibles.com".freeze s.extra_rdoc_files = ["README.rdoc".freeze] s.files = [".gitignore".freeze, "MIT-LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION".freeze, "app/controllers/admin/master_controller.rb".freeze, "app/controllers/typus_controller.rb".freeze, "app/helpers/admin/form_helper.rb".freeze, "app/helpers/admin/master_helper.rb".freeze, "app/helpers/admin/public_helper.rb".freeze, "app/helpers/admin/sidebar_helper.rb".freeze, "app/helpers/admin/table_helper.rb".freeze, "app/helpers/typus_helper.rb".freeze, "app/models/typus_mailer.rb".freeze, "app/models/typus_user.rb".freeze, "app/views/admin/dashboard/_sidebar.html.erb".freeze, "app/views/admin/resources/edit.html.erb".freeze, "app/views/admin/resources/index.html.erb".freeze, "app/views/admin/resources/new.html.erb".freeze, "app/views/admin/resources/show.html.erb".freeze, "app/views/admin/shared/_footer.html.erb".freeze, "app/views/admin/shared/_pagination.html.erb".freeze, "app/views/layouts/admin.html.erb".freeze, "app/views/layouts/typus.html.erb".freeze, "app/views/typus/dashboard.html.erb".freeze, "app/views/typus/recover_password.html.erb".freeze, "app/views/typus/reset_password.html.erb".freeze, "app/views/typus/sign_in.html.erb".freeze, "app/views/typus/sign_up.html.erb".freeze, "app/views/typus_mailer/reset_password_link.erb".freeze, "config/locales/typus/de.yml".freeze, "config/locales/typus/es.yml".freeze, "config/locales/typus/language.yml.template".freeze, "config/locales/typus/pt-BR.yml".freeze, "config/locales/typus/ru.yml".freeze, "generators/typus/templates/config/initializers/typus.rb".freeze, "generators/typus/templates/config/typus/README".freeze, "generators/typus/templates/config/typus/application.yml".freeze, "generators/typus/templates/config/typus/application_roles.yml".freeze, "generators/typus/templates/config/typus/typus.yml".freeze, "generators/typus/templates/config/typus/typus_roles.yml".freeze, "generators/typus/templates/db/create_typus_users.rb".freeze, "generators/typus/templates/public/images/admin/arrow_down.gif".freeze, "generators/typus/templates/public/images/admin/arrow_up.gif".freeze, "generators/typus/templates/public/images/admin/spinner.gif".freeze, "generators/typus/templates/public/images/admin/status_false.gif".freeze, "generators/typus/templates/public/images/admin/status_true.gif".freeze, "generators/typus/templates/public/images/admin/trash.gif".freeze, "generators/typus/templates/public/javascripts/admin/application.js".freeze, "generators/typus/templates/public/stylesheets/admin/reset.css".freeze, "generators/typus/templates/public/stylesheets/admin/screen.css".freeze, "generators/typus/typus_generator.rb".freeze, "generators/typus_update_schema_to_01/templates/config/typus.yml".freeze, "generators/typus_update_schema_to_01/templates/migration.rb".freeze, "generators/typus_update_schema_to_01/typus_update_schema_to_01_generator.rb".freeze, "lib/typus.rb".freeze, "lib/typus/active_record.rb".freeze, "lib/typus/authentication.rb".freeze, "lib/typus/configuration.rb".freeze, "lib/typus/extensions/routes.rb".freeze, "lib/typus/format.rb".freeze, "lib/typus/generator.rb".freeze, "lib/typus/hash.rb".freeze, "lib/typus/locale.rb".freeze, "lib/typus/object.rb".freeze, "lib/typus/quick_edit.rb".freeze, "lib/typus/reloader.rb".freeze, "lib/typus/string.rb".freeze, "lib/typus/templates/index.html.erb".freeze, "lib/typus/templates/resource_controller.rb.erb".freeze, "lib/typus/templates/resource_controller_test.rb.erb".freeze, "lib/typus/templates/resources_controller.rb.erb".freeze, "lib/typus/user.rb".freeze, "lib/vendor/active_record.rb".freeze, "lib/vendor/paginator.rb".freeze, "rails/init.rb".freeze, "tasks/typus_tasks.rake".freeze, "test/config/broken/application.yml".freeze, "test/config/broken/application_roles.yml".freeze, "test/config/broken/empty.yml".freeze, "test/config/broken/empty_roles.yml".freeze, "test/config/broken/undefined.yml".freeze, "test/config/broken/undefined_roles.yml".freeze, "test/config/default/typus.yml".freeze, "test/config/default/typus_roles.yml".freeze, "test/config/empty/empty_01.yml".freeze, "test/config/empty/empty_01_roles.yml".freeze, "test/config/empty/empty_02.yml".freeze, "test/config/empty/empty_02_roles.yml".freeze, "test/config/locales/es.yml".freeze, "test/config/ordered/001_roles.yml".freeze, "test/config/ordered/002_roles.yml".freeze, "test/config/unordered/app_one_roles.yml".freeze, "test/config/unordered/app_two_roles.yml".freeze, "test/config/working/application.yml".freeze, "test/config/working/application_roles.yml".freeze, "test/config/working/typus.yml".freeze, "test/config/working/typus_roles.yml".freeze, "test/fixtures/app/controllers/admin/assets_controller.rb".freeze, "test/fixtures/app/controllers/admin/categories_controller.rb".freeze, "test/fixtures/app/controllers/admin/comments_controller.rb".freeze, "test/fixtures/app/controllers/admin/pages_controller.rb".freeze, "test/fixtures/app/controllers/admin/posts_controller.rb".freeze, "test/fixtures/app/controllers/admin/status_controller.rb".freeze, "test/fixtures/app/controllers/admin/typus_users_controller.rb".freeze, "test/fixtures/app/controllers/admin/watch_dog_controller.rb".freeze, "test/fixtures/app/views/admin/comments/_edit.html.erb".freeze, "test/fixtures/app/views/admin/comments/_index.html.erb".freeze, "test/fixtures/app/views/admin/comments/_new.html.erb".freeze, "test/fixtures/app/views/admin/comments/_show.html.erb".freeze, "test/fixtures/app/views/admin/comments/_sidebar.html.erb".freeze, "test/fixtures/app/views/admin/dashboard/_content.html.erb".freeze, "test/fixtures/app/views/admin/dashboard/_sidebar.html.erb".freeze, "test/fixtures/app/views/admin/resources/_sidebar.html.erb".freeze, "test/fixtures/app/views/admin/shared/_footer.html.erb".freeze, "test/fixtures/app/views/admin/status/index.html.erb".freeze, "test/fixtures/app/views/admin/templates/_datepicker.html.erb".freeze, "test/fixtures/assets.yml".freeze, "test/fixtures/categories.yml".freeze, "test/fixtures/comments.yml".freeze, "test/fixtures/pages.yml".freeze, "test/fixtures/posts.yml".freeze, "test/fixtures/typus_users.yml".freeze, "test/functional/admin/assets_controller_test.rb".freeze, "test/functional/admin/categories_controller_test.rb".freeze, "test/functional/admin/comments_controller_test.rb".freeze, "test/functional/admin/master_controller_test.rb".freeze, "test/functional/admin/posts_controller_test.rb".freeze, "test/functional/admin/status_controller_test.rb".freeze, "test/functional/admin/typus_users_controller_test.rb".freeze, "test/functional/typus_controller_test.rb".freeze, "test/helper.rb".freeze, "test/helpers/admin/form_helper_test.rb".freeze, "test/helpers/admin/master_helper_test.rb".freeze, "test/helpers/admin/public_helper_test.rb".freeze, "test/helpers/admin/sidebar_helper_test.rb".freeze, "test/helpers/admin/table_helper_test.rb".freeze, "test/helpers/typus_helper_test.rb".freeze, "test/lib/active_record_test.rb".freeze, "test/lib/configuration_test.rb".freeze, "test/lib/hash_test.rb".freeze, "test/lib/routes_test.rb".freeze, "test/lib/string_test.rb".freeze, "test/lib/typus_test.rb".freeze, "test/models.rb".freeze, "test/schema.rb".freeze, "test/unit/typus_mailer_test.rb".freeze, "test/unit/typus_test.rb".freeze, "test/unit/typus_user_roles_test.rb".freeze, "test/unit/typus_user_test.rb".freeze, "test/vendor/active_record_test.rb".freeze, "test/vendor/paginator_test.rb".freeze, "typus.gemspec".freeze] s.homepage = "http://intraducibles.com/projects/typus".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Effortless backend interface for Ruby on Rails applications. (Admin scaffold generator.)".freeze s.test_files = ["test/fixtures/app/controllers/admin/assets_controller.rb".freeze, "test/fixtures/app/controllers/admin/categories_controller.rb".freeze, "test/fixtures/app/controllers/admin/comments_controller.rb".freeze, "test/fixtures/app/controllers/admin/pages_controller.rb".freeze, "test/fixtures/app/controllers/admin/posts_controller.rb".freeze, "test/fixtures/app/controllers/admin/status_controller.rb".freeze, "test/fixtures/app/controllers/admin/typus_users_controller.rb".freeze, "test/fixtures/app/controllers/admin/watch_dog_controller.rb".freeze, "test/functional/admin/assets_controller_test.rb".freeze, "test/functional/admin/categories_controller_test.rb".freeze, "test/functional/admin/comments_controller_test.rb".freeze, "test/functional/admin/master_controller_test.rb".freeze, "test/functional/admin/posts_controller_test.rb".freeze, "test/functional/admin/status_controller_test.rb".freeze, "test/functional/admin/typus_users_controller_test.rb".freeze, "test/functional/typus_controller_test.rb".freeze, "test/helper.rb".freeze, "test/helpers/admin/form_helper_test.rb".freeze, "test/helpers/admin/master_helper_test.rb".freeze, "test/helpers/admin/public_helper_test.rb".freeze, "test/helpers/admin/sidebar_helper_test.rb".freeze, "test/helpers/admin/table_helper_test.rb".freeze, "test/helpers/typus_helper_test.rb".freeze, "test/lib/active_record_test.rb".freeze, "test/lib/configuration_test.rb".freeze, "test/lib/hash_test.rb".freeze, "test/lib/routes_test.rb".freeze, "test/lib/string_test.rb".freeze, "test/lib/typus_test.rb".freeze, "test/models.rb".freeze, "test/schema.rb".freeze, "test/unit/typus_mailer_test.rb".freeze, "test/unit/typus_test.rb".freeze, "test/unit/typus_user_roles_test.rb".freeze, "test/unit/typus_user_test.rb".freeze, "test/vendor/active_record_test.rb".freeze, "test/vendor/paginator_test.rb".freeze] end