--- !ruby/object:Gem::Specification name: comfortable_mexican_sofa version: !ruby/object:Gem::Version hash: 11 prerelease: false segments: - 1 - 0 - 14 version: 1.0.14 platform: ruby authors: - Oleg Khabarov - The Working Group Inc autorequire: bindir: bin cert_chain: [] date: 2010-11-05 00:00:00 -04:00 default_executable: dependencies: - !ruby/object:Gem::Dependency requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 5 segments: - 3 - 0 - 1 version: 3.0.1 type: :runtime name: rails prerelease: false version_requirements: *id001 - !ruby/object:Gem::Dependency requirement: &id002 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 19 segments: - 0 - 0 - 6 version: 0.0.6 type: :runtime name: active_link_to prerelease: false version_requirements: *id002 - !ruby/object:Gem::Dependency requirement: &id003 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 9 segments: - 2 - 3 - 5 version: 2.3.5 type: :runtime name: paperclip prerelease: false version_requirements: *id003 description: "" email: oleg@theworkinggroup.ca executables: [] extensions: [] extra_rdoc_files: - README.md files: - .gitignore - Gemfile - Gemfile.lock - README.md - Rakefile - VERSION - app/controllers/application_controller.rb - app/controllers/cms_admin/base_controller.rb - app/controllers/cms_admin/layouts_controller.rb - app/controllers/cms_admin/pages_controller.rb - app/controllers/cms_admin/sites_controller.rb - app/controllers/cms_admin/snippets_controller.rb - app/controllers/cms_admin/uploads_controller.rb - app/controllers/cms_content_controller.rb - app/models/cms_block.rb - app/models/cms_layout.rb - app/models/cms_page.rb - app/models/cms_site.rb - app/models/cms_snippet.rb - app/models/cms_upload.rb - app/views/cms_admin/layouts/_form.html.erb - app/views/cms_admin/layouts/_index_branch.html.erb - app/views/cms_admin/layouts/edit.html.erb - app/views/cms_admin/layouts/index.html.erb - app/views/cms_admin/layouts/new.html.erb - app/views/cms_admin/pages/_form.html.erb - app/views/cms_admin/pages/_form_blocks.html.erb - app/views/cms_admin/pages/_index_branch.html.erb - app/views/cms_admin/pages/edit.html.erb - app/views/cms_admin/pages/form_blocks.js.erb - app/views/cms_admin/pages/index.html.erb - app/views/cms_admin/pages/new.html.erb - app/views/cms_admin/sites/_form.html.erb - app/views/cms_admin/sites/edit.html.erb - app/views/cms_admin/sites/index.html.erb - app/views/cms_admin/sites/new.html.erb - app/views/cms_admin/snippets/_form.html.erb - app/views/cms_admin/snippets/edit.html.erb - app/views/cms_admin/snippets/index.html.erb - app/views/cms_admin/snippets/new.html.erb - app/views/cms_admin/uploads/_index.html.erb - app/views/cms_admin/uploads/_upload.html.erb - app/views/cms_admin/uploads/destroy.js.erb - app/views/cms_admin/uploads/index.html.erb - app/views/layouts/cms_admin.html.erb - comfortable_mexican_sofa.gemspec - config.ru - config/application.rb - config/boot.rb - config/database.yml - config/environment.rb - config/environments/development.rb - config/environments/production.rb - config/environments/test.rb - config/initializers/comfortable_mexican_sofa.rb - config/initializers/mime_types.rb - config/initializers/paperclip.rb - config/locales/en.yml - config/routes.rb - db/migrate/01_create_cms.rb - db/seeds.rb - doc/README_FOR_APP - lib/comfortable_mexican_sofa.rb - lib/comfortable_mexican_sofa/acts_as_tree.rb - lib/comfortable_mexican_sofa/cms_tag.rb - lib/comfortable_mexican_sofa/cms_tag/field_datetime.rb - lib/comfortable_mexican_sofa/cms_tag/field_integer.rb - lib/comfortable_mexican_sofa/cms_tag/field_string.rb - lib/comfortable_mexican_sofa/cms_tag/field_text.rb - lib/comfortable_mexican_sofa/cms_tag/helper.rb - lib/comfortable_mexican_sofa/cms_tag/page_datetime.rb - lib/comfortable_mexican_sofa/cms_tag/page_integer.rb - lib/comfortable_mexican_sofa/cms_tag/page_string.rb - lib/comfortable_mexican_sofa/cms_tag/page_text.rb - lib/comfortable_mexican_sofa/cms_tag/partial.rb - lib/comfortable_mexican_sofa/cms_tag/snippet.rb - lib/comfortable_mexican_sofa/configuration.rb - lib/comfortable_mexican_sofa/controller_methods.rb - lib/comfortable_mexican_sofa/engine.rb - lib/comfortable_mexican_sofa/form_builder.rb - lib/comfortable_mexican_sofa/http_auth.rb - lib/comfortable_mexican_sofa/rails_extensions.rb - lib/comfortable_mexican_sofa/view_hooks.rb - lib/comfortable_mexican_sofa/view_methods.rb - lib/generators/README - lib/generators/cms_generator.rb - public/404.html - public/422.html - public/500.html - public/favicon.ico - public/images/comfortable_mexican_sofa/body_bg.jpg - public/images/comfortable_mexican_sofa/icon_regular.gif - public/javascripts/comfortable_mexican_sofa/cms.js - public/javascripts/comfortable_mexican_sofa/jquery-ui.js - public/javascripts/comfortable_mexican_sofa/jquery.js - public/javascripts/comfortable_mexican_sofa/plupload/plupload.full.min.js - public/javascripts/comfortable_mexican_sofa/plupload/plupload.html4.min.js - public/javascripts/comfortable_mexican_sofa/plupload/plupload.html5.min.js - public/javascripts/comfortable_mexican_sofa/rails.js - public/javascripts/comfortable_mexican_sofa/uploader.js - public/robots.txt - public/stylesheets/comfortable_mexican_sofa/jquery-ui.css - public/stylesheets/comfortable_mexican_sofa/reset.css - public/stylesheets/comfortable_mexican_sofa/structure.css - public/stylesheets/comfortable_mexican_sofa/typography.css - script/rails - test/cms_seeds/test.host/layouts/default.yml - test/cms_seeds/test.host/layouts/nested.yml - test/cms_seeds/test.host/pages/child.yml - test/cms_seeds/test.host/pages/child/subchild.yml - test/cms_seeds/test.host/pages/index.yml - test/cms_seeds/test.host/snippets/default.yml - test/fixtures/cms_blocks.yml - test/fixtures/cms_layouts.yml - test/fixtures/cms_pages.yml - test/fixtures/cms_sites.yml - test/fixtures/cms_snippets.yml - test/fixtures/cms_uploads.yml - test/fixtures/files/invalid_file.gif - test/fixtures/files/valid_image.jpg - test/fixtures/views/_nav_hook.html.erb - test/functional/cms_admin/layouts_controller_test.rb - test/functional/cms_admin/pages_controller_test.rb - test/functional/cms_admin/sites_controller_test.rb - test/functional/cms_admin/snippets_controller_test.rb - test/functional/cms_admin/uploads_controller_test.rb - test/functional/cms_content_controller_test.rb - test/integration/authentication_test.rb - test/integration/render_cms_seed_test.rb - test/integration/render_cms_test.rb - test/integration/sites_test.rb - test/integration/view_hooks_test.rb - test/test_helper.rb - test/unit/cms_block_test.rb - test/unit/cms_configuration_test.rb - test/unit/cms_layout_test.rb - test/unit/cms_page_test.rb - test/unit/cms_site_test.rb - test/unit/cms_snippet_test.rb - test/unit/cms_tag_test.rb - test/unit/cms_tags/field_datetime_test.rb - test/unit/cms_tags/field_integer_test.rb - test/unit/cms_tags/field_string_test.rb - test/unit/cms_tags/field_text_test.rb - test/unit/cms_tags/helper_test.rb - test/unit/cms_tags/page_datetime_test.rb - test/unit/cms_tags/page_integer_test.rb - test/unit/cms_tags/page_string_test.rb - test/unit/cms_tags/page_text_test.rb - test/unit/cms_tags/partial_test.rb - test/unit/cms_tags/snippet_test.rb - test/unit/cms_upload_test.rb has_rdoc: true homepage: http://github.com/theworkinggroup/comfortable-mexican-sofa licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 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: 3 segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.3.7 signing_key: specification_version: 3 summary: ComfortableMexicanSofa is a Rails Engine CMS gem test_files: - test/functional/cms_admin/layouts_controller_test.rb - test/functional/cms_admin/pages_controller_test.rb - test/functional/cms_admin/sites_controller_test.rb - test/functional/cms_admin/snippets_controller_test.rb - test/functional/cms_admin/uploads_controller_test.rb - test/functional/cms_content_controller_test.rb - test/integration/authentication_test.rb - test/integration/render_cms_seed_test.rb - test/integration/render_cms_test.rb - test/integration/sites_test.rb - test/integration/view_hooks_test.rb - test/test_helper.rb - test/unit/cms_block_test.rb - test/unit/cms_configuration_test.rb - test/unit/cms_layout_test.rb - test/unit/cms_page_test.rb - test/unit/cms_site_test.rb - test/unit/cms_snippet_test.rb - test/unit/cms_tag_test.rb - test/unit/cms_tags/field_datetime_test.rb - test/unit/cms_tags/field_integer_test.rb - test/unit/cms_tags/field_string_test.rb - test/unit/cms_tags/field_text_test.rb - test/unit/cms_tags/helper_test.rb - test/unit/cms_tags/page_datetime_test.rb - test/unit/cms_tags/page_integer_test.rb - test/unit/cms_tags/page_string_test.rb - test/unit/cms_tags/page_text_test.rb - test/unit/cms_tags/partial_test.rb - test/unit/cms_tags/snippet_test.rb - test/unit/cms_upload_test.rb