# -*- encoding: utf-8 -*- # stub: workarea-product_bundles 1.0.1 ruby lib Gem::Specification.new do |s| s.name = "workarea-product_bundles".freeze s.version = "1.0.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 = ["Matt Duffy".freeze] s.date = "2020-11-13" s.description = "Add support for package products 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/assets/javascripts/workarea/admin/product_bundles/modules/filterable.js".freeze, "app/assets/javascripts/workarea/admin/product_bundles/modules/kit_variant_options.js".freeze, "app/assets/javascripts/workarea/admin/product_bundles/modules/variant_component_selects.js".freeze, "app/assets/javascripts/workarea/storefront/product_bundles/modules/bundle_option_buttons.js".freeze, "app/assets/javascripts/workarea/storefront/product_bundles/modules/bundle_sku_selects.js".freeze, "app/assets/stylesheets/workarea/admin/product_bundles/components/_component_sku_select.scss".freeze, "app/assets/stylesheets/workarea/admin/product_bundles/components/_component_sku_table.scss".freeze, "app/assets/stylesheets/workarea/admin/product_bundles/components/_product_cards.scss".freeze, "app/assets/stylesheets/workarea/storefront/product_bundles/components/_bundled_product_details.scss".freeze, "app/assets/stylesheets/workarea/storefront/product_bundles/components/_product_details_bundled_products.scss".freeze, "app/controllers/workarea/admin/bundle_creation.rb".freeze, "app/controllers/workarea/admin/catalog_variants_controller.decorator".freeze, "app/controllers/workarea/admin/create_catalog_product_bundles_controller.rb".freeze, "app/controllers/workarea/admin/create_catalog_product_kits_controller.rb".freeze, "app/controllers/workarea/admin/create_catalog_products_controller.decorator".freeze, "app/controllers/workarea/storefront/cart_items_controller.decorator".freeze, "app/controllers/workarea/storefront/products_controller.decorator".freeze, "app/helpers/workarea/admin/product_bundles_helper.rb".freeze, "app/helpers/workarea/storefront/product_bundles_helper.rb".freeze, "app/models/workarea/catalog/product.decorator".freeze, "app/models/workarea/catalog/variant.decorator".freeze, "app/models/workarea/catalog/variant_component.rb".freeze, "app/models/workarea/checkout.decorator".freeze, "app/models/workarea/fulfillment/policies/skip.rb".freeze, "app/models/workarea/inventory/policies/defer_to_components.rb".freeze, "app/models/workarea/inventory/sku.decorator".freeze, "app/models/workarea/order.decorator".freeze, "app/models/workarea/order/bundled_items_extension.rb".freeze, "app/models/workarea/order/item.decorator".freeze, "app/models/workarea/pricing/bundle_adjustments.rb".freeze, "app/models/workarea/pricing/calculators/bundled_item_calculator.rb".freeze, "app/models/workarea/pricing/request.decorator".freeze, "app/models/workarea/search/admin/catalog_product.decorator".freeze, "app/models/workarea/search/storefront/product_bundle.rb".freeze, "app/models/workarea/search/storefront/product_kit.rb".freeze, "app/queries/workarea/search/product_entries.decorator".freeze, "app/seeds/workarea/product_bundle_seeds.rb".freeze, "app/services/workarea/add_bundled_items_to_order.rb".freeze, "app/services/workarea/build_kit_variants.rb".freeze, "app/services/workarea/build_kit_variants/params.rb".freeze, "app/services/workarea/build_kit_variants/variant.rb".freeze, "app/services/workarea/copy_order.decorator".freeze, "app/services/workarea/expand_bundles.rb".freeze, "app/services/workarea/update_kit_variant.rb".freeze, "app/services/workarea/update_variant_components.rb".freeze, "app/services/workarea/update_variant_components/component_params.rb".freeze, "app/view_models/workarea/admin/product_view_model.decorator".freeze, "app/view_models/workarea/admin/variant_component_view_model.rb".freeze, "app/view_models/workarea/admin/variant_view_model.decorator".freeze, "app/view_models/workarea/storefront/cart_view_model.decorator".freeze, "app/view_models/workarea/storefront/item_bundles.rb".freeze, "app/view_models/workarea/storefront/order_view_model.decorator".freeze, "app/view_models/workarea/storefront/product_templates/family_view_model.rb".freeze, "app/view_models/workarea/storefront/product_templates/package_view_model.rb".freeze, "app/view_models/workarea/storefront/product_view_model.decorator".freeze, "app/views/workarea/admin/catalog_products/_bundled_products_card.html.haml".freeze, "app/views/workarea/admin/catalog_products/_create_package_button.html.haml".freeze, "app/views/workarea/admin/catalog_products/_show_bundled_products_field.html.haml".freeze, "app/views/workarea/admin/catalog_variants/_components.html.haml".freeze, "app/views/workarea/admin/create_catalog_product_bundles/bundled_products.html.haml".freeze, "app/views/workarea/admin/create_catalog_product_bundles/categorization.html.haml".freeze, "app/views/workarea/admin/create_catalog_product_bundles/content.html.haml".freeze, "app/views/workarea/admin/create_catalog_product_bundles/details.html.haml".freeze, "app/views/workarea/admin/create_catalog_product_bundles/images.html.haml".freeze, "app/views/workarea/admin/create_catalog_product_bundles/publish.html.haml".freeze, "app/views/workarea/admin/create_catalog_product_bundles/setup.html.haml".freeze, "app/views/workarea/admin/create_catalog_product_kits/_bundled_product_options.html.haml".freeze, "app/views/workarea/admin/create_catalog_product_kits/bundled_product.html.haml".freeze, "app/views/workarea/admin/create_catalog_product_kits/bundled_products.html.haml".freeze, "app/views/workarea/admin/create_catalog_product_kits/categorization.html.haml".freeze, "app/views/workarea/admin/create_catalog_product_kits/content.html.haml".freeze, "app/views/workarea/admin/create_catalog_product_kits/details.html.haml".freeze, "app/views/workarea/admin/create_catalog_product_kits/edit_variant.html.haml".freeze, "app/views/workarea/admin/create_catalog_product_kits/images.html.haml".freeze, "app/views/workarea/admin/create_catalog_product_kits/manage_variants.html.haml".freeze, "app/views/workarea/admin/create_catalog_product_kits/preview_variants.html.haml".freeze, "app/views/workarea/admin/create_catalog_product_kits/publish.html.haml".freeze, "app/views/workarea/admin/create_catalog_product_kits/setup.html.haml".freeze, "app/views/workarea/admin/create_catalog_product_kits/variants.html.haml".freeze, "app/views/workarea/admin/create_catalog_products/select.html.haml".freeze, "app/views/workarea/admin/fulfillment_skus/_skip_info.html.haml".freeze, "app/views/workarea/admin/inventory_skus/_defer_to_components_info.html.haml".freeze, "app/views/workarea/storefront/cart_items/bundle.html.haml".freeze, "app/views/workarea/storefront/carts/_bundled_items.html.haml".freeze, "app/views/workarea/storefront/products/_bundled_product.html.haml".freeze, "app/views/workarea/storefront/products/_bundled_products.html.haml".freeze, "app/views/workarea/storefront/products/bundle_details.html.haml".freeze, "app/views/workarea/storefront/products/bundled_templates/_generic.html.haml".freeze, "app/views/workarea/storefront/products/bundled_templates/_option_selects.html.haml".freeze, "app/views/workarea/storefront/products/bundled_templates/_option_thumbnails.html.haml".freeze, "app/views/workarea/storefront/products/bundled_templates/_swatches.html.haml".freeze, "app/views/workarea/storefront/products/templates/_family.html.haml".freeze, "app/views/workarea/storefront/products/templates/_package.html.haml".freeze, "app/workers/workarea/update_kit_inventory.rb".freeze, "app/workers/workarea/update_product_bundles.rb".freeze, "bin/rails".freeze, "config/initializers/appends.rb".freeze, "config/initializers/configuration.rb".freeze, "config/locales/en.yml".freeze, "config/routes.rb".freeze, "data/bundle_seeds.json".freeze, "kit_diagram.png".freeze, "lib/tasks/sample_data.rake".freeze, "lib/workarea/product_bundles.rb".freeze, "lib/workarea/product_bundles/engine.rb".freeze, "lib/workarea/product_bundles/version.rb".freeze, "package.json".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/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/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/helpers/workarea/storefront/product_bundles_helper_test.rb".freeze, "test/integration/workarea/admin/bundle_create_catalog_products_integration_test.rb".freeze, "test/integration/workarea/admin/catalog_variant_components_integration_test.rb".freeze, "test/integration/workarea/admin/create_catalog_product_bundles_integration_test.rb".freeze, "test/integration/workarea/admin/create_catalog_product_kits_integration_test.rb".freeze, "test/integration/workarea/storefront/bundle_cart_items_integration_test.rb".freeze, "test/integration/workarea/storefront/products_integration_test.decorator".freeze, "test/models/workarea/bundle_order_test.rb".freeze, "test/models/workarea/catalog/bundle_variant_test.rb".freeze, "test/models/workarea/catalog/product_bundle_test.rb".freeze, "test/models/workarea/fulfillment/policies/skip_test.rb".freeze, "test/models/workarea/inventory/bundle_sku_test.rb".freeze, "test/models/workarea/inventory/policies/defer_to_components_test.rb".freeze, "test/models/workarea/order/bundled_item_test.rb".freeze, "test/models/workarea/pricing/bundle_adjustments_test.rb".freeze, "test/models/workarea/pricing/calculators/bundled_item_calculator_test.rb".freeze, "test/models/workarea/search/storefront/product_bundle_test.rb".freeze, "test/queries/workarea/search/product_entries_test.decorator".freeze, "test/services/workarea/add_bundled_items_to_order_test.rb".freeze, "test/services/workarea/build_kit_variants/params_test.rb".freeze, "test/services/workarea/build_kit_variants_test.rb".freeze, "test/services/workarea/expand_bundles_test.rb".freeze, "test/services/workarea/update_kit_variant_test.rb".freeze, "test/services/workarea/update_variant_components_test.rb".freeze, "test/system/workarea/admin/activity_system_test.decorator".freeze, "test/system/workarea/admin/package_product_copy_system_test.rb".freeze, "test/system/workarea/admin/product_bundles_system_test.rb".freeze, "test/system/workarea/admin/product_copy_system_test.decorator".freeze, "test/system/workarea/admin/product_kits_system_test.rb".freeze, "test/system/workarea/admin/products_system_test.decorator".freeze, "test/system/workarea/storefront/categories_with_packages_system_test.rb".freeze, "test/system/workarea/storefront/family_product_system_test.rb".freeze, "test/system/workarea/storefront/kit_product_system_test.rb".freeze, "test/system/workarea/storefront/package_product_system_test.rb".freeze, "test/test_helper.rb".freeze, "test/view_models/workarea/admin/variant_component_view_model_test.rb".freeze, "test/view_models/workarea/storefront/bundles_product_view_model_test.rb".freeze, "test/view_models/workarea/storefront/package_templates/package_view_model_test.rb".freeze, "test/workers/workarea/update_kit_inventory_test.rb".freeze, "test/workers/workarea/update_product_bundles_test.rb".freeze, "workarea-product_bundles.gemspec".freeze, "yarn.lock".freeze] s.homepage = "https://github.com/workarea-commerce/workarea-product-bundles".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 = "Add support for package products to the Workarea Commerce Platform".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 3.x".freeze, ">= 3.5.20".freeze]) end