# -*- encoding: utf-8 -*-
# stub: effective_orders 6.19.1 ruby lib

Gem::Specification.new do |s|
  s.name = "effective_orders".freeze
  s.version = "6.19.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 = ["Code and Effect".freeze]
  s.date = "2025-01-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/deluxe.js".freeze, "app/assets/javascripts/effective_orders/providers/deluxe_delayed.js".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/item_names_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/deluxe.rb".freeze, "app/controllers/effective/providers/deluxe_delayed.rb".freeze, "app/controllers/effective/providers/deluxe_delayed_purchase.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_item_names_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_acts_as_purchasable_helper.rb".freeze, "app/helpers/effective_carts_helper.rb".freeze, "app/helpers/effective_deluxe_delayed_helper.rb".freeze, "app/helpers/effective_deluxe_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/deluxe_api.rb".freeze, "app/models/effective/item_name.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/item_names/_form.html.haml".freeze, "app/views/admin/item_names/_form_item_name.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/acts_as_purchasable/_fields.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_declined.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/delayed/_form.html.haml".freeze, "app/views/effective/orders/delayed/_form_purchase.html.haml".freeze, "app/views/effective/orders/deluxe/_css.html.haml".freeze, "app/views/effective/orders/deluxe/_element.html.haml".freeze, "app/views/effective/orders/deluxe/_form.html.haml".freeze, "app/views/effective/orders/deluxe_delayed/_css.html.haml".freeze, "app/views/effective/orders/deluxe_delayed/_element.html.haml".freeze, "app/views/effective/orders/deluxe_delayed/_form.html.haml".freeze, "app/views/effective/orders/deluxe_delayed/_form_purchase.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_declined_to_admin.html.haml".freeze, "app/views/effective/orders_mailer/order_declined_to_buyer.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/101_create_effective_orders.rb".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<rails>.freeze, [">= 4.0.0".freeze])
  s.add_runtime_dependency(%q<coffee-rails>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<sassc>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<effective_addresses>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<effective_datatables>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<effective_bootstrap>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<effective_resources>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<sqlite3>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<devise>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<haml>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<pry-byebug>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<psych>.freeze, ["< 4".freeze])
end