--- !ruby/object:Gem::Specification name: shopify_api version: !ruby/object:Gem::Version version: 9.1.0 platform: ruby authors: - Shopify autorequire: bindir: bin cert_chain: [] date: 2020-04-15 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: activeresource requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 4.1.0 - - "<" - !ruby/object:Gem::Version version: 6.0.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 4.1.0 - - "<" - !ruby/object:Gem::Version version: 6.0.0 - !ruby/object:Gem::Dependency name: rack 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: graphql-client 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: mocha requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.4.0 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.4.0 - !ruby/object:Gem::Dependency name: webmock 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: minitest requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '4.0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '4.0' - !ruby/object:Gem::Dependency name: rake 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: timecop 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: rubocop 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 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' description: The Shopify API gem allows Ruby developers to programmatically access the admin section of Shopify stores. The API is implemented as JSON or XML over HTTP using all four verbs (GET/POST/PUT/DELETE). Each resource, like Order, Product, or Collection, has its own URL and is manipulated in isolation. email: developers@jadedpixel.com executables: - shopify extensions: [] extra_rdoc_files: - LICENSE - README.md files: - ".document" - ".github/CODEOWNERS" - ".github/probots.yml" - ".gitignore" - ".rubocop-https---shopify-github-io-ruby-style-guide-rubocop-yml" - ".rubocop.yml" - ".travis.yml" - CHANGELOG.md - CONTRIBUTING.md - CONTRIBUTORS - Gemfile - Gemfile_ar41 - Gemfile_ar50 - Gemfile_ar51 - Gemfile_ar_master - LICENSE - README.md - RELEASING - Rakefile - bin/shopify - docker-compose.yml - docs/graphql.md - lib/active_resource/connection_ext.rb - lib/active_resource/detailed_log_subscriber.rb - lib/active_resource/json_errors.rb - lib/shopify_api.rb - lib/shopify_api/api_version.rb - lib/shopify_api/connection.rb - lib/shopify_api/countable.rb - lib/shopify_api/disable_prefix_check.rb - lib/shopify_api/events.rb - lib/shopify_api/graphql.rb - lib/shopify_api/graphql/http_client.rb - lib/shopify_api/graphql/railtie.rb - lib/shopify_api/graphql/task.rake - lib/shopify_api/limits.rb - lib/shopify_api/message_enricher.rb - lib/shopify_api/meta.rb - lib/shopify_api/metafields.rb - lib/shopify_api/paginated_collection.rb - lib/shopify_api/pagination_link_headers.rb - lib/shopify_api/resources.rb - lib/shopify_api/resources/abandoned_checkout.rb - lib/shopify_api/resources/access_scope.rb - lib/shopify_api/resources/access_token.rb - lib/shopify_api/resources/address.rb - lib/shopify_api/resources/announcement.rb - lib/shopify_api/resources/api_permission.rb - lib/shopify_api/resources/application_charge.rb - lib/shopify_api/resources/application_credit.rb - lib/shopify_api/resources/array_base.rb - lib/shopify_api/resources/article.rb - lib/shopify_api/resources/asset.rb - lib/shopify_api/resources/assigned_fulfillment_order.rb - lib/shopify_api/resources/base.rb - lib/shopify_api/resources/billing_address.rb - lib/shopify_api/resources/blog.rb - lib/shopify_api/resources/carrier_service.rb - lib/shopify_api/resources/cart.rb - lib/shopify_api/resources/checkout.rb - lib/shopify_api/resources/collect.rb - lib/shopify_api/resources/collection.rb - lib/shopify_api/resources/collection_listing.rb - lib/shopify_api/resources/collection_publication.rb - lib/shopify_api/resources/comment.rb - lib/shopify_api/resources/country.rb - lib/shopify_api/resources/currency.rb - lib/shopify_api/resources/custom_collection.rb - lib/shopify_api/resources/customer.rb - lib/shopify_api/resources/customer_group.rb - lib/shopify_api/resources/customer_invite.rb - lib/shopify_api/resources/customer_saved_search.rb - lib/shopify_api/resources/discount_code.rb - lib/shopify_api/resources/discount_code_batch.rb - lib/shopify_api/resources/draft_order.rb - lib/shopify_api/resources/draft_order_invoice.rb - lib/shopify_api/resources/event.rb - lib/shopify_api/resources/fulfillment.rb - lib/shopify_api/resources/fulfillment_event.rb - lib/shopify_api/resources/fulfillment_order.rb - lib/shopify_api/resources/fulfillment_order_locations_for_move.rb - lib/shopify_api/resources/fulfillment_request.rb - lib/shopify_api/resources/fulfillment_service.rb - lib/shopify_api/resources/fulfillment_v2.rb - lib/shopify_api/resources/gift_card.rb - lib/shopify_api/resources/image.rb - lib/shopify_api/resources/inventory_item.rb - lib/shopify_api/resources/inventory_level.rb - lib/shopify_api/resources/line_item.rb - lib/shopify_api/resources/location.rb - lib/shopify_api/resources/marketing_event.rb - lib/shopify_api/resources/metafield.rb - lib/shopify_api/resources/note_attribute.rb - lib/shopify_api/resources/option.rb - lib/shopify_api/resources/order.rb - lib/shopify_api/resources/order_risk.rb - lib/shopify_api/resources/page.rb - lib/shopify_api/resources/payment.rb - lib/shopify_api/resources/payment_details.rb - lib/shopify_api/resources/ping.rb - lib/shopify_api/resources/policy.rb - lib/shopify_api/resources/price_rule.rb - lib/shopify_api/resources/product.rb - lib/shopify_api/resources/product_listing.rb - lib/shopify_api/resources/product_publication.rb - lib/shopify_api/resources/province.rb - lib/shopify_api/resources/publication.rb - lib/shopify_api/resources/receipt.rb - lib/shopify_api/resources/recurring_application_charge.rb - lib/shopify_api/resources/redirect.rb - lib/shopify_api/resources/refund.rb - lib/shopify_api/resources/report.rb - lib/shopify_api/resources/resource_feedback.rb - lib/shopify_api/resources/rule.rb - lib/shopify_api/resources/script_tag.rb - lib/shopify_api/resources/shipping_address.rb - lib/shopify_api/resources/shipping_line.rb - lib/shopify_api/resources/shipping_rate.rb - lib/shopify_api/resources/shipping_zone.rb - lib/shopify_api/resources/shop.rb - lib/shopify_api/resources/smart_collection.rb - lib/shopify_api/resources/storefront_access_token.rb - lib/shopify_api/resources/tax_line.rb - lib/shopify_api/resources/tax_service.rb - lib/shopify_api/resources/tender_transaction.rb - lib/shopify_api/resources/theme.rb - lib/shopify_api/resources/transaction.rb - lib/shopify_api/resources/usage_charge.rb - lib/shopify_api/resources/user.rb - lib/shopify_api/resources/variant.rb - lib/shopify_api/resources/webhook.rb - lib/shopify_api/session.rb - lib/shopify_api/version.rb - service.yml - shipit.rubygems.yml - shopify_api.gemspec - test/abandoned_checkouts_test.rb - test/access_scope_test.rb - test/access_token_test.rb - test/active_resource/json_errors_test.rb - test/api_permission_test.rb - test/api_version_test.rb - test/application_charge_test.rb - test/application_credit_test.rb - test/article_test.rb - test/asset_test.rb - test/assigned_fulfillment_order_test.rb - test/base_test.rb - test/blog_test.rb - test/carrier_service_test.rb - test/cart_test.rb - test/checkouts_test.rb - test/collect_test.rb - test/collection_listing_test.rb - test/collection_publication_test.rb - test/collection_test.rb - test/countable_test.rb - test/currency_test.rb - test/custom_collection_test.rb - test/customer_saved_search_test.rb - test/customer_test.rb - test/detailed_log_subscriber_test.rb - test/discount_code_batch_test.rb - test/discount_code_test.rb - test/draft_order_test.rb - test/fixtures/abandoned_checkout.json - test/fixtures/abandoned_checkouts.json - test/fixtures/access_scopes.json - test/fixtures/access_token_delegate.json - test/fixtures/api_versions.json - test/fixtures/apis.json - test/fixtures/application_charge.json - test/fixtures/application_charges.json - test/fixtures/application_credit.json - test/fixtures/application_credits.json - test/fixtures/article.json - test/fixtures/articles.json - test/fixtures/asset.json - test/fixtures/assets.json - test/fixtures/assigned_fulfillment_orders.json - test/fixtures/authors.json - test/fixtures/blog.json - test/fixtures/blogs.json - test/fixtures/carrier_service.json - test/fixtures/carts.json - test/fixtures/checkout.json - test/fixtures/checkouts.json - test/fixtures/collect.json - test/fixtures/collection.json - test/fixtures/collection_listing.json - test/fixtures/collection_listing_product_ids.json - test/fixtures/collection_listing_product_ids2.json - test/fixtures/collection_listings.json - test/fixtures/collection_products.json - test/fixtures/collection_publication.json - test/fixtures/collection_publications.json - test/fixtures/currencies.json - test/fixtures/custom_collection.json - test/fixtures/customer_invite.json - test/fixtures/customer_saved_search.json - test/fixtures/customer_saved_search_customers.json - test/fixtures/customers.json - test/fixtures/customers_account_activation_url.json - test/fixtures/customers_search.json - test/fixtures/discount_code.json - test/fixtures/discount_code_batch.json - test/fixtures/discount_code_batch_discount_codes.json - test/fixtures/discount_codes.json - test/fixtures/draft_order.json - test/fixtures/draft_order_completed.json - test/fixtures/draft_order_invoice.json - test/fixtures/draft_orders.json - test/fixtures/engagement.json - test/fixtures/events.json - test/fixtures/fulfillment.json - test/fixtures/fulfillment_event.json - test/fixtures/fulfillment_order.json - test/fixtures/fulfillment_order_locations_for_move.json - test/fixtures/fulfillment_orders.json - test/fixtures/fulfillment_request.json - test/fixtures/fulfillment_service.json - test/fixtures/fulfillments.json - test/fixtures/gift_card.json - test/fixtures/gift_card_disabled.json - test/fixtures/graphql/2019-10.json - test/fixtures/graphql/dummy_schema.rb - test/fixtures/graphql/unstable.json - test/fixtures/image.json - test/fixtures/images.json - test/fixtures/inventory_level.json - test/fixtures/inventory_levels.json - test/fixtures/marketing_event.json - test/fixtures/marketing_events.json - test/fixtures/metafield.json - test/fixtures/metafields.json - test/fixtures/order.json - test/fixtures/order_risk.json - test/fixtures/order_risks.json - test/fixtures/order_with_properties.json - test/fixtures/orders.json - test/fixtures/payment.json - test/fixtures/payments.json - test/fixtures/ping/conversation.json - test/fixtures/ping/failed_delivery_confirmation.json - test/fixtures/ping/message.json - test/fixtures/ping/successful_delivery_confirmation.json - test/fixtures/policies.json - test/fixtures/price_rule.json - test/fixtures/price_rules.json - test/fixtures/product.json - test/fixtures/product_listing.json - test/fixtures/product_listing_product_ids.json - test/fixtures/product_listing_product_ids2.json - test/fixtures/product_listings.json - test/fixtures/product_publication.json - test/fixtures/product_publications.json - test/fixtures/publications.json - test/fixtures/recurring_application_charge.json - test/fixtures/recurring_application_charge_adjustment.json - test/fixtures/recurring_application_charges.json - test/fixtures/redirect.json - test/fixtures/refund.json - test/fixtures/report.json - test/fixtures/reports.json - test/fixtures/script_tag.json - test/fixtures/script_tags.json - test/fixtures/shipping_rates.json - test/fixtures/shipping_zones.json - test/fixtures/shop.json - test/fixtures/smart_collection.json - test/fixtures/smart_collection_products.json - test/fixtures/storefront_access_token.json - test/fixtures/storefront_access_tokens.json - test/fixtures/tags.json - test/fixtures/tax_service.json - test/fixtures/tender_transactions.json - test/fixtures/transaction.json - test/fixtures/usage_charge.json - test/fixtures/usage_charges.json - test/fixtures/user.json - test/fixtures/users.json - test/fixtures/variant.json - test/fixtures/variants.json - test/fixtures/webhook.json - test/fixtures/webhooks.json - test/fulfillment_event_test.rb - test/fulfillment_order_test.rb - test/fulfillment_order_test_helper.rb - test/fulfillment_request_test.rb - test/fulfillment_service_test.rb - test/fulfillment_test.rb - test/fulfillment_v2_test.rb - test/gift_card_test.rb - test/graphql/http_client_test.rb - test/graphql_test.rb - test/image_test.rb - test/inventory_level_test.rb - test/lib/webmock_extensions/last_request.rb - test/limits_test.rb - test/location_test.rb - test/marketing_event_test.rb - test/message_enricher_test.rb - test/meta_test.rb - test/metafield_test.rb - test/order_risk_test.rb - test/order_test.rb - test/pagination_test.rb - test/payment_test.rb - test/policy_test.rb - test/price_rule_test.rb - test/product_listing_test.rb - test/product_publication_test.rb - test/product_test.rb - test/publication_test.rb - test/recurring_application_charge_test.rb - test/redirect_test.rb - test/refund_test.rb - test/report_test.rb - test/resource_feedback_test.rb - test/script_tag_test.rb - test/session_test.rb - test/shipping_rate_test.rb - test/shipping_zone_test.rb - test/shop_test.rb - test/smart_collection_test.rb - test/storefront_access_token_test.rb - test/tax_service_test.rb - test/tender_transaction_test.rb - test/test_helper.rb - test/transaction_test.rb - test/usage_charge_test.rb - test/user_test.rb - test/variant_test.rb - test/webhook_test.rb homepage: http://www.shopify.com/partners/apps licenses: - MIT metadata: allowed_push_host: https://rubygems.org post_install_message: rdoc_options: - "--charset=UTF-8" require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '2.4' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.0.3 signing_key: specification_version: 4 summary: ShopifyAPI is a lightweight gem for accessing the Shopify admin REST web services test_files: []