--- !ruby/object:Gem::Specification
name: effective_orders
version: !ruby/object:Gem::Version
  version: 6.14.2
platform: ruby
authors:
- Code and Effect
autorequire:
bindir: bin
cert_chain: []
date: 2024-07-10 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
  name: rails
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: 4.0.0
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: 4.0.0
- !ruby/object:Gem::Dependency
  name: coffee-rails
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
- !ruby/object:Gem::Dependency
  name: sassc
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
- !ruby/object:Gem::Dependency
  name: effective_addresses
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
- !ruby/object:Gem::Dependency
  name: effective_datatables
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
- !ruby/object:Gem::Dependency
  name: effective_bootstrap
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
- !ruby/object:Gem::Dependency
  name: effective_resources
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
- !ruby/object:Gem::Dependency
  name: sqlite3
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
- !ruby/object:Gem::Dependency
  name: devise
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
- !ruby/object:Gem::Dependency
  name: haml
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
- !ruby/object:Gem::Dependency
  name: pry-byebug
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
- !ruby/object:Gem::Dependency
  name: psych
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - "<"
      - !ruby/object:Gem::Version
        version: '4'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - "<"
      - !ruby/object:Gem::Version
        version: '4'
description: Quickly build an online store with carts, orders, automatic email receipts
  and payment collection via Stripe, StripeConnect, PayPal and Moneris.
email:
- info@codeandeffect.com
executables: []
extensions: []
extra_rdoc_files: []
files:
- MIT-LICENSE
- README.md
- app/assets/config/effective_orders_manifest.js
- app/assets/images/effective_orders/logo.png
- app/assets/images/effective_orders/stripe.png
- app/assets/javascripts/effective_orders.js
- app/assets/javascripts/effective_orders/customers.js.coffee
- app/assets/javascripts/effective_orders/providers/deluxe.js
- app/assets/javascripts/effective_orders/providers/deluxe_delayed.js
- app/assets/javascripts/effective_orders/providers/moneris_checkout.js.coffee
- app/assets/javascripts/effective_orders/providers/stripe.js.coffee
- app/assets/javascripts/effective_orders/subscriptions.js.coffee
- app/assets/stylesheets/effective_orders.scss
- app/assets/stylesheets/effective_orders/_cart.scss
- app/assets/stylesheets/effective_orders/_order.scss
- app/controllers/admin/customers_controller.rb
- app/controllers/admin/order_items_controller.rb
- app/controllers/admin/order_reports_controller.rb
- app/controllers/admin/orders_controller.rb
- app/controllers/effective/carts_controller.rb
- app/controllers/effective/concerns/purchase.rb
- app/controllers/effective/customers_controller.rb
- app/controllers/effective/orders_controller.rb
- app/controllers/effective/providers/cheque.rb
- app/controllers/effective/providers/deluxe.rb
- app/controllers/effective/providers/deluxe_delayed.rb
- app/controllers/effective/providers/deluxe_delayed_purchase.rb
- app/controllers/effective/providers/etransfer.rb
- app/controllers/effective/providers/free.rb
- app/controllers/effective/providers/mark_as_paid.rb
- app/controllers/effective/providers/moneris.rb
- app/controllers/effective/providers/moneris_checkout.rb
- app/controllers/effective/providers/paypal.rb
- app/controllers/effective/providers/phone.rb
- app/controllers/effective/providers/pretend.rb
- app/controllers/effective/providers/refund.rb
- app/controllers/effective/providers/stripe.rb
- app/controllers/effective/subscripter_controller.rb
- app/controllers/effective/webhooks_controller.rb
- app/datatables/admin/effective_customers_datatable.rb
- app/datatables/admin/effective_orders_datatable.rb
- app/datatables/admin/report_payment_providers_datatable.rb
- app/datatables/admin/report_transactions_datatable.rb
- app/datatables/admin/report_transactions_grouped_by_name_datatable.rb
- app/datatables/admin/report_transactions_grouped_by_qb_name_datatable.rb
- app/datatables/effective_orders_datatable.rb
- app/helpers/effective_carts_helper.rb
- app/helpers/effective_deluxe_delayed_helper.rb
- app/helpers/effective_deluxe_helper.rb
- app/helpers/effective_moneris_checkout_helper.rb
- app/helpers/effective_orders_helper.rb
- app/helpers/effective_paypal_helper.rb
- app/helpers/effective_stripe_helper.rb
- app/helpers/effective_subscriptions_helper.rb
- app/mailers/effective/orders_mailer.rb
- app/models/concerns/acts_as_purchasable.rb
- app/models/concerns/acts_as_purchasable_parent.rb
- app/models/concerns/acts_as_subscribable.rb
- app/models/concerns/acts_as_subscribable_buyer.rb
- app/models/effective/cart.rb
- app/models/effective/cart_item.rb
- app/models/effective/customer.rb
- app/models/effective/deluxe_api.rb
- app/models/effective/order.rb
- app/models/effective/order_item.rb
- app/models/effective/product.rb
- app/models/effective/sold_out_validator.rb
- app/models/effective/subscripter.rb
- app/models/effective/subscription.rb
- app/models/effective/tax_rate_calculator.rb
- app/views/admin/customers/_actions.html.haml
- app/views/admin/customers/index.html.haml
- app/views/admin/customers/show.html.haml
- app/views/admin/order_items/index.html.haml
- app/views/admin/order_reports/index.html.haml
- app/views/admin/orders/_form.html.haml
- app/views/admin/orders/_form_note_internal.html.haml
- app/views/admin/orders/_form_order.html.haml
- app/views/admin/orders/_layout.html.haml
- app/views/admin/orders/_order.html.haml
- app/views/admin/orders/_order_actions.html.haml
- app/views/admin/orders/_order_item_fields.html.haml
- app/views/admin/orders/checkout.html.haml
- app/views/effective/carts/_cart.html.haml
- app/views/effective/carts/_cart_actions.html.haml
- app/views/effective/carts/show.html.haml
- app/views/effective/customers/_customer.html.haml
- app/views/effective/customers/_form.html.haml
- app/views/effective/customers/edit.html.haml
- app/views/effective/customers/update.js.erb
- app/views/effective/orders/_checkout_actions.html.haml
- app/views/effective/orders/_checkout_step1.html.haml
- app/views/effective/orders/_checkout_step2.html.haml
- app/views/effective/orders/_datatable_actions.html.haml
- app/views/effective/orders/_fields.html.haml
- app/views/effective/orders/_fields_note.html.haml
- app/views/effective/orders/_fields_terms.html.haml
- app/views/effective/orders/_layout.html.haml
- app/views/effective/orders/_order.html.haml
- app/views/effective/orders/_order_actions.html.haml
- app/views/effective/orders/_order_declined.html.haml
- app/views/effective/orders/_order_deferred.html.haml
- app/views/effective/orders/_order_footer.html.haml
- app/views/effective/orders/_order_header.html.haml
- app/views/effective/orders/_order_items.html.haml
- app/views/effective/orders/_order_notes.html.haml
- app/views/effective/orders/_order_payment.html.haml
- app/views/effective/orders/_order_shipping.html.haml
- app/views/effective/orders/_orders_table.html.haml
- app/views/effective/orders/_purchasables.html.haml
- app/views/effective/orders/cheque/_form.html.haml
- app/views/effective/orders/declined.html.haml
- app/views/effective/orders/deferred.html.haml
- app/views/effective/orders/deferred/_form.html.haml
- app/views/effective/orders/delayed/_form.html.haml
- app/views/effective/orders/delayed/_form_purchase.html.haml
- app/views/effective/orders/deluxe/_css.html.haml
- app/views/effective/orders/deluxe/_element.html.haml
- app/views/effective/orders/deluxe/_form.html.haml
- app/views/effective/orders/deluxe_delayed/_css.html.haml
- app/views/effective/orders/deluxe_delayed/_element.html.haml
- app/views/effective/orders/deluxe_delayed/_form.html.haml
- app/views/effective/orders/deluxe_delayed/_form_purchase.html.haml
- app/views/effective/orders/edit.html.haml
- app/views/effective/orders/etransfer/_form.html.haml
- app/views/effective/orders/free/_form.html.haml
- app/views/effective/orders/index.html.haml
- app/views/effective/orders/mark_as_paid/_form.html.haml
- app/views/effective/orders/moneris/_form.html.haml
- app/views/effective/orders/moneris_checkout/_element.html.haml
- app/views/effective/orders/moneris_checkout/_form.html.haml
- app/views/effective/orders/new.html.haml
- app/views/effective/orders/paypal/_form.html.haml
- app/views/effective/orders/phone/_form.html.haml
- app/views/effective/orders/pretend/_form.html.haml
- app/views/effective/orders/purchased.html.haml
- app/views/effective/orders/refund/_form.html.haml
- app/views/effective/orders/show.html.haml
- app/views/effective/orders/stripe/_element.html.haml
- app/views/effective/orders/stripe/_form.html.haml
- app/views/effective/orders_mailer/order_declined_to_admin.html.haml
- app/views/effective/orders_mailer/order_declined_to_buyer.html.haml
- app/views/effective/orders_mailer/order_error.html.haml
- app/views/effective/orders_mailer/order_receipt_to_admin.html.haml
- app/views/effective/orders_mailer/order_receipt_to_buyer.html.haml
- app/views/effective/orders_mailer/payment_request_to_buyer.html.haml
- app/views/effective/orders_mailer/pending_order_invoice_to_buyer.html.haml
- app/views/effective/orders_mailer/refund_notification_to_admin.html.haml
- app/views/effective/orders_mailer/subscription_canceled.html.haml
- app/views/effective/orders_mailer/subscription_created.html.haml
- app/views/effective/orders_mailer/subscription_event_to_admin.html.haml
- app/views/effective/orders_mailer/subscription_payment_failed.html.haml
- app/views/effective/orders_mailer/subscription_payment_succeeded.html.haml
- app/views/effective/orders_mailer/subscription_trial_expired.html.haml
- app/views/effective/orders_mailer/subscription_trialing.html.haml
- app/views/effective/orders_mailer/subscription_updated.html.haml
- app/views/effective/subscripter/_form.html.haml
- app/views/effective/subscripter/_plan.html.haml
- app/views/layouts/effective_orders_mailer_layout.html.haml
- config/effective_orders.rb
- config/locales/effective_orders.en.yml
- config/routes.rb
- db/migrate/101_create_effective_orders.rb
- lib/effective_orders.rb
- lib/effective_orders/engine.rb
- lib/effective_orders/version.rb
- lib/generators/effective_orders/install_generator.rb
- lib/generators/templates/effective_orders_mailer_preview.rb
- lib/tasks/effective_orders_tasks.rake
homepage: https://github.com/code-and-effect/effective_orders
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.3.7
signing_key:
specification_version: 4
summary: Quickly build an online store with carts, orders, automatic email receipts
  and payment collection via Stripe, StripeConnect, PayPal and Moneris.
test_files: []