--- !ruby/object:Gem::Specification name: tiny_cms version: !ruby/object:Gem::Version prerelease: false segments: - 0 - 2 - 6 version: 0.2.6 platform: ruby authors: - Macario autorequire: bindir: bin cert_chain: [] date: 2010-09-08 00:00:00 -05:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: shoulda prerelease: false requirement: &id001 !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 2 - 11 - 1 version: 2.11.1 type: :development version_requirements: *id001 - !ruby/object:Gem::Dependency name: rails prerelease: false requirement: &id002 !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 2 - 3 - 5 version: 2.3.5 type: :development version_requirements: *id002 - !ruby/object:Gem::Dependency name: factory_girl prerelease: false requirement: &id003 !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 1 - 3 - 1 version: 1.3.1 type: :development version_requirements: *id003 description: |- Minimal CMS Rails Engine or more likelly a "static" pages manager. Pages can be created, deleted, edited and arranged into sections using a file tree like interface courtesy of jQuery tree (http://jstree.com). It attempts to be as minimal, flexible and unobtrusive as posible leaving a lot of functionality like templating languages and authentication/authorization for page creation, deletion and editing for the Rails app developer to implement. (It now works after premature release) email: macarui@gmail.com executables: [] extensions: [] extra_rdoc_files: - LICENSE - README.rdoc files: - .document - .gitignore - LICENSE - README.rdoc - Rakefile - VERSION - app/views/tiny_cms/_form.html.erb - app/views/tiny_cms/edit.html.erb - app/views/tiny_cms/index.html.erb - app/views/tiny_cms/show.html.erb - generators/tiny_cms/lib/route_tiny_cms.rb - generators/tiny_cms/templates/controller.rb - generators/tiny_cms/templates/migration.rb - generators/tiny_cms/templates/model.rb - generators/tiny_cms/tiny_cms_generator.rb - generators/tiny_cms_assets/templates/javascripts/jquery-1.4.2.min.js - generators/tiny_cms_assets/templates/javascripts/jquery-tree/file.png - generators/tiny_cms_assets/templates/javascripts/jquery-tree/jquery-tree-plugins/_jquery.tree.rtl.js - generators/tiny_cms_assets/templates/javascripts/jquery-tree/jquery-tree-plugins/jquery.tree.checkbox.js - generators/tiny_cms_assets/templates/javascripts/jquery-tree/jquery-tree-plugins/jquery.tree.contextmenu.js - generators/tiny_cms_assets/templates/javascripts/jquery-tree/jquery-tree-plugins/jquery.tree.cookie.js - generators/tiny_cms_assets/templates/javascripts/jquery-tree/jquery-tree-plugins/jquery.tree.hotkeys.js - generators/tiny_cms_assets/templates/javascripts/jquery-tree/jquery-tree-plugins/jquery.tree.metadata.js - generators/tiny_cms_assets/templates/javascripts/jquery-tree/jquery-tree-plugins/jquery.tree.themeroller.js - generators/tiny_cms_assets/templates/javascripts/jquery-tree/jquery-tree-plugins/jquery.tree.xml_flat.js - generators/tiny_cms_assets/templates/javascripts/jquery-tree/jquery-tree-plugins/jquery.tree.xml_nested.js - generators/tiny_cms_assets/templates/javascripts/jquery-tree/jquery.cookie.js - generators/tiny_cms_assets/templates/javascripts/jquery-tree/jquery.hotkeys.js - generators/tiny_cms_assets/templates/javascripts/jquery-tree/jquery.inspect.js - generators/tiny_cms_assets/templates/javascripts/jquery-tree/jquery.metadata.js - generators/tiny_cms_assets/templates/javascripts/jquery-tree/jquery.tree.js - generators/tiny_cms_assets/templates/javascripts/jquery-tree/jquery.tree.min.js - generators/tiny_cms_assets/templates/javascripts/jquery-ui-dialog.js - generators/tiny_cms_assets/templates/javascripts/jquery.blockUI.js - generators/tiny_cms_assets/templates/javascripts/jquery.inspect.js - generators/tiny_cms_assets/templates/javascripts/qunit.js - generators/tiny_cms_assets/templates/javascripts/tiny_cms.js - generators/tiny_cms_assets/templates/javascripts/tree-test.js - generators/tiny_cms_assets/templates/stylesheets/apple/bg.jpg - generators/tiny_cms_assets/templates/stylesheets/apple/dot_for_ie.gif - generators/tiny_cms_assets/templates/stylesheets/apple/file.png - generators/tiny_cms_assets/templates/stylesheets/apple/icons.png - generators/tiny_cms_assets/templates/stylesheets/apple/style.css - generators/tiny_cms_assets/templates/stylesheets/apple/throbber.gif - generators/tiny_cms_assets/templates/stylesheets/jquery-ui/images/ui-bg_flat_0_aaaaaa_40x100.png - generators/tiny_cms_assets/templates/stylesheets/jquery-ui/images/ui-bg_flat_0_eeeeee_40x100.png - generators/tiny_cms_assets/templates/stylesheets/jquery-ui/images/ui-bg_flat_55_c0402a_40x100.png - generators/tiny_cms_assets/templates/stylesheets/jquery-ui/images/ui-bg_flat_55_eeeeee_40x100.png - generators/tiny_cms_assets/templates/stylesheets/jquery-ui/images/ui-bg_glass_100_f8f8f8_1x400.png - generators/tiny_cms_assets/templates/stylesheets/jquery-ui/images/ui-bg_glass_35_dddddd_1x400.png - generators/tiny_cms_assets/templates/stylesheets/jquery-ui/images/ui-bg_glass_60_eeeeee_1x400.png - generators/tiny_cms_assets/templates/stylesheets/jquery-ui/images/ui-bg_inset-hard_75_999999_1x100.png - generators/tiny_cms_assets/templates/stylesheets/jquery-ui/images/ui-bg_inset-soft_50_c9c9c9_1x100.png - generators/tiny_cms_assets/templates/stylesheets/jquery-ui/images/ui-icons_3383bb_256x240.png - generators/tiny_cms_assets/templates/stylesheets/jquery-ui/images/ui-icons_454545_256x240.png - generators/tiny_cms_assets/templates/stylesheets/jquery-ui/images/ui-icons_70b2e1_256x240.png - generators/tiny_cms_assets/templates/stylesheets/jquery-ui/images/ui-icons_999999_256x240.png - generators/tiny_cms_assets/templates/stylesheets/jquery-ui/images/ui-icons_fbc856_256x240.png - generators/tiny_cms_assets/templates/stylesheets/jquery-ui/jquery-ui-1.8.1.custom.css - generators/tiny_cms_assets/tiny_cms_assets_generator.rb - generators/tiny_cms_views/tiny_cms_views_generator.rb - lib/tiny_cms.rb - lib/tiny_cms/node.rb - lib/tiny_cms/pages_controller.rb - lib/tiny_cms/tiny_cms.en.yml - rails/init.rb - test/helper.rb - test/rails_app/README - test/rails_app/Rakefile - test/rails_app/app/controllers/application_controller.rb - test/rails_app/app/controllers/pages_controller.rb - test/rails_app/app/helpers/application_helper.rb - test/rails_app/app/models/page.rb - test/rails_app/app/views/layouts/application.html.erb - test/rails_app/config/boot.rb - test/rails_app/config/database.yml - test/rails_app/config/environment.rb - test/rails_app/config/environments/development.rb - test/rails_app/config/environments/production.rb - test/rails_app/config/environments/test.rb - test/rails_app/config/initializers/backtrace_silencers.rb - test/rails_app/config/initializers/inflections.rb - test/rails_app/config/initializers/mime_types.rb - test/rails_app/config/initializers/new_rails_defaults.rb - test/rails_app/config/initializers/session_store.rb - test/rails_app/config/locales/en.yml - test/rails_app/config/locales/tiny_cms.en.yml - test/rails_app/config/routes.rb - test/rails_app/db/migrate/20100426222349_create_pages.rb - test/rails_app/db/schema.rb - test/rails_app/db/seeds.rb - test/rails_app/doc/README_FOR_APP - test/rails_app/public/404.html - test/rails_app/public/422.html - test/rails_app/public/500.html - test/rails_app/public/favicon.ico - test/rails_app/public/images/rails.png - test/rails_app/public/index.html - test/rails_app/public/robots.txt - test/rails_app/script/about - test/rails_app/script/console - test/rails_app/script/dbconsole - test/rails_app/script/destroy - test/rails_app/script/generate - test/rails_app/script/performance/benchmarker - test/rails_app/script/performance/profiler - test/rails_app/script/plugin - test/rails_app/script/runner - test/rails_app/script/server - test/rails_app/test/fixtures/pages.yml - test/rails_app/test/performance/browsing_test.rb - test/rails_app/test/test_helper.rb - test/rails_app/test/unit/page_test.rb - test/rails_app/tmp/restart.txt - test/support/page_migration.rb - test/support/test.sqlite3s - test/test_node.rb - test/test_pages_controller.rb has_rdoc: true homepage: http://github.com/maca/tiny_cms licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.3.6 signing_key: specification_version: 3 summary: Minimal CMS Rails Engine or more likelly a "static" pages manager test_files: - test/helper.rb - test/rails_app/app/controllers/application_controller.rb - test/rails_app/app/controllers/pages_controller.rb - test/rails_app/app/helpers/application_helper.rb - test/rails_app/app/models/page.rb - test/rails_app/config/boot.rb - test/rails_app/config/environment.rb - test/rails_app/config/environments/development.rb - test/rails_app/config/environments/production.rb - test/rails_app/config/environments/test.rb - test/rails_app/config/initializers/backtrace_silencers.rb - test/rails_app/config/initializers/inflections.rb - test/rails_app/config/initializers/mime_types.rb - test/rails_app/config/initializers/new_rails_defaults.rb - test/rails_app/config/initializers/session_store.rb - test/rails_app/config/routes.rb - test/rails_app/db/migrate/20100426222349_create_pages.rb - test/rails_app/db/schema.rb - test/rails_app/db/seeds.rb - test/rails_app/test/performance/browsing_test.rb - test/rails_app/test/test_helper.rb - test/rails_app/test/unit/page_test.rb - test/support/page_migration.rb - test/test_node.rb - test/test_pages_controller.rb