# -*- encoding: utf-8 -*- # stub: cells 4.1.0 ruby lib Gem::Specification.new do |s| s.name = "cells".freeze s.version = "4.1.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 = "2016-05-08" s.description = "Cells replaces partials and helpers with OOP view models, giving you proper encapsulation, inheritance, testability and a cleaner view architecture.".freeze s.email = ["apotonick@gmail.com".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "CHANGES.md".freeze, "Gemfile".freeze, "README.md".freeze, "Rakefile".freeze, "TODO.md".freeze, "benchmarks/class_builder.rb".freeze, "benchmarks/collection.rb".freeze, "cells.gemspec".freeze, "lib/cell.rb".freeze, "lib/cell/abstract.rb".freeze, "lib/cell/builder.rb".freeze, "lib/cell/caching.rb".freeze, "lib/cell/collection.rb".freeze, "lib/cell/concept.rb".freeze, "lib/cell/development.rb".freeze, "lib/cell/escaped.rb".freeze, "lib/cell/layout.rb".freeze, "lib/cell/partial.rb".freeze, "lib/cell/prefixes.rb".freeze, "lib/cell/self_contained.rb".freeze, "lib/cell/templates.rb".freeze, "lib/cell/testing.rb".freeze, "lib/cell/twin.rb".freeze, "lib/cell/util.rb".freeze, "lib/cell/version.rb".freeze, "lib/cell/view_model.rb".freeze, "lib/cells.rb".freeze, "lib/tasks/cells.rake".freeze, "test/builder_test.rb".freeze, "test/cell_benchmark.rb".freeze, "test/cell_test.rb".freeze, "test/concept_test.rb".freeze, "test/context_test.rb".freeze, "test/fixtures/bassist/play.erb".freeze, "test/fixtures/cell_test/song/show_with_block.erb".freeze, "test/fixtures/comment/layout/show.erb".freeze, "test/fixtures/comment/show/show.erb".freeze, "test/fixtures/concepts/record/views/layout.erb".freeze, "test/fixtures/concepts/record/views/show.erb".freeze, "test/fixtures/concepts/record/views/song.erb".freeze, "test/fixtures/inherit_views_test/popper/tap.erb".freeze, "test/fixtures/inherit_views_test/tapper/play.erb".freeze, "test/fixtures/inherit_views_test/tapper/tap.erb".freeze, "test/fixtures/partial_test/with_partial/show.erb".freeze, "test/fixtures/partials/_show.html.erb".freeze, "test/fixtures/partials/_show.xml.erb".freeze, "test/fixtures/song/ivar.erb".freeze, "test/fixtures/song/show.erb".freeze, "test/fixtures/song/with_block.erb".freeze, "test/fixtures/song/with_erb.erb".freeze, "test/fixtures/song/with_html.erb".freeze, "test/fixtures/song/with_locals.erb".freeze, "test/fixtures/song_with_layout/happy.erb".freeze, "test/fixtures/song_with_layout/merry.erb".freeze, "test/fixtures/song_with_layout/show.erb".freeze, "test/fixtures/song_with_layout/show_with_layout.erb".freeze, "test/fixtures/templates_caching_test/song/show.erb".freeze, "test/fixtures/url_helper_test/song/edit.erb".freeze, "test/fixtures/url_helper_test/song/with_block.erb".freeze, "test/fixtures/url_helper_test/song/with_capture.erb".freeze, "test/fixtures/url_helper_test/song/with_content_tag.erb".freeze, "test/fixtures/url_helper_test/song/with_form_for_block.erb".freeze, "test/fixtures/url_helper_test/song/with_link_to.erb".freeze, "test/layout_test.rb".freeze, "test/partial_test.rb".freeze, "test/prefixes_test.rb".freeze, "test/property_test.rb".freeze, "test/public_test.rb".freeze, "test/render_test.rb".freeze, "test/templates_test.rb".freeze, "test/test_helper.rb".freeze, "test/testing_test.rb".freeze, "test/twin_test.rb".freeze] s.homepage = "https://github.com/apotonick/cells".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "View Models for Ruby and Rails.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0.0.9".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.4".freeze, "< 3".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0.0.4".freeze]) end