--- !ruby/object:Gem::Specification
name: typus
version: !ruby/object:Gem::Version
  version: 3.1.0.rc19
  prerelease: 6
platform: ruby
authors:
- Francesc Esplugas
autorequire: 
bindir: bin
cert_chain: []
date: 2011-08-31 00:00:00.000000000Z
dependencies:
- !ruby/object:Gem::Dependency
  name: jquery-rails
  requirement: &70366422637200 !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: '0'
  type: :runtime
  prerelease: false
  version_requirements: *70366422637200
- !ruby/object:Gem::Dependency
  name: kaminari
  requirement: &70366422636760 !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: '0'
  type: :runtime
  prerelease: false
  version_requirements: *70366422636760
- !ruby/object:Gem::Dependency
  name: rails
  requirement: &70366422636260 !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ~>
      - !ruby/object:Gem::Version
        version: 3.1.0
  type: :runtime
  prerelease: false
  version_requirements: *70366422636260
description: Ruby on Rails Admin Panel (Engine) to allow trusted users edit structured
  content.
email:
- core@typuscmf.com
executables: []
extensions: []
extra_rdoc_files: []
files:
- .gitignore
- .travis.yml
- CHANGELOG
- Gemfile
- Guardfile
- MIT-LICENSE
- README.md
- Rakefile
- app/assets/javascripts/typus/application.js
- app/assets/javascripts/typus/custom.js
- app/assets/javascripts/typus/jquery.application.js
- app/assets/stylesheets/typus/account.css
- app/assets/stylesheets/typus/application.css
- app/assets/stylesheets/typus/content.css
- app/assets/stylesheets/typus/custom.css
- app/assets/stylesheets/typus/defaults.css
- app/assets/stylesheets/typus/errors.css
- app/assets/stylesheets/typus/footer.css
- app/assets/stylesheets/typus/forms.css
- app/assets/stylesheets/typus/hacks.css
- app/assets/stylesheets/typus/header.css
- app/assets/stylesheets/typus/layout.css
- app/assets/stylesheets/typus/pagination.css
- app/assets/stylesheets/typus/reset.css
- app/assets/stylesheets/typus/sidebar.css
- app/assets/stylesheets/typus/tables.css
- 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/resources/data_types/belongs_to_helper.rb
- app/helpers/admin/resources/data_types/boolean_helper.rb
- app/helpers/admin/resources/data_types/date_helper.rb
- app/helpers/admin/resources/data_types/datetime_helper.rb
- app/helpers/admin/resources/data_types/dragonfly_helper.rb
- app/helpers/admin/resources/data_types/float_helper.rb
- app/helpers/admin/resources/data_types/has_and_belongs_to_many_helper.rb
- app/helpers/admin/resources/data_types/has_many_helper.rb
- app/helpers/admin/resources/data_types/has_one_helper.rb
- app/helpers/admin/resources/data_types/paperclip_helper.rb
- app/helpers/admin/resources/data_types/position_helper.rb
- app/helpers/admin/resources/data_types/selector_helper.rb
- app/helpers/admin/resources/data_types/string_helper.rb
- app/helpers/admin/resources/data_types/text_helper.rb
- app/helpers/admin/resources/data_types/transversal_helper.rb
- app/helpers/admin/resources/data_types/tree_helper.rb
- app/helpers/admin/resources/display_helper.rb
- app/helpers/admin/resources/filters_helper.rb
- app/helpers/admin/resources/form_helper.rb
- app/helpers/admin/resources/list_helper.rb
- app/helpers/admin/resources/relationships_helper.rb
- app/helpers/admin/resources/table_helper.rb
- app/helpers/admin/resources_helper.rb
- app/mailers/admin/mailer.rb
- app/views/admin/account/forgot_password.html.erb
- app/views/admin/account/new.html.erb
- app/views/admin/base/user_guide.html.erb
- app/views/admin/dashboard/_sidebar.html.erb
- app/views/admin/dashboard/index.html.erb
- app/views/admin/dashboard/styles.html.erb
- app/views/admin/dashboard/widgets/_applications.html.erb
- app/views/admin/dashboard/widgets/_models.html.erb
- app/views/admin/dashboard/widgets/_models_extended.html.erb
- app/views/admin/dashboard/widgets/_resources.html.erb
- app/views/admin/mailer/reset_password_instructions.html.erb
- app/views/admin/mailer/reset_password_instructions.text.erb
- app/views/admin/resources/_actions.html.erb
- app/views/admin/resources/_edit.html.erb
- app/views/admin/resources/_form.html.erb
- app/views/admin/resources/_form_javascripts.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/edit/_actions.html.erb
- app/views/admin/resources/edit/_rencently_edited.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/shared/_head.html.erb
- app/views/admin/templates/README.md
- 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/_dragonfly.html.erb
- app/views/admin/templates/_dragonfly_form_preview.html.erb
- app/views/admin/templates/_dragonfly_preview.html.erb
- app/views/admin/templates/_has_and_belongs_to_many.html.erb
- app/views/admin/templates/_has_many.html.erb
- app/views/admin/templates/_has_one.html.erb
- app/views/admin/templates/_paperclip.html.erb
- app/views/admin/templates/_paperclip_preview.html.erb
- app/views/admin/templates/_password.html.erb
- app/views/admin/templates/_position.html.erb
- app/views/admin/templates/_profile_sidebar.html.erb
- app/views/admin/templates/_selector.html.erb
- app/views/admin/templates/_string.html.erb
- app/views/admin/templates/_string_with_preview.html.erb
- app/views/admin/templates/_text.html.erb
- app/views/admin/templates/_text_with_ckeditor.html.erb
- app/views/admin/templates/_text_with_ckeditor_and_assets.html.erb
- app/views/admin/templates/_time.html.erb
- app/views/admin/templates/_tree.html.erb
- app/views/helpers/admin/base/_apps.html.erb
- app/views/helpers/admin/base/_flash_message.html.erb
- app/views/helpers/admin/base/_header.html.erb
- app/views/helpers/admin/base/_login_info.html.erb
- app/views/helpers/admin/dashboard/_resources.html.erb
- app/views/helpers/admin/resources/_actions.html.erb
- app/views/helpers/admin/resources/_errors.html.erb
- app/views/helpers/admin/resources/_filters.html.erb
- app/views/helpers/admin/resources/_search.html.erb
- app/views/helpers/admin/resources/_sidebar.html.erb
- app/views/helpers/admin/resources/_table.html.erb
- app/views/layouts/admin/base.html.erb
- app/views/layouts/admin/headless.html.erb
- app/views/layouts/admin/session.html.erb
- config/locales/typus.ca.models.yml
- config/locales/typus.ca.yml
- config/locales/typus.de.models.yml
- config/locales/typus.de.yml
- config/locales/typus.el.models.yml
- config/locales/typus.el.yml
- config/locales/typus.es.models.yml
- config/locales/typus.es.yml
- config/locales/typus.fr.models.yml
- config/locales/typus.fr.yml
- config/locales/typus.hu.models.yml
- config/locales/typus.hu.yml
- config/locales/typus.it.models.yml
- config/locales/typus.it.yml
- config/locales/typus.locale.models.yml.template
- config/locales/typus.locale.yml.template
- config/locales/typus.pt-BR.models.yml
- config/locales/typus.pt-BR.yml
- config/locales/typus.pt-PT.models.yml
- config/locales/typus.pt-PT.yml
- config/locales/typus.ru.models.yml
- config/locales/typus.ru.yml
- config/locales/typus.zh-CN.models.yml
- config/locales/typus.zh-CN.yml
- config/routes.rb
- 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/README
- lib/generators/templates/config/typus/application.yml
- lib/generators/templates/config/typus/application_roles.yml
- lib/generators/templates/config/typus/typus.yml
- lib/generators/templates/config/typus/typus_roles.yml
- lib/generators/templates/controller.erb
- lib/generators/templates/migration.erb
- lib/generators/templates/view.html.erb
- lib/generators/typus/config_generator.rb
- lib/generators/typus/controller_generator.rb
- lib/generators/typus/initializers_generator.rb
- 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/fake_user.rb
- lib/support/hash.rb
- lib/support/object.rb
- lib/support/string.rb
- lib/tasks/typus.rake
- lib/typus.rb
- lib/typus/authentication/base.rb
- lib/typus/authentication/devise.rb
- lib/typus/authentication/http_basic.rb
- lib/typus/authentication/none.rb
- lib/typus/authentication/none_with_role.rb
- lib/typus/authentication/session.rb
- lib/typus/configuration.rb
- lib/typus/controller/actions.rb
- lib/typus/controller/acts_as_list.rb
- lib/typus/controller/ancestry.rb
- lib/typus/controller/bulk.rb
- lib/typus/controller/featured_image.rb
- lib/typus/controller/filters.rb
- lib/typus/controller/format.rb
- lib/typus/controller/headless.rb
- lib/typus/controller/multisite.rb
- lib/typus/controller/trash.rb
- lib/typus/engine.rb
- lib/typus/i18n.rb
- lib/typus/orm/active_record.rb
- lib/typus/orm/active_record/admin_user_v1.rb
- lib/typus/orm/active_record/admin_user_v2.rb
- lib/typus/orm/active_record/class_methods.rb
- lib/typus/orm/active_record/search.rb
- lib/typus/orm/active_record/user/class_methods.rb
- lib/typus/orm/active_record/user/instance_methods.rb
- lib/typus/orm/active_record/user/instance_methods_more.rb
- lib/typus/orm/base.rb
- lib/typus/orm/mongoid.rb
- lib/typus/orm/mongoid/class_methods.rb
- lib/typus/regex.rb
- lib/typus/resources.rb
- lib/typus/version.rb
- typus.gemspec
- vendor/assets/adapt/css/1200.css
- vendor/assets/adapt/css/1200.min.css
- vendor/assets/adapt/css/1560.css
- vendor/assets/adapt/css/1560.min.css
- vendor/assets/adapt/css/720.css
- vendor/assets/adapt/css/720.min.css
- vendor/assets/adapt/css/960.css
- vendor/assets/adapt/css/960.min.css
- vendor/assets/adapt/css/fluid.css
- vendor/assets/adapt/css/fluid.min.css
- vendor/assets/adapt/css/master.css
- vendor/assets/adapt/css/mobile.css
- vendor/assets/adapt/css/mobile.min.css
- vendor/assets/adapt/css/reset.css
- vendor/assets/adapt/css/text.css
- vendor/assets/adapt/images/h1.png
- vendor/assets/adapt/js/adapt.js
- vendor/assets/adapt/js/adapt.min.js
- vendor/assets/chosen/chosen-sprite.png
- vendor/assets/chosen/chosen.css
- vendor/assets/chosen/chosen.jquery.min.js
- vendor/assets/fancybox/blank.gif
- vendor/assets/fancybox/fancy_close.png
- vendor/assets/fancybox/fancy_loading.png
- vendor/assets/fancybox/fancy_nav_left.png
- vendor/assets/fancybox/fancy_nav_right.png
- vendor/assets/fancybox/fancy_shadow_e.png
- vendor/assets/fancybox/fancy_shadow_n.png
- vendor/assets/fancybox/fancy_shadow_ne.png
- vendor/assets/fancybox/fancy_shadow_nw.png
- vendor/assets/fancybox/fancy_shadow_s.png
- vendor/assets/fancybox/fancy_shadow_se.png
- vendor/assets/fancybox/fancy_shadow_sw.png
- vendor/assets/fancybox/fancy_shadow_w.png
- vendor/assets/fancybox/fancy_title_left.png
- vendor/assets/fancybox/fancy_title_main.png
- vendor/assets/fancybox/fancy_title_over.png
- vendor/assets/fancybox/fancy_title_right.png
- vendor/assets/fancybox/fancybox-x.png
- vendor/assets/fancybox/fancybox-y.png
- vendor/assets/fancybox/fancybox.png
- vendor/assets/fancybox/jquery.fancybox-1.3.4.css
- vendor/assets/fancybox/jquery.fancybox-1.3.4.pack.js
- vendor/assets/formalize/.gitignore
- vendor/assets/formalize/css/formalize.css
- vendor/assets/formalize/images/button.png
- vendor/assets/formalize/images/select_arrow.gif
- vendor/assets/formalize/js/jquery.formalize.min.js
- vendor/assets/jquery-searchField/jquery.searchField.js
homepage: http://core.typuscmf.com/
licenses: []
post_install_message: 
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  none: false
  requirements:
  - - ! '>='
    - !ruby/object:Gem::Version
      version: '0'
      segments:
      - 0
      hash: -1042388540158321156
required_rubygems_version: !ruby/object:Gem::Requirement
  none: false
  requirements:
  - - ! '>'
    - !ruby/object:Gem::Version
      version: 1.3.1
requirements: []
rubyforge_project: typus
rubygems_version: 1.8.9
signing_key: 
specification_version: 3
summary: Effortless backend interface for Ruby on Rails applications. (Admin scaffold
  generator)
test_files: []