# -*- encoding: utf-8 -*- # stub: cells 3.3.3 ruby lib Gem::Specification.new do |s| s.name = "cells".freeze s.version = "3.3.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Nick Sutterer".freeze] s.date = "2010-04-17" s.description = "Cells are lightweight controllers for Rails and can be rendered in controllers and views, providing an elegant and fast way for encapsulation and component-orientation.".freeze s.email = "apotonick@gmail.com".freeze s.extra_rdoc_files = ["README.rdoc".freeze] s.files = ["CHANGES".freeze, "MIT-LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "lib/cell.rb".freeze, "lib/cells.rb".freeze, "lib/cells/assertions_helper.rb".freeze, "lib/cells/cell.rb".freeze, "lib/cells/cell/active_helper.rb".freeze, "lib/cells/cell/base.rb".freeze, "lib/cells/cell/caching.rb".freeze, "lib/cells/cell/view.rb".freeze, "lib/cells/helpers.rb".freeze, "lib/cells/helpers/capture_helper.rb".freeze, "lib/cells/rails.rb".freeze, "lib/cells/rails/action_controller.rb".freeze, "lib/cells/rails/action_view.rb".freeze, "lib/cells/version.rb".freeze, "rails/init.rb".freeze, "rails_generators/cell/USAGE".freeze, "rails_generators/cell/cell_generator.rb".freeze, "rails_generators/cell/templates/cell.rb".freeze, "rails_generators/cell/templates/cell_test.rb".freeze, "rails_generators/cell/templates/view.html.erb".freeze, "rails_generators/cell/templates/view.html.haml".freeze, "rails_generators/cells_install/USAGE".freeze, "rails_generators/cells_install/cells_install_generator.rb".freeze, "rails_generators/cells_install/templates/initializer.rb".freeze, "test/active_helper_test.rb".freeze, "test/app/cells/bassist_cell.rb".freeze, "test/app/cells/cells_test_one_cell.rb".freeze, "test/app/cells/cells_test_two_cell.rb".freeze, "test/app/cells/really_module/nested_cell.rb".freeze, "test/app/cells/simple_cell.rb".freeze, "test/app/cells/test_cell.rb".freeze, "test/app/controllers/cells_test_controller.rb".freeze, "test/app/helpers/application_helper.rb".freeze, "test/app/helpers/helper_using_cell_helper.rb".freeze, "test/assertions_helper_test.rb".freeze, "test/bugs_test.rb".freeze, "test/caching_test.rb".freeze, "test/capture_helper_test.rb".freeze, "test/cell_generator_test.rb".freeze, "test/cells_test.rb".freeze, "test/helper_test.rb".freeze, "test/rails_test.rb".freeze, "test/render_test.rb".freeze, "test/support/internal_assertions_helper.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://cells.rubyforge.org".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Cells are lightweight controllers for Rails and can be rendered in controllers and views, providing an elegant and fast way for encapsulation and component-orientation.".freeze s.test_files = ["test/rails_test.rb".freeze, "test/active_helper_test.rb".freeze, "test/capture_helper_test.rb".freeze, "test/assertions_helper_test.rb".freeze, "test/cell_generator_test.rb".freeze, "test/test_helper.rb".freeze, "test/support/internal_assertions_helper.rb".freeze, "test/bugs_test.rb".freeze, "test/render_test.rb".freeze, "test/cells_test.rb".freeze, "test/helper_test.rb".freeze, "test/caching_test.rb".freeze, "test/app/controllers/cells_test_controller.rb".freeze, "test/app/cells/bassist_cell.rb".freeze, "test/app/cells/really_module/nested_cell.rb".freeze, "test/app/cells/cells_test_one_cell.rb".freeze, "test/app/cells/cells_test_two_cell.rb".freeze, "test/app/cells/simple_cell.rb".freeze, "test/app/cells/test_cell.rb".freeze, "test/app/helpers/application_helper.rb".freeze, "test/app/helpers/helper_using_cell_helper.rb".freeze] end