--- !ruby/object:Gem::Specification name: you_got_listed version: !ruby/object:Gem::Version hash: 9 prerelease: segments: - 0 - 5 - 1 version: 0.5.1 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 version_requirements: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 5 segments: - 3 version: "3" requirement: *id001 type: :runtime name: activesupport prerelease: false - !ruby/object:Gem::Dependency version_requirements: &id002 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 57 segments: - 0 - 8 - 3 version: 0.8.3 requirement: *id002 type: :runtime name: httparty prerelease: false - !ruby/object:Gem::Dependency version_requirements: &id003 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 23 segments: - 0 - 3 - 2 version: 0.3.2 requirement: *id003 type: :runtime name: rash prerelease: false - !ruby/object:Gem::Dependency version_requirements: &id004 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 5 segments: - 3 version: "3" requirement: *id004 type: :runtime name: will_paginate prerelease: false - !ruby/object:Gem::Dependency version_requirements: &id005 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 63 segments: - 0 - 9 - 2 version: 0.9.2 requirement: *id005 type: :development name: rake prerelease: false - !ruby/object:Gem::Dependency version_requirements: &id006 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 27 segments: - 2 - 5 - 0 version: 2.5.0 requirement: *id006 type: :development name: rspec prerelease: false - !ruby/object:Gem::Dependency version_requirements: &id007 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 11 segments: - 1 - 6 - 2 version: 1.6.2 requirement: *id007 type: :development name: webmock prerelease: false - !ruby/object:Gem::Dependency version_requirements: &id008 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 55 segments: - 1 - 8 - 0 version: 1.8.0 requirement: *id008 type: :development name: vcr prerelease: false 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/blank.xml - spec/fixtures/responses/empty.xml - 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/blank.xml - spec/fixtures/responses/empty.xml - 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