# -*- encoding: utf-8 -*- # stub: tlconnor-xero_gateway 1.0.2 ruby lib Gem::Specification.new do |s| s.name = "tlconnor-xero_gateway".freeze s.version = "1.0.2".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-04" 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, "init.rb".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/messages/tracking_category_message.rb".freeze, "lib/xero_gateway/money.rb".freeze, "lib/xero_gateway/phone.rb".freeze, "lib/xero_gateway/response.rb".freeze, "lib/xero_gateway/tracking_category.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_invoice_test.rb".freeze, "test/integration/get_invoices_test.rb".freeze, "test/integration/get_tracking_categories_test.rb".freeze, "test/integration/integration_test_methods.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/integration/stub_responses/tracking_categories.xml".freeze, "test/integration/update_contact_test.rb".freeze, "test/test_helper.rb".freeze, "test/unit/messages/account_message_test.rb".freeze, "test/unit/messages/contact_message_test.rb".freeze, "test/unit/messages/invoice_message_test.rb".freeze, "test/unit/messages/tracking_category_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.freeze, [">= 2.1.2".freeze]) end