--- !ruby/object:Gem::Specification name: typus version: !ruby/object:Gem::Version hash: -1876988175 prerelease: true segments: - 1 - 0 - 0 - pre2 version: 1.0.0.pre2 platform: ruby authors: - Francesc Esplugas autorequire: bindir: bin cert_chain: [] date: 2010-09-13 00:00:00 +02:00 default_executable: dependencies: [] description: Awesone admin scaffold generator for Ruby on Rails applications. email: - core@typuscms.com executables: [] extensions: [] extra_rdoc_files: [] files: - app/controllers/admin/account_controller.rb - app/controllers/admin/base_controller.rb - app/controllers/admin/dashboard_controller.rb - app/controllers/admin/resource_controller.rb - app/controllers/admin/resources_controller.rb - app/controllers/admin/session_controller.rb - app/helpers/admin/base_helper.rb - app/helpers/admin/dashboard_helper.rb - app/helpers/admin/filters_helper.rb - app/helpers/admin/form_helper.rb - app/helpers/admin/preview_helper.rb - app/helpers/admin/relationships_helper.rb - app/helpers/admin/resources_helper.rb - app/helpers/admin/search_helper.rb - app/helpers/admin/sidebar_helper.rb - app/helpers/admin/table_helper.rb - app/mailers/admin/mailer.rb - app/models/admin/fake_user.rb - app/views/admin/account/forgot_password.html.erb - app/views/admin/account/new.html.erb - app/views/admin/dashboard/_sidebar.html.erb - app/views/admin/dashboard/show.html.erb - app/views/admin/dashboard/styles.html.erb - app/views/admin/helpers/_apps.html.erb - app/views/admin/helpers/_flash_message.html.erb - app/views/admin/helpers/_header.html.erb - app/views/admin/helpers/_login_info.html.erb - app/views/admin/helpers/_preview.html.erb - app/views/admin/helpers/dashboard/_applications.html.erb - app/views/admin/helpers/dashboard/_resources.html.erb - app/views/admin/helpers/filters/_filters.html.erb - app/views/admin/helpers/resources/_display_link_to_previous.html.erb - app/views/admin/helpers/resources/_pagination.html.erb - app/views/admin/helpers/search/_search.html.erb - app/views/admin/helpers/sidebar/_sidebar.html.erb - app/views/admin/helpers/table/_table.html.erb - app/views/admin/mailer/reset_password_link.text.erb - app/views/admin/resources/_edit.html.erb - app/views/admin/resources/_form.html.erb - app/views/admin/resources/_index.html.erb - app/views/admin/resources/_new.html.erb - app/views/admin/resources/_show.html.erb - app/views/admin/resources/edit.html.erb - app/views/admin/resources/index.html.erb - app/views/admin/resources/new.html.erb - app/views/admin/resources/show.html.erb - app/views/admin/session/new.html.erb - app/views/admin/templates/_belongs_to.html.erb - app/views/admin/templates/_boolean.html.erb - app/views/admin/templates/_date.html.erb - app/views/admin/templates/_datetime.html.erb - app/views/admin/templates/_file.html.erb - app/views/admin/templates/_has_many.html.erb - app/views/admin/templates/_has_n.html.erb - app/views/admin/templates/_has_one.html.erb - app/views/admin/templates/_password.html.erb - app/views/admin/templates/_relate_form.html.erb - app/views/admin/templates/_selector.html.erb - app/views/admin/templates/_string.html.erb - app/views/admin/templates/_text.html.erb - app/views/admin/templates/_time.html.erb - app/views/admin/templates/_tree.html.erb - app/views/layouts/admin/base.html.erb - app/views/layouts/admin/session.html.erb - CHANGELOG - config/available_locales/ca.yml - config/available_locales/ca_models.yml - config/available_locales/de.yml - config/available_locales/de_models.yml - config/available_locales/es.yml - config/available_locales/es_models.yml - config/available_locales/fr.yml - config/available_locales/fr_models.yml - config/available_locales/hu.yml - config/available_locales/hu_models.yml - config/available_locales/it.yml - config/available_locales/it_models.yml - config/available_locales/language.yml.template - config/available_locales/language_models.yml.template - config/available_locales/pt-BR.yml - config/available_locales/pt-BR_models.yml - config/available_locales/ru.yml - config/available_locales/ru_models.yml - config/routes.rb - Gemfile - Gemfile.lock - lib/generators/templates/config/initializers/typus.rb - lib/generators/templates/config/initializers/typus_authentication.rb - lib/generators/templates/config/initializers/typus_resources.rb - lib/generators/templates/config/typus/application.yml - lib/generators/templates/config/typus/application_roles.yml - lib/generators/templates/config/typus/README - lib/generators/templates/config/typus/typus.yml - lib/generators/templates/config/typus/typus_roles.yml - lib/generators/templates/controller.rb - lib/generators/templates/functional_test.rb - lib/generators/templates/migration.rb - lib/generators/templates/model.rb - lib/generators/templates/model.yml - lib/generators/templates/public/admin/images/ui-icons.png - lib/generators/templates/public/admin/javascripts/application.js - lib/generators/templates/public/admin/javascripts/jquery-1.4.2.min.js - lib/generators/templates/public/admin/javascripts/jquery.rails.js - lib/generators/templates/public/admin/javascripts/jquery.searchField.js - lib/generators/templates/public/admin/stylesheets/application.css - lib/generators/templates/public/admin/stylesheets/screen.css - lib/generators/templates/public/admin/vendor/fancybox/blank.gif - lib/generators/templates/public/admin/vendor/fancybox/fancy_close.png - lib/generators/templates/public/admin/vendor/fancybox/fancy_loading.png - lib/generators/templates/public/admin/vendor/fancybox/fancy_nav_left.png - lib/generators/templates/public/admin/vendor/fancybox/fancy_nav_right.png - lib/generators/templates/public/admin/vendor/fancybox/fancy_shadow_e.png - lib/generators/templates/public/admin/vendor/fancybox/fancy_shadow_n.png - lib/generators/templates/public/admin/vendor/fancybox/fancy_shadow_ne.png - lib/generators/templates/public/admin/vendor/fancybox/fancy_shadow_nw.png - lib/generators/templates/public/admin/vendor/fancybox/fancy_shadow_s.png - lib/generators/templates/public/admin/vendor/fancybox/fancy_shadow_se.png - lib/generators/templates/public/admin/vendor/fancybox/fancy_shadow_sw.png - lib/generators/templates/public/admin/vendor/fancybox/fancy_shadow_w.png - lib/generators/templates/public/admin/vendor/fancybox/fancy_title_left.png - lib/generators/templates/public/admin/vendor/fancybox/fancy_title_main.png - lib/generators/templates/public/admin/vendor/fancybox/fancy_title_over.png - lib/generators/templates/public/admin/vendor/fancybox/fancy_title_right.png - lib/generators/templates/public/admin/vendor/fancybox/fancybox-x.png - lib/generators/templates/public/admin/vendor/fancybox/fancybox-y.png - lib/generators/templates/public/admin/vendor/fancybox/fancybox.png - lib/generators/templates/public/admin/vendor/fancybox/jquery.easing-1.3.pack.js - lib/generators/templates/public/admin/vendor/fancybox/jquery.fancybox-1.3.1.css - lib/generators/templates/public/admin/vendor/fancybox/jquery.fancybox-1.3.1.js - lib/generators/templates/public/admin/vendor/fancybox/jquery.fancybox-1.3.1.pack.js - lib/generators/templates/public/admin/vendor/fancybox/jquery.mousewheel-3.0.2.pack.js - lib/generators/templates/view.html.erb - lib/generators/typus/migration_generator.rb - lib/generators/typus/typus_generator.rb - lib/generators/typus/views_generator.rb - lib/support/active_record.rb - lib/support/array.rb - lib/support/hash.rb - lib/support/object.rb - lib/support/string.rb - lib/tasks/typus.rake - lib/typus/authentication.rb - lib/typus/configuration.rb - lib/typus/engine.rb - lib/typus/format.rb - lib/typus/orm/active_record.rb - lib/typus/resources.rb - lib/typus/user.rb - lib/typus/version.rb - lib/typus.rb - lib/vendor/paginator.rb - MIT-LICENSE - Rakefile - README.rdoc - test/factories/assets.rb - test/factories/categories.rb - test/factories/comments.rb - test/factories/pages.rb - test/factories/pictures.rb - test/factories/posts.rb - test/factories/typus_users.rb - test/fixtures/config/broken/application.yml - test/fixtures/config/broken/application_roles.yml - test/fixtures/config/broken/empty.yml - test/fixtures/config/broken/empty_roles.yml - test/fixtures/config/broken/undefined.yml - test/fixtures/config/broken/undefined_roles.yml - test/fixtures/config/default/typus.yml - test/fixtures/config/default/typus_roles.yml - test/fixtures/config/empty/empty_01.yml - test/fixtures/config/empty/empty_01_roles.yml - test/fixtures/config/empty/empty_02.yml - test/fixtures/config/empty/empty_02_roles.yml - test/fixtures/config/locales/es.yml - test/fixtures/config/namespaced/application.yml - test/fixtures/config/namespaced/application_roles.yml - test/fixtures/config/ordered/001_roles.yml - test/fixtures/config/ordered/002_roles.yml - test/fixtures/config/unordered/app_one_roles.yml - test/fixtures/config/unordered/app_two_roles.yml - test/fixtures/config/working/application.yml - test/fixtures/config/working/application_roles.yml - test/fixtures/config/working/typus.yml - test/fixtures/config/working/typus_roles.yml - test/fixtures/rails_app/app/controllers/admin/assets_controller.rb - test/fixtures/rails_app/app/controllers/admin/categories_controller.rb - test/fixtures/rails_app/app/controllers/admin/comments_controller.rb - test/fixtures/rails_app/app/controllers/admin/pages_controller.rb - test/fixtures/rails_app/app/controllers/admin/pictures_controller.rb - test/fixtures/rails_app/app/controllers/admin/posts_controller.rb - test/fixtures/rails_app/app/controllers/admin/status_controller.rb - test/fixtures/rails_app/app/controllers/admin/typus_users_controller.rb - test/fixtures/rails_app/app/controllers/admin/watch_dog_controller.rb - test/fixtures/rails_app/app/controllers/application_controller.rb - test/fixtures/rails_app/app/helpers/application_helper.rb - test/fixtures/rails_app/app/models/asset.rb - test/fixtures/rails_app/app/models/category.rb - test/fixtures/rails_app/app/models/comment.rb - test/fixtures/rails_app/app/models/custom_user.rb - test/fixtures/rails_app/app/models/delayed/task.rb - test/fixtures/rails_app/app/models/page.rb - test/fixtures/rails_app/app/models/picture.rb - test/fixtures/rails_app/app/models/post.rb - test/fixtures/rails_app/app/models/typus_user.rb - test/fixtures/rails_app/app/models/view.rb - test/fixtures/rails_app/app/views/admin/categories/_form.html.erb - test/fixtures/rails_app/app/views/admin/dashboard/_sidebar.html.erb - test/fixtures/rails_app/app/views/admin/mailer/reset_password_link.text.erb - test/fixtures/rails_app/app/views/admin/posts/_edit.html.erb - test/fixtures/rails_app/app/views/admin/posts/_index.html.erb - test/fixtures/rails_app/app/views/admin/posts/_new.html.erb - test/fixtures/rails_app/app/views/admin/posts/_show.html.erb - test/fixtures/rails_app/app/views/admin/posts/_sidebar.html.erb - test/fixtures/rails_app/app/views/admin/resources/_sidebar.html.erb - test/fixtures/rails_app/app/views/admin/status/index.html.erb - test/fixtures/rails_app/app/views/admin/templates/_datepicker.html.erb - test/fixtures/rails_app/app/views/layouts/application.html.erb - test/fixtures/rails_app/config/application.rb - test/fixtures/rails_app/config/boot.rb - test/fixtures/rails_app/config/database.yml - test/fixtures/rails_app/config/environment.rb - test/fixtures/rails_app/config/environments/development.rb - test/fixtures/rails_app/config/environments/production.rb - test/fixtures/rails_app/config/environments/test.rb - test/fixtures/rails_app/config/initializers/acts_as_list.rb - test/fixtures/rails_app/config/initializers/acts_as_tree.rb - test/fixtures/rails_app/config/initializers/backtrace_silencers.rb - test/fixtures/rails_app/config/initializers/inflections.rb - test/fixtures/rails_app/config/initializers/mime_types.rb - test/fixtures/rails_app/config/initializers/secret_token.rb - test/fixtures/rails_app/config/initializers/session_store.rb - test/fixtures/rails_app/config/initializers/typus.rb - test/fixtures/rails_app/config/locales/en.yml - test/fixtures/rails_app/config/routes.rb - test/fixtures/rails_app/config/typus/application.yml - test/fixtures/rails_app/config/typus/application_roles.yml - test/fixtures/rails_app/config/typus/typus.yml - test/fixtures/rails_app/config/typus/typus_roles.yml - test/fixtures/rails_app/config.ru - test/fixtures/rails_app/db/seeds.rb - test/fixtures/rails_app/db/test.sqlite3 - test/fixtures/rails_app/log/test.log - test/fixtures/rails_app/public/404.html - test/fixtures/rails_app/public/422.html - test/fixtures/rails_app/public/500.html - test/fixtures/rails_app/public/favicon.ico - test/fixtures/rails_app/public/images/rails.png - test/fixtures/rails_app/public/index.html - test/fixtures/rails_app/public/javascripts/application.js - test/fixtures/rails_app/public/javascripts/controls.js - test/fixtures/rails_app/public/javascripts/dragdrop.js - test/fixtures/rails_app/public/javascripts/effects.js - test/fixtures/rails_app/public/javascripts/prototype.js - test/fixtures/rails_app/public/javascripts/rails.js - test/fixtures/rails_app/public/robots.txt - test/fixtures/rails_app/Rakefile - test/fixtures/rails_app/README - test/fixtures/rails_app/script/rails - test/fixtures/rails_app/tmp/export-posts-20100913124503.csv - test/fixtures/rails_app/tmp/export-posts-20100913124524.csv - test/fixtures/rails_app/tmp/export-posts-20100913124638.csv - test/fixtures/rails_app/tmp/export-posts-20100913124717.csv - test/fixtures/rails_app/tmp/export-posts-20100913125425.csv - test/fixtures/rails_app/tmp/export-posts-20100913125626.csv - test/fixtures/rails_app/tmp/export-posts-20100913125651.csv - test/fixtures/rails_app/tmp/export-posts-20100913125741.csv - test/fixtures/rails_app/tmp/export-posts-20100913125827.csv - test/fixtures/rails_app/tmp/export-posts-20100913125856.csv - test/fixtures/rails_app/tmp/export-posts-20100913125928.csv - test/fixtures/rails_app/tmp/export-posts-20100913130119.csv - test/fixtures/rails_app/tmp/export-posts-20100913130159.csv - test/fixtures/rails_app/tmp/export-posts-20100913130319.csv - test/fixtures/rails_app/tmp/export-posts-20100913130339.csv - test/fixtures/rails_app/tmp/export-posts-20100913131400.csv - test/fixtures/rails_app/tmp/export-posts-20100913131915.csv - test/fixtures/rails_app/tmp/export-posts-20100913132022.csv - test/fixtures/rails_app/tmp/export-posts-20100913132844.csv - test/functional/admin/account_controller_test.rb - test/functional/admin/dashboard_controller_http_basic_test.rb - test/functional/admin/dashboard_controller_none_test.rb - test/functional/admin/dashboard_controller_test.rb - test/functional/admin/resources_controller_assets_relationships.rb - test/functional/admin/resources_controller_categories_before_test.rb - test/functional/admin/resources_controller_categories_lists_test.rb - test/functional/admin/resources_controller_categories_views_test.rb - test/functional/admin/resources_controller_comments_toggle_test.rb - test/functional/admin/resources_controller_posts_before_test.rb - test/functional/admin/resources_controller_posts_crud_custom_test.rb - test/functional/admin/resources_controller_posts_crud_test.rb - test/functional/admin/resources_controller_posts_formats_test.rb - test/functional/admin/resources_controller_posts_forms_test.rb - test/functional/admin/resources_controller_posts_permissions_test.rb - test/functional/admin/resources_controller_posts_relationships_test.rb - test/functional/admin/resources_controller_posts_roles.rb - test/functional/admin/resources_controller_posts_views_test.rb - test/functional/admin/resources_controller_tableless_resource_test.rb - test/functional/admin/resources_controller_typus_users_test.rb - test/functional/admin/session_controller_test.rb - test/helpers/admin/dashboard_helper_test.rb - test/helpers/admin/form_helper_test.rb - test/helpers/admin/resources_helper_test.rb - test/helpers/admin/sidebar_helper_test.rb - test/helpers/admin/table_helper_test.rb - test/helpers/admin_helper_test.rb - test/lib/support/active_record_test.rb - test/lib/support/array_test.rb - test/lib/support/hash_test.rb - test/lib/support/string_test.rb - test/lib/typus/active_record_test.rb - test/lib/typus/configuration_test.rb - test/lib/typus/resource_test.rb - test/lib/typus/routes_test.rb - test/lib/typus_test.rb - test/lib/vendor/paginator_test.rb - test/schema.rb - test/test_helper.rb - test/unit/admin/mailer_test.rb - test/unit/typus_user_roles_test.rb - test/unit/typus_user_test.rb - typus.gemspec has_rdoc: true homepage: http://core.typuscms.com/ licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 23 segments: - 1 - 3 - 6 version: 1.3.6 requirements: [] rubyforge_project: typus rubygems_version: 1.3.7 signing_key: specification_version: 3 summary: Effortless backend interface for Ruby on Rails applications. (Admin scaffold generator) test_files: []