# -*- encoding: utf-8 -*- # stub: xero_gateway-float 2.0.16 ruby lib Gem::Specification.new do |s| s.name = "xero_gateway-float".freeze s.version = "2.0.16".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Tim Connor".freeze, "Nik Wakelin".freeze, "Philip Roberts".freeze] s.date = "2012-11-02" s.description = "Enables ruby based applications to communicate with the Xero API".freeze s.email = "tim@connorsoftware.com".freeze s.files = ["Gemfile".freeze, "LICENSE".freeze, "README.textile".freeze, "Rakefile".freeze, "examples/oauth.rb".freeze, "examples/partner_app.rb".freeze, "init.rb".freeze, "lib/oauth/oauth_consumer.rb".freeze, "lib/xero_gateway.rb".freeze, "lib/xero_gateway/account.rb".freeze, "lib/xero_gateway/accounts_list.rb".freeze, "lib/xero_gateway/address.rb".freeze, "lib/xero_gateway/bank_transaction.rb".freeze, "lib/xero_gateway/ca-certificates.crt".freeze, "lib/xero_gateway/contact.rb".freeze, "lib/xero_gateway/credit_note.rb".freeze, "lib/xero_gateway/currency.rb".freeze, "lib/xero_gateway/dates.rb".freeze, "lib/xero_gateway/error.rb".freeze, "lib/xero_gateway/exceptions.rb".freeze, "lib/xero_gateway/gateway.rb".freeze, "lib/xero_gateway/http.rb".freeze, "lib/xero_gateway/http_encoding_helper.rb".freeze, "lib/xero_gateway/invoice.rb".freeze, "lib/xero_gateway/line_item.rb".freeze, "lib/xero_gateway/line_item_calculations.rb".freeze, "lib/xero_gateway/money.rb".freeze, "lib/xero_gateway/oauth.rb".freeze, "lib/xero_gateway/organisation.rb".freeze, "lib/xero_gateway/partner_app.rb".freeze, "lib/xero_gateway/payment.rb".freeze, "lib/xero_gateway/phone.rb".freeze, "lib/xero_gateway/private_app.rb".freeze, "lib/xero_gateway/response.rb".freeze, "lib/xero_gateway/tax_rate.rb".freeze, "lib/xero_gateway/tracking_category.rb".freeze, "test/integration/accounts_list_test.rb".freeze, "test/integration/create_bank_transaction_test.rb".freeze, "test/integration/create_contact_test.rb".freeze, "test/integration/create_credit_note_test.rb".freeze, "test/integration/create_invoice_test.rb".freeze, "test/integration/get_accounts_test.rb".freeze, "test/integration/get_bank_transaction_test.rb".freeze, "test/integration/get_bank_transactions_test.rb".freeze, "test/integration/get_contact_test.rb".freeze, "test/integration/get_contacts_test.rb".freeze, "test/integration/get_credit_note_test.rb".freeze, "test/integration/get_credit_notes_test.rb".freeze, "test/integration/get_currencies_test.rb".freeze, "test/integration/get_invoice_test.rb".freeze, "test/integration/get_invoices_test.rb".freeze, "test/integration/get_organisation_test.rb".freeze, "test/integration/get_tax_rates_test.rb".freeze, "test/integration/get_tracking_categories_test.rb".freeze, "test/integration/update_bank_transaction_test.rb".freeze, "test/integration/update_contact_test.rb".freeze, "test/integration/update_invoice_test.rb".freeze, "test/test_helper.rb".freeze, "test/unit/account_test.rb".freeze, "test/unit/bank_transaction_test.rb".freeze, "test/unit/contact_test.rb".freeze, "test/unit/credit_note_test.rb".freeze, "test/unit/currency_test.rb".freeze, "test/unit/gateway_test.rb".freeze, "test/unit/invoice_test.rb".freeze, "test/unit/oauth_test.rb".freeze, "test/unit/organisation_test.rb".freeze, "test/unit/tax_rate_test.rb".freeze, "test/unit/tracking_category_test.rb".freeze, "xero_gateway.gemspec".freeze] s.homepage = "http://github.com/latentflip/xero_gateway".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Enables ruby based applications to communicate with the Xero API".freeze s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 2.1.2".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.3.6".freeze]) s.add_runtime_dependency(%q.freeze, [">= 3.0.0".freeze]) end