# -*- encoding: utf-8 -*- # stub: gecko-ruby 0.5.0 ruby lib Gem::Specification.new do |s| s.name = "gecko-ruby".freeze s.version = "0.5.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Bradley Priest".freeze] s.date = "2018-08-15" s.description = "A Ruby interface to the TradeGecko API.".freeze s.email = ["bradley@tradegecko.com".freeze] s.files = [".gitignore".freeze, ".hound.yml".freeze, ".rubocop.yml".freeze, ".travis.yml".freeze, "CHANGELOG.md".freeze, "CONTRIBUTING.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "gecko-ruby.gemspec".freeze, "generate.thor".freeze, "lib/gecko-ruby.rb".freeze, "lib/gecko.rb".freeze, "lib/gecko/client.rb".freeze, "lib/gecko/helpers/association_helper.rb".freeze, "lib/gecko/helpers/inspection_helper.rb".freeze, "lib/gecko/helpers/record_helper.rb".freeze, "lib/gecko/helpers/serialization_helper.rb".freeze, "lib/gecko/helpers/validation_helper.rb".freeze, "lib/gecko/record/account.rb".freeze, "lib/gecko/record/address.rb".freeze, "lib/gecko/record/base.rb".freeze, "lib/gecko/record/base_adapter.rb".freeze, "lib/gecko/record/company.rb".freeze, "lib/gecko/record/contact.rb".freeze, "lib/gecko/record/currency.rb".freeze, "lib/gecko/record/exceptions.rb".freeze, "lib/gecko/record/fulfillment.rb".freeze, "lib/gecko/record/fulfillment_line_item.rb".freeze, "lib/gecko/record/image.rb".freeze, "lib/gecko/record/invoice.rb".freeze, "lib/gecko/record/invoice_line_item.rb".freeze, "lib/gecko/record/location.rb".freeze, "lib/gecko/record/order.rb".freeze, "lib/gecko/record/order_line_item.rb".freeze, "lib/gecko/record/payment_term.rb".freeze, "lib/gecko/record/product.rb".freeze, "lib/gecko/record/purchase_order.rb".freeze, "lib/gecko/record/purchase_order_line_item.rb".freeze, "lib/gecko/record/tax_type.rb".freeze, "lib/gecko/record/user.rb".freeze, "lib/gecko/record/variant.rb".freeze, "lib/gecko/version.rb".freeze, "test/client_test.rb".freeze, "test/fixtures/vcr_cassettes/accounts.yml".freeze, "test/fixtures/vcr_cassettes/accounts_current.yml".freeze, "test/fixtures/vcr_cassettes/addresses.yml".freeze, "test/fixtures/vcr_cassettes/addresses_count.yml".freeze, "test/fixtures/vcr_cassettes/companies.yml".freeze, "test/fixtures/vcr_cassettes/companies_count.yml".freeze, "test/fixtures/vcr_cassettes/contacts.yml".freeze, "test/fixtures/vcr_cassettes/contacts_count.yml".freeze, "test/fixtures/vcr_cassettes/currencies.yml".freeze, "test/fixtures/vcr_cassettes/currencies_count.yml".freeze, "test/fixtures/vcr_cassettes/fulfillments.yml".freeze, "test/fixtures/vcr_cassettes/fulfillments_count.yml".freeze, "test/fixtures/vcr_cassettes/images.yml".freeze, "test/fixtures/vcr_cassettes/images_count.yml".freeze, "test/fixtures/vcr_cassettes/invoice_line_items.yml".freeze, "test/fixtures/vcr_cassettes/invoice_line_items_count.yml".freeze, "test/fixtures/vcr_cassettes/invoices.yml".freeze, "test/fixtures/vcr_cassettes/invoices_count.yml".freeze, "test/fixtures/vcr_cassettes/locations.yml".freeze, "test/fixtures/vcr_cassettes/locations_count.yml".freeze, "test/fixtures/vcr_cassettes/order_line_items.yml".freeze, "test/fixtures/vcr_cassettes/order_line_items_count.yml".freeze, "test/fixtures/vcr_cassettes/orders.yml".freeze, "test/fixtures/vcr_cassettes/orders_count.yml".freeze, "test/fixtures/vcr_cassettes/payment_terms.yml".freeze, "test/fixtures/vcr_cassettes/payment_terms_count.yml".freeze, "test/fixtures/vcr_cassettes/products.yml".freeze, "test/fixtures/vcr_cassettes/products_count.yml".freeze, "test/fixtures/vcr_cassettes/products_new_invalid.yml".freeze, "test/fixtures/vcr_cassettes/products_new_valid.yml".freeze, "test/fixtures/vcr_cassettes/products_sideloaded.yml".freeze, "test/fixtures/vcr_cassettes/purchase_order_line_items.yml".freeze, "test/fixtures/vcr_cassettes/purchase_order_line_items_count.yml".freeze, "test/fixtures/vcr_cassettes/purchase_orders.yml".freeze, "test/fixtures/vcr_cassettes/purchase_orders_count.yml".freeze, "test/fixtures/vcr_cassettes/tax_types.yml".freeze, "test/fixtures/vcr_cassettes/tax_types_count.yml".freeze, "test/fixtures/vcr_cassettes/users.yml".freeze, "test/fixtures/vcr_cassettes/users_count.yml".freeze, "test/fixtures/vcr_cassettes/users_current.yml".freeze, "test/fixtures/vcr_cassettes/variants.yml".freeze, "test/fixtures/vcr_cassettes/variants_count.yml".freeze, "test/gecko_test.rb".freeze, "test/helpers/association_helper_test.rb".freeze, "test/helpers/inspection_helper_test.rb".freeze, "test/helpers/serialization_helper_test.rb".freeze, "test/helpers/validation_helper_test.rb".freeze, "test/record/account_adapter_test.rb".freeze, "test/record/address_adapter_test.rb".freeze, "test/record/address_test.rb".freeze, "test/record/company_adapter_test.rb".freeze, "test/record/company_test.rb".freeze, "test/record/contact_adapter_test.rb".freeze, "test/record/contact_test.rb".freeze, "test/record/currency_adapter_test.rb".freeze, "test/record/currency_test.rb".freeze, "test/record/fulfillment_adapter_test.rb".freeze, "test/record/fulfillment_line_item_adapter_test.rb".freeze, "test/record/fulfillment_line_item_test.rb".freeze, "test/record/fulfillment_test.rb".freeze, "test/record/image_adapter_test.rb".freeze, "test/record/image_test.rb".freeze, "test/record/invoice_adapter_test.rb".freeze, "test/record/invoice_line_item_adapter_test.rb".freeze, "test/record/invoice_line_item_test.rb".freeze, "test/record/invoice_test.rb".freeze, "test/record/location_adapter_test.rb".freeze, "test/record/location_test.rb".freeze, "test/record/order_adapter_test.rb".freeze, "test/record/order_line_item_adapter_test.rb".freeze, "test/record/order_line_item_test.rb".freeze, "test/record/order_test.rb".freeze, "test/record/payment_term_adapter_test.rb".freeze, "test/record/payment_term_test.rb".freeze, "test/record/product_adapter_test.rb".freeze, "test/record/product_test.rb".freeze, "test/record/purchase_order_adapter_test.rb".freeze, "test/record/purchase_order_line_item_adapter_test.rb".freeze, "test/record/purchase_order_line_item_test.rb".freeze, "test/record/purchase_order_test.rb".freeze, "test/record/tax_type_adapter_test.rb".freeze, "test/record/tax_type_test.rb".freeze, "test/record/user_adapter_test.rb".freeze, "test/record/user_test.rb".freeze, "test/record/variant_adapter_test.rb".freeze, "test/record/variant_test.rb".freeze, "test/support/let.rb".freeze, "test/support/shared_adapter_examples.rb".freeze, "test/support/shared_record_examples.rb".freeze, "test/support/shared_sideloaded_data_parsing_examples.rb".freeze, "test/support/testing_adapter.rb".freeze, "test/support/vcr_support.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "https://github.com/tradegecko/gecko/".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A Ruby interface to the TradeGecko API.".freeze s.test_files = ["test/client_test.rb".freeze, "test/fixtures/vcr_cassettes/accounts.yml".freeze, "test/fixtures/vcr_cassettes/accounts_current.yml".freeze, "test/fixtures/vcr_cassettes/addresses.yml".freeze, "test/fixtures/vcr_cassettes/addresses_count.yml".freeze, "test/fixtures/vcr_cassettes/companies.yml".freeze, "test/fixtures/vcr_cassettes/companies_count.yml".freeze, "test/fixtures/vcr_cassettes/contacts.yml".freeze, "test/fixtures/vcr_cassettes/contacts_count.yml".freeze, "test/fixtures/vcr_cassettes/currencies.yml".freeze, "test/fixtures/vcr_cassettes/currencies_count.yml".freeze, "test/fixtures/vcr_cassettes/fulfillments.yml".freeze, "test/fixtures/vcr_cassettes/fulfillments_count.yml".freeze, "test/fixtures/vcr_cassettes/images.yml".freeze, "test/fixtures/vcr_cassettes/images_count.yml".freeze, "test/fixtures/vcr_cassettes/invoice_line_items.yml".freeze, "test/fixtures/vcr_cassettes/invoice_line_items_count.yml".freeze, "test/fixtures/vcr_cassettes/invoices.yml".freeze, "test/fixtures/vcr_cassettes/invoices_count.yml".freeze, "test/fixtures/vcr_cassettes/locations.yml".freeze, "test/fixtures/vcr_cassettes/locations_count.yml".freeze, "test/fixtures/vcr_cassettes/order_line_items.yml".freeze, "test/fixtures/vcr_cassettes/order_line_items_count.yml".freeze, "test/fixtures/vcr_cassettes/orders.yml".freeze, "test/fixtures/vcr_cassettes/orders_count.yml".freeze, "test/fixtures/vcr_cassettes/payment_terms.yml".freeze, "test/fixtures/vcr_cassettes/payment_terms_count.yml".freeze, "test/fixtures/vcr_cassettes/products.yml".freeze, "test/fixtures/vcr_cassettes/products_count.yml".freeze, "test/fixtures/vcr_cassettes/products_new_invalid.yml".freeze, "test/fixtures/vcr_cassettes/products_new_valid.yml".freeze, "test/fixtures/vcr_cassettes/products_sideloaded.yml".freeze, "test/fixtures/vcr_cassettes/purchase_order_line_items.yml".freeze, "test/fixtures/vcr_cassettes/purchase_order_line_items_count.yml".freeze, "test/fixtures/vcr_cassettes/purchase_orders.yml".freeze, "test/fixtures/vcr_cassettes/purchase_orders_count.yml".freeze, "test/fixtures/vcr_cassettes/tax_types.yml".freeze, "test/fixtures/vcr_cassettes/tax_types_count.yml".freeze, "test/fixtures/vcr_cassettes/users.yml".freeze, "test/fixtures/vcr_cassettes/users_count.yml".freeze, "test/fixtures/vcr_cassettes/users_current.yml".freeze, "test/fixtures/vcr_cassettes/variants.yml".freeze, "test/fixtures/vcr_cassettes/variants_count.yml".freeze, "test/gecko_test.rb".freeze, "test/helpers/association_helper_test.rb".freeze, "test/helpers/inspection_helper_test.rb".freeze, "test/helpers/serialization_helper_test.rb".freeze, "test/helpers/validation_helper_test.rb".freeze, "test/record/account_adapter_test.rb".freeze, "test/record/address_adapter_test.rb".freeze, "test/record/address_test.rb".freeze, "test/record/company_adapter_test.rb".freeze, "test/record/company_test.rb".freeze, "test/record/contact_adapter_test.rb".freeze, "test/record/contact_test.rb".freeze, "test/record/currency_adapter_test.rb".freeze, "test/record/currency_test.rb".freeze, "test/record/fulfillment_adapter_test.rb".freeze, "test/record/fulfillment_line_item_adapter_test.rb".freeze, "test/record/fulfillment_line_item_test.rb".freeze, "test/record/fulfillment_test.rb".freeze, "test/record/image_adapter_test.rb".freeze, "test/record/image_test.rb".freeze, "test/record/invoice_adapter_test.rb".freeze, "test/record/invoice_line_item_adapter_test.rb".freeze, "test/record/invoice_line_item_test.rb".freeze, "test/record/invoice_test.rb".freeze, "test/record/location_adapter_test.rb".freeze, "test/record/location_test.rb".freeze, "test/record/order_adapter_test.rb".freeze, "test/record/order_line_item_adapter_test.rb".freeze, "test/record/order_line_item_test.rb".freeze, "test/record/order_test.rb".freeze, "test/record/payment_term_adapter_test.rb".freeze, "test/record/payment_term_test.rb".freeze, "test/record/product_adapter_test.rb".freeze, "test/record/product_test.rb".freeze, "test/record/purchase_order_adapter_test.rb".freeze, "test/record/purchase_order_line_item_adapter_test.rb".freeze, "test/record/purchase_order_line_item_test.rb".freeze, "test/record/purchase_order_test.rb".freeze, "test/record/tax_type_adapter_test.rb".freeze, "test/record/tax_type_test.rb".freeze, "test/record/user_adapter_test.rb".freeze, "test/record/user_test.rb".freeze, "test/record/variant_adapter_test.rb".freeze, "test/record/variant_test.rb".freeze, "test/support/let.rb".freeze, "test/support/shared_adapter_examples.rb".freeze, "test/support/shared_record_examples.rb".freeze, "test/support/shared_sideloaded_data_parsing_examples.rb".freeze, "test/support/testing_adapter.rb".freeze, "test/support/vcr_support.rb".freeze, "test/test_helper.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.5".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, ["> 1.1.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end