# -*- encoding: utf-8 -*- # stub: workarea-browse_option 2.1.7 ruby lib Gem::Specification.new do |s| s.name = "workarea-browse_option".freeze s.version = "2.1.7".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Matt Duffy".freeze] s.date = "2019-10-01" s.description = "Adds browsing products by an option (e.g. color) to the Workarea Commerce Platform".freeze s.email = ["mduffy@workarea.com".freeze] s.files = [".editorconfig".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, ".stylelintrc.json".freeze, "CHANGELOG.md".freeze, "CODE_OF_CONDUCT.md".freeze, "CONTRIBUTING.md".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "app/controllers/workarea/admin/categorizations_controller.decorator".freeze, "app/controllers/workarea/admin/featured_products_controller.decorator".freeze, "app/models/workarea/catalog/product.decorator".freeze, "app/models/workarea/featured_browse_option_products.rb".freeze, "app/models/workarea/search/storefront/product_option.rb".freeze, "app/models/workarea/search/storefront/product_option_image_url.rb".freeze, "app/queries/workarea/categorization.decorator".freeze, "app/queries/workarea/search/product_entries.decorator".freeze, "app/queries/workarea/search/related_products.decorator".freeze, "app/services/workarea/browse_option_ids.rb".freeze, "app/view_models/workarea/admin/bulk_action_product_edit_view_model.decorator".freeze, "app/view_models/workarea/admin/featured_browse_option_product_view_model.rb".freeze, "app/view_models/workarea/admin/featured_browse_option_products_view_model.rb".freeze, "app/view_models/workarea/admin/featured_products_search_view_model.rb".freeze, "app/view_models/workarea/admin/product_view_model.decorator".freeze, "app/view_models/workarea/storefront/product_view_model.decorator".freeze, "app/view_models/workarea/storefront/product_view_model/cache_key.decorator".freeze, "app/view_models/workarea/storefront/product_view_model/image_collection.decorator".freeze, "app/views/workarea/admin/bulk_action_product_edits/_browse_option_field.html.haml".freeze, "app/views/workarea/admin/catalog_products/_browse_option_attribute_card.html.haml".freeze, "app/views/workarea/admin/catalog_products/_browse_option_field.html.haml".freeze, "app/views/workarea/api/storefront/products/_browse_option_field.json.jbuilder".freeze, "app/workers/workarea/bulk_index_products.decorator".freeze, "app/workers/workarea/index_category_changes.decorator".freeze, "app/workers/workarea/index_product.decorator".freeze, "bin/rails".freeze, "config/initializers/appends.rb".freeze, "config/initializers/configuration.rb".freeze, "config/locales/en.yml".freeze, "lib/tasks/browse_option_tasks.rake".freeze, "lib/workarea/browse_option.rb".freeze, "lib/workarea/browse_option/engine.rb".freeze, "lib/workarea/browse_option/version.rb".freeze, "test/dummy/Rakefile".freeze, "test/dummy/app/assets/config/manifest.js".freeze, "test/dummy/app/assets/images/.keep".freeze, "test/dummy/app/assets/javascripts/application.js".freeze, "test/dummy/app/assets/stylesheets/application.css".freeze, "test/dummy/app/controllers/application_controller.rb".freeze, "test/dummy/app/controllers/concerns/.keep".freeze, "test/dummy/app/helpers/application_helper.rb".freeze, "test/dummy/app/jobs/application_job.rb".freeze, "test/dummy/app/mailers/application_mailer.rb".freeze, "test/dummy/app/models/concerns/.keep".freeze, "test/dummy/app/views/layouts/application.html.erb".freeze, "test/dummy/app/views/layouts/mailer.html.erb".freeze, "test/dummy/app/views/layouts/mailer.text.erb".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/config.ru".freeze, "test/dummy/config/application.rb".freeze, "test/dummy/config/boot.rb".freeze, "test/dummy/config/cable.yml".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/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/new_framework_defaults.rb".freeze, "test/dummy/config/initializers/session_store.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/public/404.html".freeze, "test/dummy/public/422.html".freeze, "test/dummy/public/500.html".freeze, "test/dummy/public/apple-touch-icon-precomposed.png".freeze, "test/dummy/public/apple-touch-icon.png".freeze, "test/dummy/public/favicon.ico".freeze, "test/fixtures/files/large.jpg".freeze, "test/fixtures/files/medium.jpg".freeze, "test/integration/workarea/admin/browse_option_categorizations_integration_test.rb".freeze, "test/integration/workarea/admin/browse_option_featured_products_integration_test.rb".freeze, "test/integration/workarea/api/storefront/browse_option_product_integration_test.rb".freeze, "test/models/workarea/catalog/browse_option_product_test.rb".freeze, "test/models/workarea/featured_browse_option_products_test.rb".freeze, "test/models/workarea/search/storefront/product_option_image_url_test.rb".freeze, "test/models/workarea/search/storefront/product_option_test.rb".freeze, "test/queries/workarea/browse_option_categorization_test.rb".freeze, "test/queries/workarea/search/product_entries_test.decorator".freeze, "test/queries/workarea/search/related_products_test.decorator".freeze, "test/services/workarea/browse_option_ids_test.rb".freeze, "test/system/workarea/admin/browse_option_featured_products_system_test.rb".freeze, "test/system/workarea/admin/bulk_action_product_edit_browse_option_test.rb".freeze, "test/system/workarea/storefront/browse_option_system_test.rb".freeze, "test/test_helper.rb".freeze, "test/view_models/workarea/admin/browse_option_product_view_model_test.rb".freeze, "test/view_models/workarea/storefront/browse_option_product_view_model_test.rb".freeze, "test/view_models/workarea/storefront/product_view_model/image_collection_test.rb".freeze, "test/workers/workarea/browse_option_index_product_test.rb".freeze, "test/workers/workarea/bulk_index_products_test.decorator".freeze, "workarea-browse_option.gemspec".freeze] s.homepage = "https://github.com/workarea-commerce/workarea-browse-option".freeze s.licenses = ["Business Software License".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.3.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Adds browsing products by an option to the Workarea Commerce Platform".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 3.x".freeze, ">= 3.3.x".freeze]) end