# -*- encoding: utf-8 -*- # stub: you_got_listed 0.6.3 ruby lib Gem::Specification.new do |s| s.name = "you_got_listed".freeze s.version = "0.6.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Tom Cocca".freeze] s.date = "2011-04-11" s.description = "Ruby API wrapper for yougotlistings.com built with httparty".freeze s.email = "tom.cocca@gmail.com".freeze s.files = [".document".freeze, ".gitignore".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "lib/you_got_listed.rb".freeze, "lib/you_got_listed/accounts.rb".freeze, "lib/you_got_listed/agent.rb".freeze, "lib/you_got_listed/client.rb".freeze, "lib/you_got_listed/complex.rb".freeze, "lib/you_got_listed/complexes.rb".freeze, "lib/you_got_listed/error.rb".freeze, "lib/you_got_listed/lead.rb".freeze, "lib/you_got_listed/listing.rb".freeze, "lib/you_got_listed/listings.rb".freeze, "lib/you_got_listed/resource.rb".freeze, "lib/you_got_listed/response.rb".freeze, "lib/you_got_listed/version.rb".freeze, "spec/fixtures/responses/blank.xml".freeze, "spec/fixtures/responses/empty.xml".freeze, "spec/fixtures/responses/error.xml".freeze, "spec/spec.opts".freeze, "spec/spec_helper.rb".freeze, "spec/support/complex_helper.rb".freeze, "spec/support/listing_helper.rb".freeze, "spec/support/webmock_helper.rb".freeze, "spec/you_got_listed/accounts_spec.rb".freeze, "spec/you_got_listed/agent_spec.rb".freeze, "spec/you_got_listed/client_spec.rb".freeze, "spec/you_got_listed/complex_spec.rb".freeze, "spec/you_got_listed/complexes_spec.rb".freeze, "spec/you_got_listed/error_spec.rb".freeze, "spec/you_got_listed/lead_spec.rb".freeze, "spec/you_got_listed/listing_spec.rb".freeze, "spec/you_got_listed/listings_spec.rb".freeze, "spec/you_got_listed/resource_spec.rb".freeze, "spec/you_got_listed/response_spec.rb".freeze, "spec/you_got_listed_api_key.yml.example".freeze, "you_got_listed.gemspec".freeze] s.homepage = "http://github.com/tcocca/you_got_listed".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "ruby api wrapper for you got listings".freeze s.test_files = ["spec/fixtures/responses/blank.xml".freeze, "spec/fixtures/responses/empty.xml".freeze, "spec/fixtures/responses/error.xml".freeze, "spec/spec.opts".freeze, "spec/spec_helper.rb".freeze, "spec/support/complex_helper.rb".freeze, "spec/support/listing_helper.rb".freeze, "spec/support/webmock_helper.rb".freeze, "spec/you_got_listed/accounts_spec.rb".freeze, "spec/you_got_listed/agent_spec.rb".freeze, "spec/you_got_listed/client_spec.rb".freeze, "spec/you_got_listed/complex_spec.rb".freeze, "spec/you_got_listed/complexes_spec.rb".freeze, "spec/you_got_listed/error_spec.rb".freeze, "spec/you_got_listed/lead_spec.rb".freeze, "spec/you_got_listed/listing_spec.rb".freeze, "spec/you_got_listed/listings_spec.rb".freeze, "spec/you_got_listed/resource_spec.rb".freeze, "spec/you_got_listed/response_spec.rb".freeze, "spec/you_got_listed_api_key.yml.example".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 3".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.10.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.4.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 3".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.9.2".freeze]) s.add_development_dependency(%q.freeze, [">= 2.5.0".freeze]) s.add_development_dependency(%q.freeze, [">= 1.6.2".freeze]) s.add_development_dependency(%q.freeze, [">= 1.8.0".freeze]) end