# -*- encoding: utf-8 -*- # stub: aggcat 0.1.9 ruby lib Gem::Specification.new do |s| s.name = "aggcat".freeze s.version = "0.1.9".freeze s.required_rubygems_version = Gem::Requirement.new(">= 1.3.6".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Gene Drabkin".freeze] s.date = "2013-04-15" s.description = "Aggcat wraps Intuit's Customer Account Data API in a simple client".freeze s.email = ["gene.drabkin@gmail.com".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "Gemfile".freeze, "LICENSE.md".freeze, "README.md".freeze, "Rakefile".freeze, "aggcat.gemspec".freeze, "lib/aggcat.rb".freeze, "lib/aggcat/base.rb".freeze, "lib/aggcat/client.rb".freeze, "lib/aggcat/configurable.rb".freeze, "lib/aggcat/version.rb".freeze, "test/aggcat/aggcat_test.rb".freeze, "test/aggcat/client_test.rb".freeze, "test/fixtures/account.xml".freeze, "test/fixtures/accounts.xml".freeze, "test/fixtures/cert.key".freeze, "test/fixtures/challenge.xml".freeze, "test/fixtures/institution.xml".freeze, "test/fixtures/institutions.xml".freeze, "test/fixtures/login.xml".freeze, "test/fixtures/oauth_token.txt".freeze, "test/fixtures/transactions.xml".freeze, "test/test_helper.rb".freeze] s.homepage = "https://github.com/cloocher/aggcat".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 1.9.2".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Ruby client for Intuit Customer Account Data APIs".freeze s.test_files = ["test/aggcat/aggcat_test.rb".freeze, "test/aggcat/client_test.rb".freeze, "test/fixtures/account.xml".freeze, "test/fixtures/accounts.xml".freeze, "test/fixtures/cert.key".freeze, "test/fixtures/challenge.xml".freeze, "test/fixtures/institution.xml".freeze, "test/fixtures/institutions.xml".freeze, "test/fixtures/login.xml".freeze, "test/fixtures/oauth_token.txt".freeze, "test/fixtures/transactions.xml".freeze, "test/test_helper.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 0.4".freeze]) s.add_runtime_dependency(%q.freeze, [">= 2.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.5".freeze]) s.add_runtime_dependency(%q.freeze, [">= 3.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 3.2".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end