# -*- encoding: utf-8 -*- # stub: workarea-product_grid_content 1.3.1 ruby lib Gem::Specification.new do |s| s.name = "workarea-product_grid_content".freeze s.version = "1.3.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Jake Beresford".freeze] s.date = "2020-02-13" s.description = "Extend the workarea platform with functionality to add content to the product grid".freeze s.email = ["jberesford@weblinc.com".freeze] s.files = [".editorconfig".freeze, ".eslintrc".freeze, ".eslintrc.json".freeze, ".github/ISSUE_TEMPLATE/bug_report.md".freeze, ".github/ISSUE_TEMPLATE/documentation-request.md".freeze, ".github/ISSUE_TEMPLATE/feature_request.md".freeze, ".github/workflows/ci.yml".freeze, ".gitignore".freeze, ".rubocop.yml".freeze, ".scss-lint.yml".freeze, ".stylelintrc.json".freeze, "CHANGELOG.md".freeze, "CODE_OF_CONDUCT.md".freeze, "CONTRIBUTING.md".freeze, "Gemfile".freeze, "LICENSE.md".freeze, "README.md".freeze, "Rakefile".freeze, "app/assets/images/workarea/admin/content_block_types/insights_grid_cell.svg".freeze, "app/assets/images/workarea/admin/content_block_types/product_grid_cell.svg".freeze, "app/assets/javascripts/workarea/storefront/product_grid_content/modules/match_product_summary_height.js".freeze, "app/assets/stylesheets/workarea/product_grid_content/components/_content_block_product_grid_cell.scss".freeze, "app/assets/stylesheets/workarea/product_grid_content/components/_insights_grid_cell_content_block.scss".freeze, "app/assets/stylesheets/workarea/product_grid_content/components/_pagination_product_grid_content.scss".freeze, "app/assets/stylesheets/workarea/product_grid_content/components/_product_grid_cell_content_block.scss".freeze, "app/controllers/workarea/storefront/content_blocks_controller.decorator".freeze, "app/view_models/workarea/storefront/category_view_model.decorator".freeze, "app/view_models/workarea/storefront/content_blocks/grid_content.rb".freeze, "app/view_models/workarea/storefront/content_blocks/insights_grid_cell_view_model.rb".freeze, "app/view_models/workarea/storefront/content_blocks/product_grid_cell_view_model.rb".freeze, "app/view_models/workarea/storefront/product_grid_content.rb".freeze, "app/view_models/workarea/storefront/search_view_model.decorator".freeze, "app/views/layouts/workarea/storefront/in_grid_content_preview.html.haml".freeze, "app/views/workarea/storefront/content_blocks/_insights_grid_cell.html.haml".freeze, "app/views/workarea/storefront/content_blocks/_product_grid_cell.html.haml".freeze, "app/views/workarea/storefront/shared/_product_grid_content_cell.html.haml".freeze, "app/views/workarea/storefront/style_guides/components/_product_grid_cell_content_block.html.haml".freeze, "bin/rails".freeze, "config/initializers/appends.rb".freeze, "config/initializers/content_block_config.rb".freeze, "config/initializers/content_block_types.rb".freeze, "lib/workarea/product_grid_content.rb".freeze, "lib/workarea/product_grid_content/engine.rb".freeze, "lib/workarea/product_grid_content/version.rb".freeze, "package.json".freeze, "public/sample_grid_content.png".freeze, "test/dummy/Rakefile".freeze, "test/dummy/bin/bundle".freeze, "test/dummy/bin/rails".freeze, "test/dummy/bin/rake".freeze, "test/dummy/bin/setup".freeze, "test/dummy/bin/update".freeze, "test/dummy/bin/yarn".freeze, "test/dummy/config.ru".freeze, "test/dummy/config/application.rb".freeze, "test/dummy/config/boot.rb".freeze, "test/dummy/config/environment.rb".freeze, "test/dummy/config/environments/development.rb".freeze, "test/dummy/config/environments/production.rb".freeze, "test/dummy/config/environments/test.rb".freeze, "test/dummy/config/initializers/application_controller_renderer.rb".freeze, "test/dummy/config/initializers/assets.rb".freeze, "test/dummy/config/initializers/backtrace_silencers.rb".freeze, "test/dummy/config/initializers/content_security_policy.rb".freeze, "test/dummy/config/initializers/cookies_serializer.rb".freeze, "test/dummy/config/initializers/filter_parameter_logging.rb".freeze, "test/dummy/config/initializers/inflections.rb".freeze, "test/dummy/config/initializers/mime_types.rb".freeze, "test/dummy/config/initializers/workarea.rb".freeze, "test/dummy/config/initializers/wrap_parameters.rb".freeze, "test/dummy/config/locales/en.yml".freeze, "test/dummy/config/puma.rb".freeze, "test/dummy/config/routes.rb".freeze, "test/dummy/config/secrets.yml".freeze, "test/dummy/config/spring.rb".freeze, "test/dummy/db/seeds.rb".freeze, "test/dummy/lib/assets/.keep".freeze, "test/dummy/log/.keep".freeze, "test/dummy/package.json".freeze, "test/system/workarea/admin/in_grid_content_system_test.rb".freeze, "test/teaspoon_env.rb".freeze, "test/test_helper.rb".freeze, "test/view_models/workarea/storefront/category_view_model_test.decorator".freeze, "test/view_models/workarea/storefront/content_blocks/insights_grid_cell_view_model_test.rb".freeze, "test/view_models/workarea/storefront/content_blocks/product_grid_cell_view_model_test.rb".freeze, "workarea-product_grid_content.gemspec".freeze, "yarn.lock".freeze] s.homepage = "https://github.com/workarea-commerce/workarea-product-grid-content".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Content and products in browse grids".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 3.x".freeze, ">= 3.4".freeze]) end