--- !ruby/object:Gem::Specification name: feather_cms version: !ruby/object:Gem::Version version: 0.0.5 prerelease: platform: ruby authors: - Jiren Patel, Prasad Surase, Pratik Shah autorequire: bindir: bin cert_chain: [] date: 2012-08-03 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rails requirement: &2161924400 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 3.2.5 type: :runtime prerelease: false version_requirements: *2161924400 - !ruby/object:Gem::Dependency name: sqlite3 requirement: &2161923920 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: *2161923920 description: Lightweight do it youself cms email: - jiren@joshsoftware.com, prasad@joshsoftware.com, pratik@joshsoftware.com executables: [] extensions: [] extra_rdoc_files: [] files: - app/assets/images/feather_cms/images/edit.png - app/assets/images/feather_cms/images/fullscreen.png - app/assets/images/feather_cms/images/preview.png - app/assets/javascripts/feather_cms/application.js - app/assets/javascripts/feather_cms/editor.js - app/assets/javascripts/feather_cms/epiceditor.js - app/assets/javascripts/feather_cms/epiceditor.min.js - app/assets/stylesheets/feather_cms/application.css.sass - app/assets/stylesheets/feather_cms/bootstrap.css - app/assets/stylesheets/feather_cms/themes/base/epiceditor.css - app/assets/stylesheets/feather_cms/themes/editor/epic-dark.css - app/assets/stylesheets/feather_cms/themes/editor/epic-light.css - app/assets/stylesheets/feather_cms/themes/preview/github.css - app/assets/stylesheets/feather_cms/themes/preview/preview-dark.css - app/controllers/feather_cms/application_controller.rb - app/controllers/feather_cms/pages_controller.rb - app/helpers/feather_cms/application_helper.rb - app/models/feather_cms/page.rb - app/views/feather_cms/pages/_form.html.haml - app/views/feather_cms/pages/edit.html.haml - app/views/feather_cms/pages/index.html.haml - app/views/feather_cms/pages/new.html.haml - app/views/layouts/feather_layout.html.haml - config/routes.rb - lib/feather_cms/config.rb - lib/feather_cms/engine.rb - lib/feather_cms/version.rb - lib/feather_cms.rb - lib/generators/feather_cms/feather_cms_generator.rb - lib/generators/feather_cms/templates/codemirror/codemirror.css - lib/generators/feather_cms/templates/codemirror/codemirror.js - lib/generators/feather_cms/templates/codemirror/feather_cms.js - lib/generators/feather_cms/templates/codemirror/modes/css.js - lib/generators/feather_cms/templates/codemirror/modes/htmlmixed.js - lib/generators/feather_cms/templates/codemirror/modes/javascript.js - lib/generators/feather_cms/templates/codemirror/modes/xml.js - lib/generators/feather_cms/templates/codemirror/util/dialog.css - lib/generators/feather_cms/templates/codemirror/util/dialog.js - lib/generators/feather_cms/templates/codemirror/util/foldcode.js - lib/generators/feather_cms/templates/codemirror/util/formatting.js - lib/generators/feather_cms/templates/codemirror/util/javascript-hint.js - lib/generators/feather_cms/templates/codemirror/util/match-highlighter.js - lib/generators/feather_cms/templates/codemirror/util/overlay.js - lib/generators/feather_cms/templates/codemirror/util/runmode.js - lib/generators/feather_cms/templates/codemirror/util/search.js - lib/generators/feather_cms/templates/codemirror/util/searchcursor.js - lib/generators/feather_cms/templates/codemirror/util/simple-hint.css - lib/generators/feather_cms/templates/codemirror/util/simple-hint.js - lib/generators/feather_cms/templates/initializer.rb - lib/generators/feather_cms/templates/migration.rb - lib/generators/feather_cms/USAGE - lib/tasks/feather_cms_tasks.rake - MIT-LICENSE - Rakefile - README.rdoc - test/dummy/app/assets/javascripts/application.js - test/dummy/app/assets/stylesheets/application.css - test/dummy/app/controllers/application_controller.rb - test/dummy/app/helpers/application_helper.rb - test/dummy/app/views/layouts/application.html.erb - test/dummy/config/application.rb - test/dummy/config/boot.rb - test/dummy/config/database.yml - test/dummy/config/environment.rb - test/dummy/config/environments/development.rb - test/dummy/config/environments/production.rb - test/dummy/config/environments/test.rb - test/dummy/config/initializers/backtrace_silencers.rb - test/dummy/config/initializers/inflections.rb - test/dummy/config/initializers/mime_types.rb - test/dummy/config/initializers/secret_token.rb - test/dummy/config/initializers/session_store.rb - test/dummy/config/initializers/wrap_parameters.rb - test/dummy/config/locales/en.yml - test/dummy/config/routes.rb - test/dummy/config.ru - test/dummy/public/404.html - test/dummy/public/422.html - test/dummy/public/500.html - test/dummy/public/favicon.ico - test/dummy/Rakefile - test/dummy/README.rdoc - test/dummy/script/rails - test/feather_cms_test.rb - test/fixtures/feather_cms/pages.yml - test/integration/navigation_test.rb - test/test_helper.rb - test/unit/feather_cms/page_test.rb homepage: '' 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: -3891901379387416045 required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' segments: - 0 hash: -3891901379387416045 requirements: [] rubyforge_project: rubygems_version: 1.8.10 signing_key: specification_version: 3 summary: Lightweight do it youself cms test_files: - test/dummy/app/assets/javascripts/application.js - test/dummy/app/assets/stylesheets/application.css - test/dummy/app/controllers/application_controller.rb - test/dummy/app/helpers/application_helper.rb - test/dummy/app/views/layouts/application.html.erb - test/dummy/config/application.rb - test/dummy/config/boot.rb - test/dummy/config/database.yml - test/dummy/config/environment.rb - test/dummy/config/environments/development.rb - test/dummy/config/environments/production.rb - test/dummy/config/environments/test.rb - test/dummy/config/initializers/backtrace_silencers.rb - test/dummy/config/initializers/inflections.rb - test/dummy/config/initializers/mime_types.rb - test/dummy/config/initializers/secret_token.rb - test/dummy/config/initializers/session_store.rb - test/dummy/config/initializers/wrap_parameters.rb - test/dummy/config/locales/en.yml - test/dummy/config/routes.rb - test/dummy/config.ru - test/dummy/public/404.html - test/dummy/public/422.html - test/dummy/public/500.html - test/dummy/public/favicon.ico - test/dummy/Rakefile - test/dummy/README.rdoc - test/dummy/script/rails - test/feather_cms_test.rb - test/fixtures/feather_cms/pages.yml - test/integration/navigation_test.rb - test/test_helper.rb - test/unit/feather_cms/page_test.rb