--- !ruby/object:Gem::Specification
name: effective_orders
version: !ruby/object:Gem::Version
  version: 4.0.0beta3
platform: ruby
authors:
- Code and Effect
autorequire: 
bindir: bin
cert_chain: []
date: 2018-04-02 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: devise
  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: sass-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: effective_datatables
  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: 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'
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/javascripts/effective_orders.js
- app/assets/javascripts/effective_orders/customers.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/assets/stylesheets/effective_orders/_subscriptions.scss
- app/controllers/admin/customers_controller.rb
- app/controllers/admin/order_items_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/free.rb
- app/controllers/effective/providers/mark_as_paid.rb
- app/controllers/effective/providers/moneris.rb
- app/controllers/effective/providers/paypal.rb
- app/controllers/effective/providers/pretend.rb
- app/controllers/effective/providers/refund.rb
- app/controllers/effective/providers/stripe.rb
- app/controllers/effective/webhooks_controller.rb
- app/datatables/effective_customers_datatable.rb
- app/datatables/effective_order_items_datatable.rb
- app/datatables/effective_orders_datatable.rb
- app/helpers/effective_carts_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_subscribable.rb
- app/models/concerns/acts_as_subscribable_buyer.rb
- app/models/effective/access_denied.rb
- app/models/effective/cart.rb
- app/models/effective/cart_item.rb
- app/models/effective/customer.rb
- app/models/effective/order.rb
- app/models/effective/order_item.rb
- app/models/effective/product.rb
- app/models/effective/providers/stripe_charge.rb
- app/models/effective/subscripter.rb
- app/models/effective/subscription.rb
- app/models/effective/tax_rate_calculator.rb
- app/models/validators/effective/sold_out_validator.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/orders/_actions.html.haml
- app/views/admin/orders/_form.html.haml
- app/views/admin/orders/_form_note_internal.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/admin/orders/edit.html.haml
- app/views/admin/orders/index.html.haml
- app/views/admin/orders/new.html.haml
- app/views/admin/orders/show.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/_fields.html.haml
- app/views/effective/customers/_form.html.haml
- app/views/effective/customers/edit.html.haml
- 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/_order.html.haml
- app/views/effective/orders/_order_actions.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_note_fields.html.haml
- app/views/effective/orders/_order_notes.html.haml
- app/views/effective/orders/_order_payment_details.html.haml
- app/views/effective/orders/_order_shipping.html.haml
- app/views/effective/orders/_order_terms_and_conditions_fields.html.haml
- app/views/effective/orders/_order_user_fields.html.haml
- app/views/effective/orders/_orders_table.html.haml
- app/views/effective/orders/cheque/_form.html.haml
- app/views/effective/orders/cheque/pay_by_cheque.html.haml
- app/views/effective/orders/declined.html.haml
- app/views/effective/orders/edit.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/new.html.haml
- app/views/effective/orders/paypal/_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/_form.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/subscription_canceled.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_trial_expiring.html.haml
- app/views/effective/subscriptions/_fields.html.haml
- app/views/effective/subscriptions/_plan.html.haml
- app/views/layouts/effective_orders_mailer_layout.html.haml
- config/effective_orders.rb
- config/routes.rb
- db/migrate/01_create_effective_orders.rb.erb
- 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: 1.3.1
requirements: []
rubyforge_project: 
rubygems_version: 2.4.5.1
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: []