# -*- encoding: utf-8 -*- # stub: cells 4.0.2 ruby lib Gem::Specification.new do |s| s.name = "cells".freeze s.version = "4.0.2".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 = "2015-06-28" 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, "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/abstract.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/escaped.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/util.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/property_test.rb".freeze, "test/public_test.rb".freeze, "test/rails4.2/.gitignore".freeze, "test/rails4.2/Gemfile".freeze, "test/rails4.2/README.rdoc".freeze, "test/rails4.2/Rakefile".freeze, "test/rails4.2/app/assets/images/.keep".freeze, "test/rails4.2/app/assets/stylesheets/application.css.erb".freeze, "test/rails4.2/app/cells/form_for/show.erb".freeze, "test/rails4.2/app/cells/form_for_cell.rb".freeze, "test/rails4.2/app/cells/form_tag/show.erb".freeze, "test/rails4.2/app/cells/form_tag_cell.rb".freeze, "test/rails4.2/app/cells/formtastic/show.erb".freeze, "test/rails4.2/app/cells/formtastic_cell.rb".freeze, "test/rails4.2/app/cells/simple_form/show.erb".freeze, "test/rails4.2/app/cells/simple_form_cell.rb".freeze, "test/rails4.2/app/cells/song/song.css".freeze, "test/rails4.2/app/cells/song/with_escaped.erb".freeze, "test/rails4.2/app/cells/song_cell.rb".freeze, "test/rails4.2/app/controllers/application_controller.rb".freeze, "test/rails4.2/app/controllers/concerns/.keep".freeze, "test/rails4.2/app/controllers/index_controller.rb".freeze, "test/rails4.2/app/controllers/songs_controller.rb".freeze, "test/rails4.2/app/helpers/application_helper.rb".freeze, "test/rails4.2/app/mailers/.keep".freeze, "test/rails4.2/app/models/.keep".freeze, "test/rails4.2/app/models/artist.rb".freeze, "test/rails4.2/app/models/concerns/.keep".freeze, "test/rails4.2/app/models/song.rb".freeze, "test/rails4.2/app/views/index/index.html.erb".freeze, "test/rails4.2/app/views/layouts/application.html.erb".freeze, "test/rails4.2/app/views/songs/show.html.erb".freeze, "test/rails4.2/app/views/songs/with_escaped.html.erb".freeze, "test/rails4.2/bin/bundle".freeze, "test/rails4.2/bin/rails".freeze, "test/rails4.2/bin/rake".freeze, "test/rails4.2/bin/setup".freeze, "test/rails4.2/config.ru".freeze, "test/rails4.2/config/application.rb".freeze, "test/rails4.2/config/boot.rb".freeze, "test/rails4.2/config/environment.rb".freeze, "test/rails4.2/config/environments/development.rb".freeze, "test/rails4.2/config/environments/production.rb".freeze, "test/rails4.2/config/environments/test.rb".freeze, "test/rails4.2/config/initializers/backtrace_silencers.rb".freeze, "test/rails4.2/config/initializers/cookies_serializer.rb".freeze, "test/rails4.2/config/initializers/filter_parameter_logging.rb".freeze, "test/rails4.2/config/initializers/formtastic.rb".freeze, "test/rails4.2/config/initializers/inflections.rb".freeze, "test/rails4.2/config/initializers/mime_types.rb".freeze, "test/rails4.2/config/initializers/session_store.rb".freeze, "test/rails4.2/config/initializers/wrap_parameters.rb".freeze, "test/rails4.2/config/locales/en.yml".freeze, "test/rails4.2/config/routes.rb".freeze, "test/rails4.2/config/secrets.yml".freeze, "test/rails4.2/db/seeds.rb".freeze, "test/rails4.2/engines/my_engine/.gitignore".freeze, "test/rails4.2/engines/my_engine/Gemfile".freeze, "test/rails4.2/engines/my_engine/MIT-LICENSE".freeze, "test/rails4.2/engines/my_engine/README.rdoc".freeze, "test/rails4.2/engines/my_engine/Rakefile".freeze, "test/rails4.2/engines/my_engine/app/assets/images/my_engine/.keep".freeze, "test/rails4.2/engines/my_engine/app/assets/stylesheets/my_engine/application.css".freeze, "test/rails4.2/engines/my_engine/app/concepts/user/cell.rb".freeze, "test/rails4.2/engines/my_engine/app/concepts/user/views/show.erb".freeze, "test/rails4.2/engines/my_engine/app/concepts/user/views/user.scss".freeze, "test/rails4.2/engines/my_engine/app/controllers/my_engine/application_controller.rb".freeze, "test/rails4.2/engines/my_engine/app/controllers/my_engine/user_controller.rb".freeze, "test/rails4.2/engines/my_engine/app/helpers/my_engine/application_helper.rb".freeze, "test/rails4.2/engines/my_engine/app/models/my_engine/user.rb".freeze, "test/rails4.2/engines/my_engine/app/views/layouts/my_engine/application.html.erb".freeze, "test/rails4.2/engines/my_engine/app/views/my_engine/user/show.html.erb".freeze, "test/rails4.2/engines/my_engine/bin/rails".freeze, "test/rails4.2/engines/my_engine/config/routes.rb".freeze, "test/rails4.2/engines/my_engine/db/migrate/20150530135920_create_my_engine_users.rb".freeze, "test/rails4.2/engines/my_engine/lib/my_engine.rb".freeze, "test/rails4.2/engines/my_engine/lib/my_engine/engine.rb".freeze, "test/rails4.2/engines/my_engine/lib/my_engine/version.rb".freeze, "test/rails4.2/engines/my_engine/lib/tasks/my_engine_tasks.rake".freeze, "test/rails4.2/engines/my_engine/my_engine.gemspec".freeze, "test/rails4.2/engines/my_engine/test/fixtures/my_engine/users.yml".freeze, "test/rails4.2/engines/my_engine/test/models/my_engine/user_test.rb".freeze, "test/rails4.2/lib/assets/.keep".freeze, "test/rails4.2/lib/tasks/.keep".freeze, "test/rails4.2/log/.keep".freeze, "test/rails4.2/test/integration/asset_pipeline_test.rb".freeze, "test/rails4.2/test/integration/controller_test.rb".freeze, "test/rails4.2/test/integration/form_for_test.rb".freeze, "test/rails4.2/test/integration/form_tag_test.rb".freeze, "test/rails4.2/test/integration/formtastic_test.rb".freeze, "test/rails4.2/test/integration/simple_form_test.rb".freeze, "test/rails4.2/test/integration/url_helper_test.rb".freeze, "test/rails4.2/test/test_helper.rb".freeze, "test/rails4.2/vendor/assets/stylesheets/.keep".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] 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".freeze]) s.add_development_dependency(%q.freeze, [">= 0.0.4".freeze]) end