# -*- encoding: utf-8 -*- # stub: effective_orders 6.5.7 ruby lib Gem::Specification.new do |s| s.name = "effective_orders".freeze s.version = "6.5.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 = ["Code and Effect".freeze] s.date = "2023-07-20" s.description = "Quickly build an online store with carts, orders, automatic email receipts and payment collection via Stripe, StripeConnect, PayPal and Moneris.".freeze s.email = ["info@codeandeffect.com".freeze] s.files = ["MIT-LICENSE".freeze, "README.md".freeze, "app/assets/config/effective_orders_manifest.js".freeze, "app/assets/images/effective_orders/logo.png".freeze, "app/assets/images/effective_orders/stripe.png".freeze, "app/assets/javascripts/effective_orders.js".freeze, "app/assets/javascripts/effective_orders/customers.js.coffee".freeze, "app/assets/javascripts/effective_orders/providers/moneris_checkout.js.coffee".freeze, "app/assets/javascripts/effective_orders/providers/stripe.js.coffee".freeze, "app/assets/javascripts/effective_orders/subscriptions.js.coffee".freeze, "app/assets/stylesheets/effective_orders.scss".freeze, "app/assets/stylesheets/effective_orders/_cart.scss".freeze, "app/assets/stylesheets/effective_orders/_order.scss".freeze, "app/controllers/admin/customers_controller.rb".freeze, "app/controllers/admin/order_items_controller.rb".freeze, "app/controllers/admin/order_reports_controller.rb".freeze, "app/controllers/admin/orders_controller.rb".freeze, "app/controllers/effective/carts_controller.rb".freeze, "app/controllers/effective/concerns/purchase.rb".freeze, "app/controllers/effective/customers_controller.rb".freeze, "app/controllers/effective/orders_controller.rb".freeze, "app/controllers/effective/providers/cheque.rb".freeze, "app/controllers/effective/providers/etransfer.rb".freeze, "app/controllers/effective/providers/free.rb".freeze, "app/controllers/effective/providers/mark_as_paid.rb".freeze, "app/controllers/effective/providers/moneris.rb".freeze, "app/controllers/effective/providers/moneris_checkout.rb".freeze, "app/controllers/effective/providers/paypal.rb".freeze, "app/controllers/effective/providers/phone.rb".freeze, "app/controllers/effective/providers/pretend.rb".freeze, "app/controllers/effective/providers/refund.rb".freeze, "app/controllers/effective/providers/stripe.rb".freeze, "app/controllers/effective/subscripter_controller.rb".freeze, "app/controllers/effective/webhooks_controller.rb".freeze, "app/datatables/admin/effective_customers_datatable.rb".freeze, "app/datatables/admin/effective_orders_datatable.rb".freeze, "app/datatables/admin/report_payment_providers_datatable.rb".freeze, "app/datatables/admin/report_transactions_datatable.rb".freeze, "app/datatables/admin/report_transactions_grouped_by_name_datatable.rb".freeze, "app/datatables/admin/report_transactions_grouped_by_qb_name_datatable.rb".freeze, "app/datatables/effective_orders_datatable.rb".freeze, "app/helpers/effective_carts_helper.rb".freeze, "app/helpers/effective_moneris_checkout_helper.rb".freeze, "app/helpers/effective_orders_helper.rb".freeze, "app/helpers/effective_paypal_helper.rb".freeze, "app/helpers/effective_stripe_helper.rb".freeze, "app/helpers/effective_subscriptions_helper.rb".freeze, "app/mailers/effective/orders_mailer.rb".freeze, "app/models/concerns/acts_as_purchasable.rb".freeze, "app/models/concerns/acts_as_purchasable_parent.rb".freeze, "app/models/concerns/acts_as_subscribable.rb".freeze, "app/models/concerns/acts_as_subscribable_buyer.rb".freeze, "app/models/effective/cart.rb".freeze, "app/models/effective/cart_item.rb".freeze, "app/models/effective/customer.rb".freeze, "app/models/effective/order.rb".freeze, "app/models/effective/order_item.rb".freeze, "app/models/effective/product.rb".freeze, "app/models/effective/sold_out_validator.rb".freeze, "app/models/effective/subscripter.rb".freeze, "app/models/effective/subscription.rb".freeze, "app/models/effective/tax_rate_calculator.rb".freeze, "app/views/admin/customers/_actions.html.haml".freeze, "app/views/admin/customers/index.html.haml".freeze, "app/views/admin/customers/show.html.haml".freeze, "app/views/admin/order_items/index.html.haml".freeze, "app/views/admin/order_reports/index.html.haml".freeze, "app/views/admin/orders/_form.html.haml".freeze, "app/views/admin/orders/_form_note_internal.html.haml".freeze, "app/views/admin/orders/_form_order.html.haml".freeze, "app/views/admin/orders/_layout.html.haml".freeze, "app/views/admin/orders/_order.html.haml".freeze, "app/views/admin/orders/_order_actions.html.haml".freeze, "app/views/admin/orders/_order_item_fields.html.haml".freeze, "app/views/admin/orders/checkout.html.haml".freeze, "app/views/effective/carts/_cart.html.haml".freeze, "app/views/effective/carts/_cart_actions.html.haml".freeze, "app/views/effective/carts/show.html.haml".freeze, "app/views/effective/customers/_customer.html.haml".freeze, "app/views/effective/customers/_form.html.haml".freeze, "app/views/effective/customers/edit.html.haml".freeze, "app/views/effective/customers/update.js.erb".freeze, "app/views/effective/orders/_checkout_actions.html.haml".freeze, "app/views/effective/orders/_checkout_step1.html.haml".freeze, "app/views/effective/orders/_checkout_step2.html.haml".freeze, "app/views/effective/orders/_datatable_actions.html.haml".freeze, "app/views/effective/orders/_fields.html.haml".freeze, "app/views/effective/orders/_fields_note.html.haml".freeze, "app/views/effective/orders/_fields_terms.html.haml".freeze, "app/views/effective/orders/_layout.html.haml".freeze, "app/views/effective/orders/_order.html.haml".freeze, "app/views/effective/orders/_order_actions.html.haml".freeze, "app/views/effective/orders/_order_deferred.html.haml".freeze, "app/views/effective/orders/_order_footer.html.haml".freeze, "app/views/effective/orders/_order_header.html.haml".freeze, "app/views/effective/orders/_order_items.html.haml".freeze, "app/views/effective/orders/_order_notes.html.haml".freeze, "app/views/effective/orders/_order_payment.html.haml".freeze, "app/views/effective/orders/_order_shipping.html.haml".freeze, "app/views/effective/orders/_orders_table.html.haml".freeze, "app/views/effective/orders/_purchasables.html.haml".freeze, "app/views/effective/orders/cheque/_form.html.haml".freeze, "app/views/effective/orders/declined.html.haml".freeze, "app/views/effective/orders/deferred.html.haml".freeze, "app/views/effective/orders/deferred/_form.html.haml".freeze, "app/views/effective/orders/edit.html.haml".freeze, "app/views/effective/orders/etransfer/_form.html.haml".freeze, "app/views/effective/orders/free/_form.html.haml".freeze, "app/views/effective/orders/index.html.haml".freeze, "app/views/effective/orders/mark_as_paid/_form.html.haml".freeze, "app/views/effective/orders/moneris/_form.html.haml".freeze, "app/views/effective/orders/moneris_checkout/_element.html.haml".freeze, "app/views/effective/orders/moneris_checkout/_form.html.haml".freeze, "app/views/effective/orders/new.html.haml".freeze, "app/views/effective/orders/paypal/_form.html.haml".freeze, "app/views/effective/orders/phone/_form.html.haml".freeze, "app/views/effective/orders/pretend/_form.html.haml".freeze, "app/views/effective/orders/purchased.html.haml".freeze, "app/views/effective/orders/refund/_form.html.haml".freeze, "app/views/effective/orders/show.html.haml".freeze, "app/views/effective/orders/stripe/_element.html.haml".freeze, "app/views/effective/orders/stripe/_form.html.haml".freeze, "app/views/effective/orders_mailer/order_error.html.haml".freeze, "app/views/effective/orders_mailer/order_receipt_to_admin.html.haml".freeze, "app/views/effective/orders_mailer/order_receipt_to_buyer.html.haml".freeze, "app/views/effective/orders_mailer/payment_request_to_buyer.html.haml".freeze, "app/views/effective/orders_mailer/pending_order_invoice_to_buyer.html.haml".freeze, "app/views/effective/orders_mailer/refund_notification_to_admin.html.haml".freeze, "app/views/effective/orders_mailer/subscription_canceled.html.haml".freeze, "app/views/effective/orders_mailer/subscription_created.html.haml".freeze, "app/views/effective/orders_mailer/subscription_event_to_admin.html.haml".freeze, "app/views/effective/orders_mailer/subscription_payment_failed.html.haml".freeze, "app/views/effective/orders_mailer/subscription_payment_succeeded.html.haml".freeze, "app/views/effective/orders_mailer/subscription_trial_expired.html.haml".freeze, "app/views/effective/orders_mailer/subscription_trialing.html.haml".freeze, "app/views/effective/orders_mailer/subscription_updated.html.haml".freeze, "app/views/effective/subscripter/_form.html.haml".freeze, "app/views/effective/subscripter/_plan.html.haml".freeze, "app/views/layouts/effective_orders_mailer_layout.html.haml".freeze, "config/effective_orders.rb".freeze, "config/locales/effective_orders.en.yml".freeze, "config/routes.rb".freeze, "db/migrate/01_create_effective_orders.rb.erb".freeze, "lib/effective_orders.rb".freeze, "lib/effective_orders/engine.rb".freeze, "lib/effective_orders/version.rb".freeze, "lib/generators/effective_orders/install_generator.rb".freeze, "lib/generators/templates/effective_orders_mailer_preview.rb".freeze, "lib/tasks/effective_orders_tasks.rake".freeze] s.homepage = "https://github.com/code-and-effect/effective_orders".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Quickly build an online store with carts, orders, automatic email receipts and payment collection via Stripe, StripeConnect, PayPal and Moneris.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 4.0.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_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".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["< 4".freeze]) end