--- !ruby/object:Gem::Specification name: spree_api version: !ruby/object:Gem::Version version: 3.1.2 platform: ruby authors: - Ryan Bigg autorequire: bindir: bin cert_chain: [] date: 2016-11-15 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: spree_core requirement: !ruby/object:Gem::Requirement requirements: - - '=' - !ruby/object:Gem::Version version: 3.1.2 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '=' - !ruby/object:Gem::Version version: 3.1.2 - !ruby/object:Gem::Dependency name: rabl requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.12.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.12.0 - !ruby/object:Gem::Dependency name: versioncake requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 2.3.1 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 2.3.1 description: Spree's API email: - ryan@spreecommerce.com executables: [] extensions: [] extra_rdoc_files: [] files: - ".gitignore" - Gemfile - LICENSE - Rakefile - app/controllers/spree/api/base_controller.rb - app/controllers/spree/api/v1/addresses_controller.rb - app/controllers/spree/api/v1/checkouts_controller.rb - app/controllers/spree/api/v1/classifications_controller.rb - app/controllers/spree/api/v1/countries_controller.rb - app/controllers/spree/api/v1/credit_cards_controller.rb - app/controllers/spree/api/v1/images_controller.rb - app/controllers/spree/api/v1/inventory_units_controller.rb - app/controllers/spree/api/v1/line_items_controller.rb - app/controllers/spree/api/v1/option_types_controller.rb - app/controllers/spree/api/v1/option_values_controller.rb - app/controllers/spree/api/v1/orders_controller.rb - app/controllers/spree/api/v1/payments_controller.rb - app/controllers/spree/api/v1/product_properties_controller.rb - app/controllers/spree/api/v1/products_controller.rb - app/controllers/spree/api/v1/promotions_controller.rb - app/controllers/spree/api/v1/properties_controller.rb - app/controllers/spree/api/v1/return_authorizations_controller.rb - app/controllers/spree/api/v1/shipments_controller.rb - app/controllers/spree/api/v1/states_controller.rb - app/controllers/spree/api/v1/stock_items_controller.rb - app/controllers/spree/api/v1/stock_locations_controller.rb - app/controllers/spree/api/v1/stock_movements_controller.rb - app/controllers/spree/api/v1/stores_controller.rb - app/controllers/spree/api/v1/taxonomies_controller.rb - app/controllers/spree/api/v1/taxons_controller.rb - app/controllers/spree/api/v1/users_controller.rb - app/controllers/spree/api/v1/variants_controller.rb - app/controllers/spree/api/v1/zones_controller.rb - app/helpers/spree/api/api_helpers.rb - app/models/spree/api_configuration.rb - 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/v1/addresses/show.v1.rabl - app/views/spree/api/v1/adjustments/show.v1.rabl - app/views/spree/api/v1/config/money.v1.rabl - app/views/spree/api/v1/config/show.v1.rabl - app/views/spree/api/v1/countries/index.v1.rabl - app/views/spree/api/v1/countries/show.v1.rabl - app/views/spree/api/v1/credit_cards/index.v1.rabl - app/views/spree/api/v1/credit_cards/show.v1.rabl - app/views/spree/api/v1/images/index.v1.rabl - app/views/spree/api/v1/images/new.v1.rabl - app/views/spree/api/v1/images/show.v1.rabl - app/views/spree/api/v1/inventory_units/show.rabl - app/views/spree/api/v1/line_items/new.v1.rabl - app/views/spree/api/v1/line_items/show.v1.rabl - app/views/spree/api/v1/option_types/index.v1.rabl - app/views/spree/api/v1/option_types/new.v1.rabl - app/views/spree/api/v1/option_types/show.v1.rabl - app/views/spree/api/v1/option_values/index.v1.rabl - app/views/spree/api/v1/option_values/new.v1.rabl - app/views/spree/api/v1/option_values/show.v1.rabl - app/views/spree/api/v1/orders/address.v1.rabl - app/views/spree/api/v1/orders/canceled.v1.rabl - app/views/spree/api/v1/orders/cart.v1.rabl - app/views/spree/api/v1/orders/complete.v1.rabl - app/views/spree/api/v1/orders/could_not_apply_coupon.v1.rabl - app/views/spree/api/v1/orders/could_not_transition.v1.rabl - app/views/spree/api/v1/orders/index.v1.rabl - app/views/spree/api/v1/orders/invalid_shipping_method.v1.rabl - app/views/spree/api/v1/orders/mine.v1.rabl - app/views/spree/api/v1/orders/order.v1.rabl - app/views/spree/api/v1/orders/payment.v1.rabl - app/views/spree/api/v1/orders/show.v1.rabl - app/views/spree/api/v1/payments/credit_over_limit.v1.rabl - app/views/spree/api/v1/payments/index.v1.rabl - app/views/spree/api/v1/payments/new.v1.rabl - app/views/spree/api/v1/payments/show.v1.rabl - app/views/spree/api/v1/payments/update_forbidden.v1.rabl - app/views/spree/api/v1/product_properties/index.v1.rabl - app/views/spree/api/v1/product_properties/new.v1.rabl - app/views/spree/api/v1/product_properties/show.v1.rabl - app/views/spree/api/v1/products/index.v1.rabl - app/views/spree/api/v1/products/new.v1.rabl - app/views/spree/api/v1/products/product.v1.rabl - app/views/spree/api/v1/products/show.v1.rabl - app/views/spree/api/v1/promotions/handler.v1.rabl - app/views/spree/api/v1/promotions/show.v1.rabl - app/views/spree/api/v1/properties/index.v1.rabl - app/views/spree/api/v1/properties/new.v1.rabl - app/views/spree/api/v1/properties/show.v1.rabl - app/views/spree/api/v1/return_authorizations/index.v1.rabl - app/views/spree/api/v1/return_authorizations/new.v1.rabl - app/views/spree/api/v1/return_authorizations/show.v1.rabl - app/views/spree/api/v1/shared/stock_location_required.v1.rabl - app/views/spree/api/v1/shipments/big.v1.rabl - app/views/spree/api/v1/shipments/cannot_ready_shipment.v1.rabl - app/views/spree/api/v1/shipments/mine.v1.rabl - app/views/spree/api/v1/shipments/show.v1.rabl - app/views/spree/api/v1/shipments/small.v1.rabl - app/views/spree/api/v1/shipping_rates/show.v1.rabl - app/views/spree/api/v1/states/index.v1.rabl - app/views/spree/api/v1/states/show.v1.rabl - app/views/spree/api/v1/stock_items/index.v1.rabl - app/views/spree/api/v1/stock_items/show.v1.rabl - app/views/spree/api/v1/stock_locations/index.v1.rabl - app/views/spree/api/v1/stock_locations/show.v1.rabl - app/views/spree/api/v1/stock_movements/index.v1.rabl - app/views/spree/api/v1/stock_movements/show.v1.rabl - app/views/spree/api/v1/stores/index.v1.rabl - app/views/spree/api/v1/stores/show.v1.rabl - app/views/spree/api/v1/taxonomies/index.v1.rabl - app/views/spree/api/v1/taxonomies/jstree.rabl - app/views/spree/api/v1/taxonomies/nested.v1.rabl - app/views/spree/api/v1/taxonomies/new.v1.rabl - app/views/spree/api/v1/taxonomies/show.v1.rabl - app/views/spree/api/v1/taxons/index.v1.rabl - app/views/spree/api/v1/taxons/jstree.rabl - app/views/spree/api/v1/taxons/new.v1.rabl - app/views/spree/api/v1/taxons/show.v1.rabl - app/views/spree/api/v1/taxons/taxons.v1.rabl - app/views/spree/api/v1/users/index.v1.rabl - app/views/spree/api/v1/users/new.v1.rabl - app/views/spree/api/v1/users/show.v1.rabl - app/views/spree/api/v1/variants/big.v1.rabl - app/views/spree/api/v1/variants/index.v1.rabl - app/views/spree/api/v1/variants/new.v1.rabl - app/views/spree/api/v1/variants/show.v1.rabl - app/views/spree/api/v1/variants/small.v1.rabl - app/views/spree/api/v1/zones/index.v1.rabl - app/views/spree/api/v1/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.rb - script/rails - spec/controllers/spree/api/base_controller_spec.rb - spec/controllers/spree/api/v1/addresses_controller_spec.rb - spec/controllers/spree/api/v1/checkouts_controller_spec.rb - spec/controllers/spree/api/v1/classifications_controller_spec.rb - spec/controllers/spree/api/v1/countries_controller_spec.rb - spec/controllers/spree/api/v1/credit_cards_controller_spec.rb - spec/controllers/spree/api/v1/images_controller_spec.rb - spec/controllers/spree/api/v1/inventory_units_controller_spec.rb - spec/controllers/spree/api/v1/line_items_controller_spec.rb - spec/controllers/spree/api/v1/option_types_controller_spec.rb - spec/controllers/spree/api/v1/option_values_controller_spec.rb - spec/controllers/spree/api/v1/orders_controller_spec.rb - spec/controllers/spree/api/v1/payments_controller_spec.rb - spec/controllers/spree/api/v1/product_properties_controller_spec.rb - spec/controllers/spree/api/v1/products_controller_spec.rb - spec/controllers/spree/api/v1/promotion_application_spec.rb - spec/controllers/spree/api/v1/promotions_controller_spec.rb - spec/controllers/spree/api/v1/properties_controller_spec.rb - spec/controllers/spree/api/v1/return_authorizations_controller_spec.rb - spec/controllers/spree/api/v1/shipments_controller_spec.rb - spec/controllers/spree/api/v1/states_controller_spec.rb - spec/controllers/spree/api/v1/stock_items_controller_spec.rb - spec/controllers/spree/api/v1/stock_locations_controller_spec.rb - spec/controllers/spree/api/v1/stock_movements_controller_spec.rb - spec/controllers/spree/api/v1/stores_controller_spec.rb - spec/controllers/spree/api/v1/taxonomies_controller_spec.rb - spec/controllers/spree/api/v1/taxons_controller_spec.rb - spec/controllers/spree/api/v1/unauthenticated_products_controller_spec.rb - spec/controllers/spree/api/v1/users_controller_spec.rb - spec/controllers/spree/api/v1/variants_controller_spec.rb - spec/controllers/spree/api/v1/zones_controller_spec.rb - spec/fixtures/thinking-cat.jpg - spec/models/spree/legacy_user_spec.rb - spec/requests/rabl_cache_spec.rb - spec/requests/ransackable_attributes_spec.rb - spec/requests/version_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: https://spreecommerce.com licenses: - BSD-3 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.5.1 signing_key: specification_version: 4 summary: Spree's API test_files: - spec/controllers/spree/api/base_controller_spec.rb - spec/controllers/spree/api/v1/addresses_controller_spec.rb - spec/controllers/spree/api/v1/checkouts_controller_spec.rb - spec/controllers/spree/api/v1/classifications_controller_spec.rb - spec/controllers/spree/api/v1/countries_controller_spec.rb - spec/controllers/spree/api/v1/credit_cards_controller_spec.rb - spec/controllers/spree/api/v1/images_controller_spec.rb - spec/controllers/spree/api/v1/inventory_units_controller_spec.rb - spec/controllers/spree/api/v1/line_items_controller_spec.rb - spec/controllers/spree/api/v1/option_types_controller_spec.rb - spec/controllers/spree/api/v1/option_values_controller_spec.rb - spec/controllers/spree/api/v1/orders_controller_spec.rb - spec/controllers/spree/api/v1/payments_controller_spec.rb - spec/controllers/spree/api/v1/product_properties_controller_spec.rb - spec/controllers/spree/api/v1/products_controller_spec.rb - spec/controllers/spree/api/v1/promotion_application_spec.rb - spec/controllers/spree/api/v1/promotions_controller_spec.rb - spec/controllers/spree/api/v1/properties_controller_spec.rb - spec/controllers/spree/api/v1/return_authorizations_controller_spec.rb - spec/controllers/spree/api/v1/shipments_controller_spec.rb - spec/controllers/spree/api/v1/states_controller_spec.rb - spec/controllers/spree/api/v1/stock_items_controller_spec.rb - spec/controllers/spree/api/v1/stock_locations_controller_spec.rb - spec/controllers/spree/api/v1/stock_movements_controller_spec.rb - spec/controllers/spree/api/v1/stores_controller_spec.rb - spec/controllers/spree/api/v1/taxonomies_controller_spec.rb - spec/controllers/spree/api/v1/taxons_controller_spec.rb - spec/controllers/spree/api/v1/unauthenticated_products_controller_spec.rb - spec/controllers/spree/api/v1/users_controller_spec.rb - spec/controllers/spree/api/v1/variants_controller_spec.rb - spec/controllers/spree/api/v1/zones_controller_spec.rb - spec/fixtures/thinking-cat.jpg - spec/models/spree/legacy_user_spec.rb - spec/requests/rabl_cache_spec.rb - spec/requests/ransackable_attributes_spec.rb - spec/requests/version_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