--- !ruby/object:Gem::Specification name: c2 version: !ruby/object:Gem::Version hash: 27 prerelease: segments: - 0 - 1 - 0 version: 0.1.0 platform: ruby authors: - hexorx autorequire: bindir: bin cert_chain: [] date: 2011-04-15 00:00:00 -06:00 default_executable: dependencies: - !ruby/object:Gem::Dependency prerelease: false type: :runtime requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 7 segments: - 3 - 0 - 0 version: 3.0.0 name: rails version_requirements: *id001 - !ruby/object:Gem::Dependency prerelease: false type: :runtime requirement: &id002 !ruby/object:Gem::Requirement none: false requirements: - - "=" - !ruby/object:Gem::Version hash: 15424091 segments: - 2 - 0 - 0 - rc - 7 version: 2.0.0.rc.7 name: mongoid version_requirements: *id002 - !ruby/object:Gem::Dependency prerelease: false type: :runtime requirement: &id003 !ruby/object:Gem::Requirement none: false requirements: - - "=" - !ruby/object:Gem::Version hash: 23 segments: - 1 - 2 - 4 version: 1.2.4 name: bson_ext version_requirements: *id003 - !ruby/object:Gem::Dependency prerelease: false type: :runtime requirement: &id004 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" name: haml version_requirements: *id004 - !ruby/object:Gem::Dependency prerelease: false type: :development requirement: &id005 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" name: jeweler version_requirements: *id005 - !ruby/object:Gem::Dependency prerelease: false type: :development requirement: &id006 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" name: rspec version_requirements: *id006 description: " C2 aspires to be a simple, drop in, Admin Portal + CMS for apps based on Rails 3 + Mongoid. " email: hexorx@gmail.com executables: [] extensions: [] extra_rdoc_files: - LICENSE - README.md files: - app/controllers/c2/base_controller.rb - app/controllers/c2/informant/app_controller.rb - app/controllers/c2/informant/buckets_controller.rb - app/controllers/c2/informant/entries_controller.rb - app/controllers/c2/informant/locus_controller.rb - app/models/c2/informant/bucket.rb - app/models/c2/informant/form_element.rb - app/models/c2/informant/locus.rb - app/stylesheets/c2.scss - app/views/c2/informant/app/_entry_index.html.haml - app/views/c2/informant/app/_entry_index_aside.html.haml - app/views/c2/informant/app/_sidebar.html.haml - app/views/c2/informant/app/show.html.haml - app/views/layouts/c2.html.haml - config/initializers/c2_inflections.rb - config/mongoid.yml - config/routes.rb - lib/c2.rb - lib/c2/controller_additions.rb - lib/c2/engine.rb - lib/c2/exceptions.rb - lib/c2/tasks.rake - lib/generators/c2/install_generator.rb - LICENSE - README.md - spec/c2_spec.rb - spec/spec_helper.rb has_rdoc: true homepage: http://github.com/hexorx/c2 licenses: [] post_install_message: rdoc_options: [] 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.6.2 signing_key: specification_version: 3 summary: Take control of your Rails 3 and Mongoid based site with the Comand & Control Admin Portal + CMS. test_files: - spec/c2_spec.rb - spec/spec_helper.rb