# -*- encoding: utf-8 -*- # stub: cells 4.0.0.beta4 ruby lib Gem::Specification.new do |s| s.name = "cells".freeze s.version = "4.0.0.beta4".freeze s.required_rubygems_version = Gem::Requirement.new("> 1.3.1".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Nick Sutterer".freeze] s.date = "2015-05-29" s.description = "Cells replace 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, "cells.gemspec".freeze, "gemfiles/rails3.2.gemfile".freeze, "gemfiles/rails4.0.gemfile".freeze, "gemfiles/rails4.1.gemfile".freeze, "gemfiles/rails4.2.gemfile".freeze, "lib/cell.rb".freeze, "lib/cell/caching.rb".freeze, "lib/cell/caching/notification.rb".freeze, "lib/cell/concept.rb".freeze, "lib/cell/development.rb".freeze, "lib/cell/engines.rb".freeze, "lib/cell/layout.rb".freeze, "lib/cell/partial.rb".freeze, "lib/cell/prefixes.rb".freeze, "lib/cell/rails.rb".freeze, "lib/cell/railtie.rb".freeze, "lib/cell/self_contained.rb".freeze, "lib/cell/templates.rb".freeze, "lib/cell/test_case.rb".freeze, "lib/cell/testing.rb".freeze, "lib/cell/twin.rb".freeze, "lib/cell/version.rb".freeze, "lib/cell/view_model.rb".freeze, "lib/cells.rb".freeze, "lib/rails/generators/cell/cell_generator.rb".freeze, "lib/rails/generators/cell/templates/cell.rb.erb".freeze, "lib/rails/generators/cell/templates/view.erb".freeze, "lib/rails/generators/cell/templates/view.haml".freeze, "lib/rails/generators/cell/templates/view.slim".freeze, "lib/rails/generators/concept/concept_generator.rb".freeze, "lib/rails/generators/concept/templates/concept.rb.erb".freeze, "lib/rails/generators/concept/templates/view.erb".freeze, "lib/rails/generators/concept/templates/view.haml".freeze, "lib/rails/generators/concept/templates/view.slim".freeze, "lib/rails/generators/test_unit/cell/cell_generator.rb".freeze, "lib/rails/generators/test_unit/cell/templates/unit_test.rb.erb".freeze, "lib/rails/generators/test_unit/concept/concept_generator.rb".freeze, "lib/rails/generators/test_unit/concept/templates/unit_test.rb.erb".freeze, "lib/tasks/cells.rake".freeze, "test/builder_test.rb".freeze, "test/caching_test.rb".freeze, "test/cell_benchmark.rb".freeze, "test/cell_generator_test.rb".freeze, "test/cell_test.rb".freeze, "test/concept_generator_test.rb".freeze, "test/concept_test.rb".freeze, "test/dummy/Rakefile".freeze, "test/dummy/app/assets/javascripts/application.js".freeze, "test/dummy/app/cells/album/assets/album.js".freeze, "test/dummy/app/concepts/song/assets/songs.js".freeze, "test/dummy/app/controllers/application_controller.rb".freeze, "test/dummy/app/views/layouts/application.html.erb".freeze, "test/dummy/app/views/musician/featured.html.erb".freeze, "test/dummy/app/views/musician/featured_with_block.html.erb".freeze, "test/dummy/app/views/musician/hamlet.html.erb".freeze, "test/dummy/app/views/musician/title.erb".freeze, "test/dummy/config.ru".freeze, "test/dummy/config/application.rb".freeze, "test/dummy/config/boot.rb".freeze, "test/dummy/config/database.yml".freeze, "test/dummy/config/environment.rb".freeze, "test/dummy/config/locales/en.yml".freeze, "test/dummy/config/routes.rb".freeze, "test/dummy/script/rails".freeze, "test/fixtures/bassist/play.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_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/public_test.rb".freeze, "test/rails_extensions_test.rb".freeze, "test/render_test.rb".freeze, "test/templates_test.rb".freeze, "test/test_case_test.rb".freeze, "test/test_helper.rb".freeze, "test/twin_test.rb".freeze, "test/url_helper_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 Rails.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 3.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.0.9".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.4".freeze, "< 3".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.0.8".freeze]) s.add_development_dependency(%q.freeze, [">= 0".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.2".freeze]) end