--- !ruby/object:Gem::Specification name: qcms version: !ruby/object:Gem::Version hash: 21 prerelease: false segments: - 1 - 3 - 7 version: 1.3.7 platform: ruby authors: - Kris Leech autorequire: bindir: bin cert_chain: [] date: 2010-10-17 00:00:00 +01:00 default_executable: dependencies: [] description: "Key CMS features: extended template pathing, sitemap.yml, simple configurable, deeply nestable content" email: kris.leech@interkonect.com executables: [] extensions: [] extra_rdoc_files: - README files: - .gitignore - README - Rakefile - VERSION - app/controllers/admin/admin_controller.rb - app/controllers/admin/documents_controller.rb - app/controllers/admin/meta_definitions_controller.rb - app/controllers/documents_controller.rb - app/controllers/sendmail_controller.rb - app/controllers/system/meta_definitions_controller.rb - app/controllers/system/system_controller.rb - app/helpers/admin/documents_helper.rb - app/helpers/documents_helper.rb - app/helpers/sendmail_helper.rb - app/helpers/system/documents_helper.rb - app/models/document.rb - app/models/document_mailer.rb - app/models/document_sweeper.rb - app/models/meta_definition.rb - app/models/sendmail.rb - app/views/admin/documents/_form.html.erb - app/views/admin/documents/default.edit.html.erb - app/views/admin/documents/default.new.html.erb - app/views/admin/documents/default.show.html.erb - app/views/admin/documents/index.html.erb - app/views/admin/documents/shared/_resource_link.html.erb - app/views/document_mailer/new_document.erb - app/views/layouts/admin.html.erb - app/views/layouts/application.html.erb - app/views/layouts/system.html.erb - app/views/pages/404.html.erb - app/views/pages/contact.html.erb - app/views/pages/default.html.erb - app/views/pages/feed.rss.builder - app/views/pages/home.html.erb - app/views/pages/search.html.erb - app/views/pages/shared/_archived_pages.erb - app/views/pages/shared/_related_pages.html.erb - app/views/pages/sitemap.html.erb - app/views/pages/template.erb - app/views/pages/thank_you.html.erb - app/views/sendmail/default.erb - app/views/system/meta_definitions/_form.html.erb - app/views/system/meta_definitions/_meta_definition.html.erb - app/views/system/meta_definitions/edit.html.erb - app/views/system/meta_definitions/index.html.erb - app/views/system/meta_definitions/new.html.erb - app/views/system/system/dashboard.html.erb - config/sitemap.example.yml - db/migrate/20090824150210_create_documents.rb - db/migrate/20091208124512_create_meta_definition.rb - init.rb - install.rb - lib/qcms.rb - qcms.gemspec - rails/init.rb - test/qwerty_test.rb - test/test_helper.rb - uninstall.rb has_rdoc: true homepage: http://github.com/krisleech/qcms 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: A CMS built in collaberation with designers test_files: - test/qwerty_test.rb - test/test_helper.rb