# -*- encoding: utf-8 -*-
# stub: xero_gateway 2.0.4 ruby lib

Gem::Specification.new do |s|
  s.name = "xero_gateway".freeze
  s.version = "2.0.4".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]
  s.date = "2010-09-30"
  s.description = "Enables ruby based applications to communicate with the Xero API".freeze
  s.email = "tim@connorsoftware.com".freeze
  s.files = ["CHANGELOG.textile".freeze, "LICENSE".freeze, "README.textile".freeze, "Rakefile".freeze, "examples/oauth.rb".freeze, "init.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/ca-certificates.crt".freeze, "lib/xero_gateway/contact.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/money.rb".freeze, "lib/xero_gateway/oauth.rb".freeze, "lib/xero_gateway/organisation.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_contact_test.rb".freeze, "test/integration/create_invoice_test.rb".freeze, "test/integration/get_accounts_test.rb".freeze, "test/integration/get_contact_test.rb".freeze, "test/integration/get_contacts_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_contact_test.rb".freeze, "test/stub_responses/accounts.xml".freeze, "test/stub_responses/api_exception.xml".freeze, "test/stub_responses/contact.xml".freeze, "test/stub_responses/contacts.xml".freeze, "test/stub_responses/create_invoice.xml".freeze, "test/stub_responses/currencies.xml".freeze, "test/stub_responses/invalid_api_key_error.xml".freeze, "test/stub_responses/invalid_consumer_key".freeze, "test/stub_responses/invalid_request_token".freeze, "test/stub_responses/invoice.xml".freeze, "test/stub_responses/invoice_not_found_error.xml".freeze, "test/stub_responses/invoices.xml".freeze, "test/stub_responses/organisation.xml".freeze, "test/stub_responses/tax_rates.xml".freeze, "test/stub_responses/token_expired".freeze, "test/stub_responses/tracking_categories.xml".freeze, "test/stub_responses/unknown_error.xml".freeze, "test/test_helper.rb".freeze, "test/unit/account_test.rb".freeze, "test/unit/contact_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, "test/xsd/README".freeze, "test/xsd/create_contact.xsd".freeze, "test/xsd/create_invoice.xsd".freeze, "xero_gateway.gemspec".freeze]
  s.homepage = "http://github.com/tlconnor/xero_gateway".freeze
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Enables ruby based applications to communicate with the Xero API".freeze
end