# -*- encoding: utf-8 -*-
# stub: tlconnor-xero_gateway 1.0.0 ruby lib

Gem::Specification.new do |s|
  s.name = "tlconnor-xero_gateway".freeze
  s.version = "1.0.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 = ["Tim Connor".freeze]
  s.date = "2008-12-01"
  s.description = "Enables ruby based applications to communicate with the Xero API".freeze
  s.email = "tlconnor@gmail.com".freeze
  s.files = ["CHANGELOG.textile".freeze, "LICENSE".freeze, "README.textile".freeze, "Rakefile".freeze, "lib/xero_gateway.rb".freeze, "lib/xero_gateway/account.rb".freeze, "lib/xero_gateway/address.rb".freeze, "lib/xero_gateway/contact.rb".freeze, "lib/xero_gateway/dates.rb".freeze, "lib/xero_gateway/gateway.rb".freeze, "lib/xero_gateway/http.rb".freeze, "lib/xero_gateway/invoice.rb".freeze, "lib/xero_gateway/line_item.rb".freeze, "lib/xero_gateway/messages/account_message.rb".freeze, "lib/xero_gateway/messages/contact_message.rb".freeze, "lib/xero_gateway/messages/invoice_message.rb".freeze, "lib/xero_gateway/money.rb".freeze, "lib/xero_gateway/phone.rb".freeze, "lib/xero_gateway/response.rb".freeze, "test/integration/gateway_test.rb".freeze, "test/integration/stub_responses/accounts.xml".freeze, "test/integration/stub_responses/contact.xml".freeze, "test/integration/stub_responses/contacts.xml".freeze, "test/integration/stub_responses/invoice.xml".freeze, "test/integration/stub_responses/invoices.xml".freeze, "test/test_helper.rb".freeze, "test/unit/messages/contact_message_test.rb".freeze, "test/unit/messages/invoice_message_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

  s.specification_version = 2

  s.add_runtime_dependency(%q<builder>.freeze, [">= 2.1.2".freeze])
end