# -*- encoding: utf-8 -*- # stub: freeagent_api 0.2.0 ruby lib Gem::Specification.new do |s| s.name = "freeagent_api".freeze s.version = "0.2.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 = ["Aaron Russell".freeze] s.date = "2009-10-27" s.description = "This is an ActiveResource Ruby wrapper for the Freeagent API. Currently supports the following API resources: Company, Contacts, Projects, Tasks, Invoices, Invoice Items, Timeslips (more will follow).".freeze s.email = "aaron@gc4.co.uk".freeze s.extra_rdoc_files = ["LICENSE".freeze, "README.rdoc".freeze] s.files = [".document".freeze, ".gitignore".freeze, "LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION".freeze, "freeagent_api.gemspec".freeze, "lib/freeagent_api.rb".freeze, "test/authentication_test.rb".freeze, "test/company_test.rb".freeze, "test/contact_test.rb".freeze, "test/invoice_item_test.rb".freeze, "test/invoice_test.rb".freeze, "test/project_test.rb".freeze, "test/stubs/company/invoice_timeline".freeze, "test/stubs/company/tax_timeline".freeze, "test/stubs/contacts/find_all".freeze, "test/stubs/contacts/find_single".freeze, "test/stubs/http/200".freeze, "test/stubs/http/201".freeze, "test/stubs/invoice_items/find_all".freeze, "test/stubs/invoice_items/find_single".freeze, "test/stubs/invoices/find_all".freeze, "test/stubs/invoices/find_single".freeze, "test/stubs/projects/find_all".freeze, "test/stubs/projects/find_single".freeze, "test/stubs/projects/invoices".freeze, "test/stubs/projects/timeslips".freeze, "test/stubs/tasks/find_all".freeze, "test/stubs/tasks/find_single".freeze, "test/stubs/timeslips/find_all".freeze, "test/stubs/timeslips/find_single".freeze, "test/task_test.rb".freeze, "test/test_helper.rb".freeze, "test/timeslip_test.rb".freeze] s.homepage = "http://github.com/aaronrussell/freeagent_api".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "ActiveResource Ruby wrapper for the Freeagent Central API.".freeze s.test_files = ["test/authentication_test.rb".freeze, "test/company_test.rb".freeze, "test/contact_test.rb".freeze, "test/invoice_item_test.rb".freeze, "test/invoice_test.rb".freeze, "test/project_test.rb".freeze, "test/task_test.rb".freeze, "test/test_helper.rb".freeze, "test/timeslip_test.rb".freeze] s.specification_version = 3 s.add_development_dependency(%q<thoughtbot-shoulda>.freeze, [">= 0".freeze]) s.add_development_dependency(%q<fakeweb>.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q<activeresource>.freeze, [">= 0".freeze]) end