--- !ruby/object:Gem::Specification name: you_got_listed version: !ruby/object:Gem::Version hash: 19 prerelease: segments: - 0 - 2 - 2 version: 0.2.2 platform: ruby authors: - Tom Cocca autorequire: bindir: bin cert_chain: [] date: 2011-04-11 00:00:00 -04:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: httparty prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 5 segments: - 0 - 6 - 1 version: 0.6.1 type: :runtime version_requirements: *id001 - !ruby/object:Gem::Dependency name: rash prerelease: false requirement: &id002 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 23 segments: - 0 - 2 - 0 version: 0.2.0 type: :runtime version_requirements: *id002 - !ruby/object:Gem::Dependency name: will_paginate prerelease: false requirement: &id003 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 11 segments: - 2 - 3 - 4 version: 2.3.4 type: :runtime version_requirements: *id003 - !ruby/object:Gem::Dependency name: activesupport prerelease: false requirement: &id004 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 5 segments: - 2 - 3 version: "2.3" type: :runtime version_requirements: *id004 - !ruby/object:Gem::Dependency name: rspec prerelease: false requirement: &id005 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 27 segments: - 2 - 5 - 0 version: 2.5.0 type: :development version_requirements: *id005 - !ruby/object:Gem::Dependency name: webmock prerelease: false requirement: &id006 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 11 segments: - 1 - 6 - 2 version: 1.6.2 type: :development version_requirements: *id006 - !ruby/object:Gem::Dependency name: vcr prerelease: false requirement: &id007 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 55 segments: - 1 - 8 - 0 version: 1.8.0 type: :development version_requirements: *id007 description: Ruby API wrapper for yougotlistings.com built with httparty email: tom.cocca@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - .document - .gitignore - Gemfile - LICENSE - README.rdoc - Rakefile - lib/you_got_listed.rb - lib/you_got_listed/accounts.rb - lib/you_got_listed/agent.rb - lib/you_got_listed/client.rb - lib/you_got_listed/complex.rb - lib/you_got_listed/complexes.rb - lib/you_got_listed/error.rb - lib/you_got_listed/lead.rb - lib/you_got_listed/listing.rb - lib/you_got_listed/listings.rb - lib/you_got_listed/resource.rb - lib/you_got_listed/response.rb - lib/you_got_listed/version.rb - spec/fixtures/responses/error.xml - spec/spec.opts - spec/spec_helper.rb - spec/support/complex_helper.rb - spec/support/listing_helper.rb - spec/support/webmock_helper.rb - spec/you_got_listed/accounts_spec.rb - spec/you_got_listed/agent_spec.rb - spec/you_got_listed/client_spec.rb - spec/you_got_listed/complex_spec.rb - spec/you_got_listed/complexes_spec.rb - spec/you_got_listed/error_spec.rb - spec/you_got_listed/lead_spec.rb - spec/you_got_listed/listing_spec.rb - spec/you_got_listed/listings_spec.rb - spec/you_got_listed/resource_spec.rb - spec/you_got_listed/response_spec.rb - spec/you_got_listed_api_key.yml.example - you_got_listed.gemspec has_rdoc: true homepage: http://github.com/tcocca/you_got_listed licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.4.2 signing_key: specification_version: 3 summary: ruby api wrapper for you got listings test_files: - spec/fixtures/responses/error.xml - spec/spec.opts - spec/spec_helper.rb - spec/support/complex_helper.rb - spec/support/listing_helper.rb - spec/support/webmock_helper.rb - spec/you_got_listed/accounts_spec.rb - spec/you_got_listed/agent_spec.rb - spec/you_got_listed/client_spec.rb - spec/you_got_listed/complex_spec.rb - spec/you_got_listed/complexes_spec.rb - spec/you_got_listed/error_spec.rb - spec/you_got_listed/lead_spec.rb - spec/you_got_listed/listing_spec.rb - spec/you_got_listed/listings_spec.rb - spec/you_got_listed/resource_spec.rb - spec/you_got_listed/response_spec.rb - spec/you_got_listed_api_key.yml.example