# -*- encoding: utf-8 -*- # stub: cells 2.3.0 ruby lib Gem::Specification.new do |s| s.name = "cells".freeze s.version = "2.3.0".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-01-15" 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 = ["CHANGES".freeze, "README".freeze] s.files = ["CHANGES".freeze, "README".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION".freeze, "generators/cell/USAGE".freeze, "generators/cell/cell_generator.rb".freeze, "generators/cell/templates/cell.rb".freeze, "generators/cell/templates/view.html.erb".freeze, "generators/cell/templates/view.html.haml".freeze, "init.rb".freeze, "lib/cell/base.rb".freeze, "lib/cell/caching.rb".freeze, "lib/cell/view.rb".freeze, "lib/cells_helper.rb".freeze, "lib/rails_extensions.rb".freeze, "test/bugs_test.rb".freeze, "test/caching_test.rb".freeze, "test/capture_test.rb".freeze, "test/cell_view_test.rb".freeze, "test/cells/cells_test_one_cell.rb".freeze, "test/cells/cells_test_two_cell.rb".freeze, "test/cells/really_module/nested_cell.rb".freeze, "test/cells/simple_cell.rb".freeze, "test/cells/test_cell.rb".freeze, "test/cells_test.rb".freeze, "test/helper_test.rb".freeze, "test/helpers/helper_using_cell_helper.rb".freeze, "test/rails_extensions_test.rb".freeze, "test/render_test.rb".freeze, "test/testing_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/capture_test.rb".freeze, "test/rails_extensions_test.rb".freeze, "test/bugs_test.rb".freeze, "test/cells/really_module/nested_cell.rb".freeze, "test/cells/cells_test_one_cell.rb".freeze, "test/cells/cells_test_two_cell.rb".freeze, "test/cells/simple_cell.rb".freeze, "test/cells/test_cell.rb".freeze, "test/render_test.rb".freeze, "test/testing_helper.rb".freeze, "test/cell_view_test.rb".freeze, "test/cells_test.rb".freeze, "test/helper_test.rb".freeze, "test/helpers/helper_using_cell_helper.rb".freeze, "test/caching_test.rb".freeze] end