--- !ruby/object:Gem::Specification name: workarea-global_e version: !ruby/object:Gem::Version version: 1.3.0 platform: ruby authors: - Eric Pigeon autorequire: bindir: bin cert_chain: [] date: 2020-01-22 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: workarea requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 3.4.25 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 3.4.25 description: Global E integration for Workarea Platform email: - epigeon@weblinc.com executables: [] extensions: [] extra_rdoc_files: [] files: - ".eslintrc.json" - ".github/ISSUE_TEMPLATE/bug_report.md" - ".github/ISSUE_TEMPLATE/documentation-request.md" - ".github/ISSUE_TEMPLATE/feature_request.md" - ".github/workflows/ci.yml" - ".gitignore" - ".rubocop.yml" - ".ruby-version" - CHANGELOG.md - Gemfile - README.md - Rakefile - app/assets/javascripts/workarea/storefront/global_e/modules/checkout_info_validator.js - app/assets/javascripts/workarea/storefront/global_e/modules/suppress_price_ranges.js - app/controllers/workarea/admin/country_exceptions_controller.rb - app/controllers/workarea/admin/fixed_prices_controller.rb - app/controllers/workarea/admin/orders_controller.decorator - app/controllers/workarea/storefront/application_controller.decorator - app/controllers/workarea/storefront/checkouts_controller.decorator - app/controllers/workarea/storefront/ge_checkouts_controller.rb - app/controllers/workarea/storefront/global_e_controller.rb - app/controllers/workarea/storefront/globale/api_controller.rb - app/controllers/workarea/storefront/globale/refund_controller.rb - app/controllers/workarea/storefront/users/logins_controller.decorator - app/helpers/workarea/admin/global_e_helpers.rb - app/models/workarea/address.decorator - app/models/workarea/catalog/product.decorator - app/models/workarea/fulfillment.decorator - app/models/workarea/fulfillment/status/partially_refunded.rb - app/models/workarea/fulfillment/status/refunded.rb - app/models/workarea/global_e/country_exception.rb - app/models/workarea/global_e/fixed_price.rb - app/models/workarea/global_e/order_api_events.rb - app/models/workarea/order.decorator - app/models/workarea/order/item.decorator - app/models/workarea/order/status/pending_global_e_fraud_check.rb - app/models/workarea/payment.decorator - app/models/workarea/payment/status/global_e_appoved.rb - app/models/workarea/payment/status/pending_global_e_fraud_check.rb - app/models/workarea/payment/tender/global_e_payment.rb - app/models/workarea/price_adjustment.decorator - app/models/workarea/price_adjustment_set.decorator - app/models/workarea/pricing/calculators/item_calculator.decorator - app/models/workarea/pricing/collection.decorator - app/models/workarea/pricing/discount.decorator - app/models/workarea/pricing/discount/appliation_group.decorator - app/models/workarea/pricing/discount/international_item_proxy.rb - app/models/workarea/pricing/discount/international_order.rb - app/models/workarea/pricing/price_distributor.decorator - app/models/workarea/pricing/request.decorator - app/models/workarea/pricing/sku.decorator - app/models/workarea/search/admin/order.decorator - app/models/workarea/shipping.decorator - app/models/workarea/shipping/sku.decorator - app/models/workarea/user.decorator - app/queries/workarea/order_metrics.decorator - app/seeds/workarea/global_e_seeds.rb - app/services/workarea/create_fulfillment.decorator - app/services/workarea/global_e/address_details.rb - app/services/workarea/global_e/api/notify_order_refunded.rb - app/services/workarea/global_e/api/perform_order_payment.rb - app/services/workarea/global_e/api/remove_restricted_products.rb - app/services/workarea/global_e/api/send_order_to_merchant.rb - app/services/workarea/global_e/api/send_order_to_merchant/item_pricer.rb - app/services/workarea/global_e/api/send_order_to_merchant/save_user.rb - app/services/workarea/global_e/api/update_order_shipping_info.rb - app/services/workarea/global_e/api/update_order_status.rb - app/services/workarea/global_e/api/update_order_status/canceled.rb - app/services/workarea/global_e/attribute.rb - app/services/workarea/global_e/brand.rb - app/services/workarea/global_e/cart_user_details.rb - app/services/workarea/global_e/category.rb - app/services/workarea/global_e/checkout_cart_info.rb - app/services/workarea/global_e/custom_product_attribute.rb - app/services/workarea/global_e/discount.rb - app/services/workarea/global_e/merchant/brand.rb - app/services/workarea/global_e/merchant/category.rb - app/services/workarea/global_e/merchant/customer.rb - app/services/workarea/global_e/merchant/customer_details.rb - app/services/workarea/global_e/merchant/discount.rb - app/services/workarea/global_e/merchant/international_details.rb - app/services/workarea/global_e/merchant/order.rb - app/services/workarea/global_e/merchant/order_refund.rb - app/services/workarea/global_e/merchant/original_order.rb - app/services/workarea/global_e/merchant/parcel_tracking.rb - app/services/workarea/global_e/merchant/payment_details.rb - app/services/workarea/global_e/merchant/product.rb - app/services/workarea/global_e/merchant/refund_product.rb - app/services/workarea/global_e/merchant/response_info.rb - app/services/workarea/global_e/merchant_cart_product_attribute.rb - app/services/workarea/global_e/order_status.rb - app/services/workarea/global_e/order_status_details.rb - app/services/workarea/global_e/order_status_reason.rb - app/services/workarea/global_e/parcel.rb - app/services/workarea/global_e/product.rb - app/services/workarea/global_e/product_meta_data.rb - app/services/workarea/global_e/tracking_details.rb - app/services/workarea/global_e/update_order_dispatch_exception.rb - app/services/workarea/global_e/update_order_dispatch_request.rb - app/services/workarea/global_e/user_id_number_type.rb - app/services/workarea/global_e/users_details.rb - app/services/workarea/global_e/vat_category.rb - app/services/workarea/global_e/vat_rate_type.rb - app/view_models/workarea/admin/order_view_model.decorator - app/view_models/workarea/storefront/cart_view_model.decorator - app/view_models/workarea/storefront/order_item_view_model.decorator - app/view_models/workarea/storefront/order_view_model.decorator - app/view_models/workarea/storefront/product_view_model.decorator - app/views/workarea/admin/catalog_products/_country_exceptions_card.html.haml - app/views/workarea/admin/catalog_products/_global_e_attributes.html.haml - app/views/workarea/admin/catalog_products/_global_e_fields.html.haml - app/views/workarea/admin/country_exceptions/edit.html.haml - app/views/workarea/admin/country_exceptions/index.html.haml - app/views/workarea/admin/country_exceptions/new.html.haml - app/views/workarea/admin/fixed_prices/edit.html.haml - app/views/workarea/admin/fixed_prices/index.html.haml - app/views/workarea/admin/fixed_prices/new.html.haml - app/views/workarea/admin/orders/_global_e.html.haml - app/views/workarea/admin/orders/attributes.html.haml - app/views/workarea/admin/orders/global_e.html.haml - app/views/workarea/admin/orders/show.html.haml - app/views/workarea/admin/orders/tenders/_global_e_payment.html.haml - app/views/workarea/admin/pricing_skus/_cards.html.haml - app/views/workarea/storefront/cart_items/create.html.haml - app/views/workarea/storefront/carts/_pricing.html.haml - app/views/workarea/storefront/carts/show.html.haml - app/views/workarea/storefront/ge_checkouts/show.html.haml - app/views/workarea/storefront/global_e/_country_picker.html.haml - app/views/workarea/storefront/global_e/_head.html.haml - app/views/workarea/storefront/orders/_summary.html.haml - app/views/workarea/storefront/orders/tenders/_global_e_payment.html.haml - app/views/workarea/storefront/products/_pricing.html.haml - app/views/workarea/storefront/products/_restricted_item_text.html.haml - app/views/workarea/storefront/users/orders/_summary.html.haml - app/workers/workarea/global_e/update_order_dispatch.rb - app/workers/workarea/save_user_order_details.decorator - bin/rails - config/initializers/appends.rb - config/initializers/seeds.rb - config/initializers/workarea.rb - config/locales/en.yml - config/routes.rb - lib/workarea/global_e.rb - lib/workarea/global_e/engine.rb - lib/workarea/global_e/error.rb - lib/workarea/global_e/version.rb - script/admin_ci - script/ci - script/core_ci - script/plugins_ci - script/storefront_ci - test/dummy/.ruby-version - test/dummy/Rakefile - test/dummy/app/assets/config/manifest.js - test/dummy/app/assets/images/.keep - test/dummy/app/assets/javascripts/application.js - test/dummy/app/assets/stylesheets/application.css - test/dummy/app/controllers/application_controller.rb - test/dummy/app/controllers/concerns/.keep - test/dummy/app/helpers/application_helper.rb - test/dummy/app/jobs/application_job.rb - test/dummy/app/mailers/application_mailer.rb - test/dummy/app/models/concerns/.keep - test/dummy/app/views/layouts/application.html.erb - test/dummy/app/views/layouts/mailer.html.erb - test/dummy/app/views/layouts/mailer.text.erb - test/dummy/bin/bundle - test/dummy/bin/rails - test/dummy/bin/rake - test/dummy/bin/setup - test/dummy/bin/update - test/dummy/bin/yarn - test/dummy/config.ru - test/dummy/config/application.rb - test/dummy/config/boot.rb - test/dummy/config/environment.rb - test/dummy/config/environments/development.rb - test/dummy/config/environments/production.rb - test/dummy/config/environments/test.rb - test/dummy/config/initializers/application_controller_renderer.rb - test/dummy/config/initializers/assets.rb - test/dummy/config/initializers/backtrace_silencers.rb - test/dummy/config/initializers/content_security_policy.rb - test/dummy/config/initializers/cookies_serializer.rb - test/dummy/config/initializers/filter_parameter_logging.rb - test/dummy/config/initializers/inflections.rb - test/dummy/config/initializers/mime_types.rb - test/dummy/config/initializers/workarea.rb - test/dummy/config/initializers/wrap_parameters.rb - test/dummy/config/locales/en.yml - test/dummy/config/puma.rb - test/dummy/config/routes.rb - test/dummy/config/secrets.yml - test/dummy/config/spring.rb - test/dummy/db/seeds.rb - test/dummy/lib/assets/.keep - test/dummy/log/.keep - test/factories/workarea/global_e_factories.rb - test/integration/workarea/admin/catalog_product_country_exceptions_integration_test.rb - test/integration/workarea/admin/global_e_jump_to_integration_test.rb - test/integration/workarea/admin/pricing_sku_fixed_prices_integration_test.rb - test/integration/workarea/storefront/global_e_api/receive_order_integration_test.rb - test/integration/workarea/storefront/global_e_api/receive_order_refund_integration_test.rb - test/integration/workarea/storefront/global_e_api/receive_payment_integration_test.rb - test/integration/workarea/storefront/global_e_api/receive_shipping_info_integration_test.rb - test/integration/workarea/storefront/global_e_api/remove_restricted_products_integration_test.rb - test/integration/workarea/storefront/global_e_api/update_order_status_integration_test.rb - test/integration/workarea/storefront/global_e_checkout_cart_info/fixed_pricing_test.rb - test/integration/workarea/storefront/global_e_checkout_cart_info/gift_card_test.rb - test/integration/workarea/storefront/global_e_checkout_cart_info_integration_test.rb - test/integration/workarea/storefront/global_e_checkouts_integration_test.rb - test/integration/workarea/storefront/users/global_e_logins_integration_test.rb - test/models/workarea/catalog/product_global_e_test.rb - test/models/workarea/fixed_pricing_test.rb - test/models/workarea/global_e/country_exception_test.rb - test/models/workarea/payment_test.decorator - test/models/workarea/pricing/calculators/item_calculator_fixed_prices_test.rb - test/models/workarea/pricing/collection_fixed_prices_test.rb - test/models/workarea/pricing/price_distributor_test.decorator - test/models/workarea/pricing/sku_fixed_price_test.rb - test/support/workarea/global_e_support.rb - test/system/workarea/admin/global_e_system_test.rb - test/system/workarea/storefront/global_e_cart_system_test.rb - test/system/workarea/storefront/global_e_order_history_system_test.rb - test/teaspoon_env.rb - test/test_helper.rb - test/workers/workarea/global_e/update_order_dispatch_test.rb - test/workers/workarea/global_e_save_user_order_details_test.rb - workarea-global_e.gemspec homepage: licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.0.6 signing_key: specification_version: 4 summary: Global E integration for Workarea Platform test_files: []