--- !ruby/object:Gem::Specification
name: spree_api
version: !ruby/object:Gem::Version
  version: 2.2.6
platform: ruby
authors:
- Ryan Bigg
autorequire: 
bindir: bin
cert_chain: []
date: 2014-09-19 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
  name: spree_core
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - '='
      - !ruby/object:Gem::Version
        version: 2.2.6
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - '='
      - !ruby/object:Gem::Version
        version: 2.2.6
- !ruby/object:Gem::Dependency
  name: rabl
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - '='
      - !ruby/object:Gem::Version
        version: 0.9.3
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - '='
      - !ruby/object:Gem::Version
        version: 0.9.3
- !ruby/object:Gem::Dependency
  name: versioncake
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: 1.2.0
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: 1.2.0
description: Spree's API
email:
- ryan@spreecommerce.com
executables: []
extensions: []
extra_rdoc_files: []
files:
- ".gitignore"
- CHANGELOG.md
- Gemfile
- LICENSE
- Rakefile
- app/controllers/spree/api/addresses_controller.rb
- app/controllers/spree/api/base_controller.rb
- app/controllers/spree/api/checkouts_controller.rb
- app/controllers/spree/api/classifications_controller.rb
- app/controllers/spree/api/config_controller.rb
- app/controllers/spree/api/countries_controller.rb
- app/controllers/spree/api/images_controller.rb
- app/controllers/spree/api/inventory_units_controller.rb
- app/controllers/spree/api/line_items_controller.rb
- app/controllers/spree/api/option_types_controller.rb
- app/controllers/spree/api/option_values_controller.rb
- app/controllers/spree/api/orders_controller.rb
- app/controllers/spree/api/payments_controller.rb
- app/controllers/spree/api/product_properties_controller.rb
- app/controllers/spree/api/products_controller.rb
- app/controllers/spree/api/properties_controller.rb
- app/controllers/spree/api/return_authorizations_controller.rb
- app/controllers/spree/api/shipments_controller.rb
- app/controllers/spree/api/states_controller.rb
- app/controllers/spree/api/stock_items_controller.rb
- app/controllers/spree/api/stock_locations_controller.rb
- app/controllers/spree/api/stock_movements_controller.rb
- app/controllers/spree/api/taxonomies_controller.rb
- app/controllers/spree/api/taxons_controller.rb
- app/controllers/spree/api/users_controller.rb
- app/controllers/spree/api/variants_controller.rb
- app/controllers/spree/api/zones_controller.rb
- app/helpers/spree/api/api_helpers.rb
- app/models/spree/api_configuration.rb
- app/models/spree/option_value_decorator.rb
- app/views/spree/api/addresses/show.v1.rabl
- app/views/spree/api/adjustments/show.v1.rabl
- app/views/spree/api/config/money.v1.rabl
- app/views/spree/api/config/show.v1.rabl
- app/views/spree/api/countries/index.v1.rabl
- app/views/spree/api/countries/show.v1.rabl
- app/views/spree/api/credit_cards/show.v1.rabl
- app/views/spree/api/errors/gateway_error.v1.rabl
- app/views/spree/api/errors/invalid_api_key.v1.rabl
- app/views/spree/api/errors/invalid_resource.v1.rabl
- app/views/spree/api/errors/must_specify_api_key.v1.rabl
- app/views/spree/api/errors/not_found.v1.rabl
- app/views/spree/api/errors/unauthorized.v1.rabl
- app/views/spree/api/images/show.v1.rabl
- app/views/spree/api/inventory_units/show.rabl
- app/views/spree/api/line_items/new.v1.rabl
- app/views/spree/api/line_items/show.v1.rabl
- app/views/spree/api/option_types/index.v1.rabl
- app/views/spree/api/option_types/show.v1.rabl
- app/views/spree/api/option_values/index.v1.rabl
- app/views/spree/api/option_values/show.v1.rabl
- app/views/spree/api/orders/address.v1.rabl
- app/views/spree/api/orders/canceled.v1.rabl
- app/views/spree/api/orders/cart.v1.rabl
- app/views/spree/api/orders/complete.v1.rabl
- app/views/spree/api/orders/could_not_apply_coupon.v1.rabl
- app/views/spree/api/orders/could_not_transition.v1.rabl
- app/views/spree/api/orders/delivery.v1.rabl
- app/views/spree/api/orders/index.v1.rabl
- app/views/spree/api/orders/invalid_shipping_method.v1.rabl
- app/views/spree/api/orders/mine.v1.rabl
- app/views/spree/api/orders/order.v1.rabl
- app/views/spree/api/orders/payment.v1.rabl
- app/views/spree/api/orders/show.v1.rabl
- app/views/spree/api/payments/credit_over_limit.v1.rabl
- app/views/spree/api/payments/index.v1.rabl
- app/views/spree/api/payments/new.v1.rabl
- app/views/spree/api/payments/show.v1.rabl
- app/views/spree/api/payments/update_forbidden.v1.rabl
- app/views/spree/api/product_properties/index.v1.rabl
- app/views/spree/api/product_properties/new.v1.rabl
- app/views/spree/api/product_properties/show.v1.rabl
- app/views/spree/api/products/index.v1.rabl
- app/views/spree/api/products/new.v1.rabl
- app/views/spree/api/products/product.v1.rabl
- app/views/spree/api/products/show.v1.rabl
- app/views/spree/api/promotions/handler.v1.rabl
- app/views/spree/api/properties/index.v1.rabl
- app/views/spree/api/properties/new.v1.rabl
- app/views/spree/api/properties/show.v1.rabl
- app/views/spree/api/return_authorizations/index.v1.rabl
- app/views/spree/api/return_authorizations/new.v1.rabl
- app/views/spree/api/return_authorizations/show.v1.rabl
- app/views/spree/api/shared/stock_location_required.v1.rabl
- app/views/spree/api/shipments/cannot_ready_shipment.v1.rabl
- app/views/spree/api/shipments/show.v1.rabl
- app/views/spree/api/shipping_rates/show.v1.rabl
- app/views/spree/api/states/index.v1.rabl
- app/views/spree/api/states/show.v1.rabl
- app/views/spree/api/stock_items/index.v1.rabl
- app/views/spree/api/stock_items/show.v1.rabl
- app/views/spree/api/stock_locations/index.v1.rabl
- app/views/spree/api/stock_locations/show.v1.rabl
- app/views/spree/api/stock_movements/index.v1.rabl
- app/views/spree/api/stock_movements/show.v1.rabl
- app/views/spree/api/taxonomies/index.v1.rabl
- app/views/spree/api/taxonomies/jstree.rabl
- app/views/spree/api/taxonomies/nested.v1.rabl
- app/views/spree/api/taxonomies/new.v1.rabl
- app/views/spree/api/taxonomies/show.v1.rabl
- app/views/spree/api/taxons/index.v1.rabl
- app/views/spree/api/taxons/jstree.rabl
- app/views/spree/api/taxons/new.v1.rabl
- app/views/spree/api/taxons/show.v1.rabl
- app/views/spree/api/taxons/taxons.v1.rabl
- app/views/spree/api/users/index.v1.rabl
- app/views/spree/api/users/new.v1.rabl
- app/views/spree/api/users/show.v1.rabl
- app/views/spree/api/variants/big.v1.rabl
- app/views/spree/api/variants/index.v1.rabl
- app/views/spree/api/variants/new.v1.rabl
- app/views/spree/api/variants/show.v1.rabl
- app/views/spree/api/variants/small.v1.rabl
- app/views/spree/api/zones/index.v1.rabl
- app/views/spree/api/zones/show.v1.rabl
- config/initializers/metal_load_paths.rb
- config/locales/en.yml
- config/routes.rb
- db/migrate/20100107141738_add_api_key_to_spree_users.rb
- db/migrate/20120411123334_resize_api_key_field.rb
- db/migrate/20120530054546_rename_api_key_to_spree_api_key.rb
- db/migrate/20131017162334_add_index_to_user_spree_api_key.rb
- lib/spree/api.rb
- lib/spree/api/controller_setup.rb
- lib/spree/api/engine.rb
- lib/spree/api/responders.rb
- lib/spree/api/responders/rabl_template.rb
- lib/spree/api/testing_support/caching.rb
- lib/spree/api/testing_support/helpers.rb
- lib/spree/api/testing_support/setup.rb
- lib/spree/api/version.rb
- lib/spree_api.rb
- script/rails
- spec/controllers/spree/api/addresses_controller_spec.rb
- spec/controllers/spree/api/base_controller_spec.rb
- spec/controllers/spree/api/checkouts_controller_spec.rb
- spec/controllers/spree/api/classifications_controller_spec.rb
- spec/controllers/spree/api/config_controller_spec.rb
- spec/controllers/spree/api/countries_controller_spec.rb
- spec/controllers/spree/api/images_controller_spec.rb
- spec/controllers/spree/api/inventory_units_controller_spec.rb
- spec/controllers/spree/api/line_items_controller_spec.rb
- spec/controllers/spree/api/option_types_controller_spec.rb
- spec/controllers/spree/api/option_values_controller_spec.rb
- spec/controllers/spree/api/orders_controller_spec.rb
- spec/controllers/spree/api/payments_controller_spec.rb
- spec/controllers/spree/api/product_properties_controller_spec.rb
- spec/controllers/spree/api/products_controller_spec.rb
- spec/controllers/spree/api/promotion_application_spec.rb
- spec/controllers/spree/api/properties_controller_spec.rb
- spec/controllers/spree/api/return_authorizations_controller_spec.rb
- spec/controllers/spree/api/shipments_controller_spec.rb
- spec/controllers/spree/api/states_controller_spec.rb
- spec/controllers/spree/api/stock_items_controller_spec.rb
- spec/controllers/spree/api/stock_locations_controller_spec.rb
- spec/controllers/spree/api/stock_movements_controller_spec.rb
- spec/controllers/spree/api/taxonomies_controller_spec.rb
- spec/controllers/spree/api/taxons_controller_spec.rb
- spec/controllers/spree/api/unauthenticated_products_controller_spec.rb
- spec/controllers/spree/api/users_controller_spec.rb
- spec/controllers/spree/api/variants_controller_spec.rb
- spec/controllers/spree/api/zones_controller_spec.rb
- spec/fixtures/thinking-cat.jpg
- spec/models/spree/legacy_user_spec.rb
- spec/requests/rabl_cache_spec.rb
- spec/shared_examples/protect_product_actions.rb
- spec/spec_helper.rb
- spec/support/controller_hacks.rb
- spec/support/database_cleaner.rb
- spec/support/have_attributes_matcher.rb
- spree_api.gemspec
homepage: ''
licenses: []
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: []
rubyforge_project: 
rubygems_version: 2.2.2
signing_key: 
specification_version: 4
summary: Spree's API
test_files:
- spec/controllers/spree/api/addresses_controller_spec.rb
- spec/controllers/spree/api/base_controller_spec.rb
- spec/controllers/spree/api/checkouts_controller_spec.rb
- spec/controllers/spree/api/classifications_controller_spec.rb
- spec/controllers/spree/api/config_controller_spec.rb
- spec/controllers/spree/api/countries_controller_spec.rb
- spec/controllers/spree/api/images_controller_spec.rb
- spec/controllers/spree/api/inventory_units_controller_spec.rb
- spec/controllers/spree/api/line_items_controller_spec.rb
- spec/controllers/spree/api/option_types_controller_spec.rb
- spec/controllers/spree/api/option_values_controller_spec.rb
- spec/controllers/spree/api/orders_controller_spec.rb
- spec/controllers/spree/api/payments_controller_spec.rb
- spec/controllers/spree/api/product_properties_controller_spec.rb
- spec/controllers/spree/api/products_controller_spec.rb
- spec/controllers/spree/api/promotion_application_spec.rb
- spec/controllers/spree/api/properties_controller_spec.rb
- spec/controllers/spree/api/return_authorizations_controller_spec.rb
- spec/controllers/spree/api/shipments_controller_spec.rb
- spec/controllers/spree/api/states_controller_spec.rb
- spec/controllers/spree/api/stock_items_controller_spec.rb
- spec/controllers/spree/api/stock_locations_controller_spec.rb
- spec/controllers/spree/api/stock_movements_controller_spec.rb
- spec/controllers/spree/api/taxonomies_controller_spec.rb
- spec/controllers/spree/api/taxons_controller_spec.rb
- spec/controllers/spree/api/unauthenticated_products_controller_spec.rb
- spec/controllers/spree/api/users_controller_spec.rb
- spec/controllers/spree/api/variants_controller_spec.rb
- spec/controllers/spree/api/zones_controller_spec.rb
- spec/fixtures/thinking-cat.jpg
- spec/models/spree/legacy_user_spec.rb
- spec/requests/rabl_cache_spec.rb
- spec/shared_examples/protect_product_actions.rb
- spec/spec_helper.rb
- spec/support/controller_hacks.rb
- spec/support/database_cleaner.rb
- spec/support/have_attributes_matcher.rb