--- !ruby/object:Gem::Specification name: cells version: !ruby/object:Gem::Version prerelease: false segments: - 3 - 3 - 10 version: 3.3.10 platform: ruby authors: - Nick Sutterer autorequire: bindir: bin cert_chain: [] date: 2011-11-08 00:00:00 -02:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: rails prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version segments: - 2 - 3 version: "2.3" type: :runtime version_requirements: *id001 - !ruby/object:Gem::Dependency name: shoulda prerelease: false requirement: &id002 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" type: :development version_requirements: *id002 - !ruby/object:Gem::Dependency name: active_helper prerelease: false requirement: &id003 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" type: :development version_requirements: *id003 description: Cells are view components for Rails. They are lightweight controllers, can be rendered in views and thus provide an elegant and fast way for encapsulation and component-orientation. email: - apotonick@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - .gitignore - CHANGES - Gemfile - MIT-LICENSE - README.rdoc - Rakefile - about.yml - cells.gemspec - lib/cell.rb - lib/cells.rb - lib/cells/assertions_helper.rb - lib/cells/cell.rb - lib/cells/cell/active_helper.rb - lib/cells/cell/base.rb - lib/cells/cell/caching.rb - lib/cells/cell/test_case.rb - lib/cells/cell/view.rb - lib/cells/helpers.rb - lib/cells/helpers/capture_helper.rb - lib/cells/rails.rb - lib/cells/rails/action_controller.rb - lib/cells/rails/action_view.rb - lib/cells/version.rb - rails/init.rb - rails_generators/cell/USAGE - rails_generators/cell/cell_generator.rb - rails_generators/cell/templates/cell.rb - rails_generators/cell/templates/cell_test.rb - rails_generators/cell/templates/view.html.erb - rails_generators/cell/templates/view.html.haml - rails_generators/cells_install/USAGE - rails_generators/cells_install/cells_install_generator.rb - rails_generators/cells_install/templates/initializer.rb - rails_generators/cells_install/templates/tasks.rake - test/active_helper_test.rb - test/app/cells/a/another_state.html.erb - test/app/cells/a/existing_view.html.erb - test/app/cells/a/inherited_view.html.erb - test/app/cells/a/inherited_view.js.erb - test/app/cells/a/view_with_locals.html.erb - test/app/cells/a/view_with_render_call.html.erb - test/app/cells/b/existing_view.html.erb - test/app/cells/b/existing_view.js.erb - test/app/cells/b/layouts/metal.html.erb - test/app/cells/b/view_with_render_call.html.erb - test/app/cells/bassist/jam.html.erb - test/app/cells/bassist/play.html.erb - test/app/cells/bassist_cell.rb - test/app/cells/cells_test_one/renamed_instance_view.html.erb - test/app/cells/cells_test_one/super_state.html.erb - test/app/cells/cells_test_one_cell.rb - test/app/cells/cells_test_two_cell.rb - test/app/cells/helper_using/state_using_application_helper.html.erb - test/app/cells/helper_using/state_with_automatic_helper_invocation.html.erb - test/app/cells/helper_using/state_with_helper_invocation.html.erb - test/app/cells/helper_using/state_with_helper_method_invocation.html.erb - test/app/cells/layouts/metal.html.erb - test/app/cells/my_child/hello.html.erb - test/app/cells/my_mother/bye.html.erb - test/app/cells/my_mother/hello.html.erb - test/app/cells/my_test/_broken_partial.html.erb - test/app/cells/my_test/_partial.html.erb - test/app/cells/my_test/state_with_instance_var.html.erb - test/app/cells/my_test/state_with_link_to.html.erb - test/app/cells/my_test/state_with_not_included_helper_method.html.erb - test/app/cells/my_test/view_containing_broken_partial.html.erb - test/app/cells/my_test/view_containing_nonexistant_partial.html.erb - test/app/cells/my_test/view_containing_partial.html.erb - test/app/cells/my_test/view_containing_partial_without_cell_name.html.erb - test/app/cells/my_test/view_in_local_test_views_dir.html.erb - test/app/cells/my_test/view_with_explicit_english_translation.en.html.erb - test/app/cells/my_test/view_with_explicit_english_translation.html.erb - test/app/cells/my_test/view_with_instance_var.html.erb - test/app/cells/really_module/nested/happy_state.html.erb - test/app/cells/really_module/nested_cell.rb - test/app/cells/simple/two_templates_state.html.mytpl - test/app/cells/simple_cell.rb - test/app/cells/test/beep.html.erb - test/app/cells/test/state_invoking_capture.html.erb - test/app/cells/test/state_invoking_content_for.html.erb - test/app/cells/test/state_invoking_content_for_twice.html.erb - test/app/cells/test/state_with_not_included_helper_method.html.erb - test/app/cells/test_cell.rb - test/app/cells/two_helpers_including/state_using_another_helper.html.erb - test/app/controllers/cells_test_controller.rb - test/app/helpers/application_helper.rb - test/app/helpers/helper_using_cell_helper.rb - test/assertions_helper_test.rb - test/bugs_test.rb - test/caching_test.rb - test/capture_helper_test.rb - test/cell_generator_test.rb - test/cells_test.rb - test/helper_test.rb - test/rails_test.rb - test/render_test.rb - test/support/internal_assertions_helper.rb - test/test_case_test.rb - test/test_helper.rb has_rdoc: true homepage: http://cells.rubyforge.org licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.3.7 signing_key: specification_version: 3 summary: View Components for Rails. test_files: []