--- !ruby/object:Gem::Specification name: yellow-api-wrapper version: !ruby/object:Gem::Version version: 0.0.2 platform: ruby authors: - Ian Bishop - Sophie Déziel autorequire: bindir: bin cert_chain: [] date: 2016-05-02 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0.9' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0.9' - !ruby/object:Gem::Dependency name: rspec requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.4' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.4' - !ruby/object:Gem::Dependency name: simplecov requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 0.5.0 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 0.5.0 - !ruby/object:Gem::Dependency name: webmock requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 1.8.0 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 1.8.0 - !ruby/object:Gem::Dependency name: yard requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0.7' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0.7' - !ruby/object:Gem::Dependency name: vcr requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.0' - !ruby/object:Gem::Dependency name: pry requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.10.3 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.10.3 - !ruby/object:Gem::Dependency name: faraday_middleware requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 0.7.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 0.7.0 - !ruby/object:Gem::Dependency name: rash requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.4.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.4.0 - !ruby/object:Gem::Dependency name: uuid requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 2.3.5 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 2.3.5 - !ruby/object:Gem::Dependency name: activesupport requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 3.0.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 3.0.0 description: Ruby wrapper for the YellowPages' Yellow API based on Ian Bishop's yellow_api gem email: courrier@sophiedeziel.com executables: [] extensions: [] extra_rdoc_files: [] files: - ".autotest" - ".gitignore" - ".travis.yml" - Appraisals - Gemfile - LICENSE.md - README.md - Rakefile - gemfiles/rails_3.0.gemfile - gemfiles/rails_3.0.gemfile.lock - gemfiles/rails_3.1.gemfile - gemfiles/rails_3.1.gemfile.lock - gemfiles/rails_3.2.gemfile - gemfiles/rails_3.2.gemfile.lock - gemfiles/rails_4.0.gemfile - gemfiles/rails_4.0.gemfile.lock - gemfiles/rails_4.1.gemfile - gemfiles/rails_4.1.gemfile.lock - gemfiles/rails_4.2.gemfile - gemfiles/rails_4.2.gemfile.lock - gemfiles/rails_5.0.gemfile - gemfiles/rails_5.0.gemfile.lock - gemfiles/ruby.gemfile - gemfiles/ruby.gemfile.lock - lib/yellow-api-wrapper.rb - lib/yellow_api/client.rb - lib/yellow_api/client/connection.rb - lib/yellow_api/client/find_business.rb - lib/yellow_api/client/find_dealer.rb - lib/yellow_api/client/get_business_details.rb - lib/yellow_api/client/get_type_ahead.rb - lib/yellow_api/client/request.rb - lib/yellow_api/config.rb - lib/yellow_api/version.rb - spec/fixtures/find_business.json - spec/fixtures/find_dealer.json - spec/fixtures/get_business_details.json - spec/fixtures/get_type_ahead.json - spec/fixtures/vcr_cassettes/yellow_api/client/find_business/find_business.yml - spec/fixtures/vcr_cassettes/yellow_api/client/find_business/find_business/returns_the_correct_format_for_businesses.yml - spec/fixtures/vcr_cassettes/yellow_api/client/find_business/find_business/returns_the_correct_number_of_businesses.yml - spec/fixtures/vcr_cassettes/yellow_api/client/find_business/find_business/with_lat_lon_where_returns_the_correct_format_for_businesses.yml - spec/fixtures/vcr_cassettes/yellow_api/client/find_business/find_business/with_lat_lon_where_returns_the_correct_number_of_businesses.yml - spec/fixtures/vcr_cassettes/yellow_api/client/find_business/find_business/with_options_gets_the_language.yml - spec/fixtures/vcr_cassettes/yellow_api/client/find_business/find_business/with_options_returns_the_correct_number_of_businesses.yml - spec/fixtures/vcr_cassettes/yellow_api/client/find_business/find_business/with_special_characters_parses_the_special_characters.yml - spec/fixtures/vcr_cassettes/yellow_api/client/find_business/find_business/with_special_characters_returns_the_correct_format_for_businesses.yml - spec/fixtures/vcr_cassettes/yellow_api/client/find_business/find_business/with_special_characters_returns_the_correct_number_of_businesses.yml - spec/fixtures/vcr_cassettes/yellow_api/client/find_dealer/find_dealer.yml - spec/fixtures/vcr_cassettes/yellow_api/client/find_dealer/find_dealer/should_return_the_correct_parent_business.yml - spec/fixtures/vcr_cassettes/yellow_api/client/get_business_details/get_business_details/returns_the_correct_business.yml - spec/fixtures/vcr_cassettes/yellow_api/client/get_business_details/get_business_details/returns_the_correct_format.yml - spec/fixtures/vcr_cassettes/yellow_api/client/get_type_ahead/get_type_ahead.yml - spec/fixtures/vcr_cassettes/yellow_api/client/get_type_ahead/get_type_ahead/should_return_suggestions.yml - spec/helper.rb - spec/yellow_api/client_spec.rb - spec/yellow_api/find_business_spec.rb - spec/yellow_api/find_dealer_spec.rb - spec/yellow_api/get_business_details_spec.rb - spec/yellow_api/get_type_ahead_spec.rb - spec/yellow_api_spec.rb - yellow_api.gemspec homepage: https://github.com/sophiedeziel/yellow_api licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.4.8 signing_key: specification_version: 4 summary: Wrapper for the YellowPages' Yellow API test_files: - spec/fixtures/find_business.json - spec/fixtures/find_dealer.json - spec/fixtures/get_business_details.json - spec/fixtures/get_type_ahead.json - spec/fixtures/vcr_cassettes/yellow_api/client/find_business/find_business.yml - spec/fixtures/vcr_cassettes/yellow_api/client/find_business/find_business/returns_the_correct_format_for_businesses.yml - spec/fixtures/vcr_cassettes/yellow_api/client/find_business/find_business/returns_the_correct_number_of_businesses.yml - spec/fixtures/vcr_cassettes/yellow_api/client/find_business/find_business/with_lat_lon_where_returns_the_correct_format_for_businesses.yml - spec/fixtures/vcr_cassettes/yellow_api/client/find_business/find_business/with_lat_lon_where_returns_the_correct_number_of_businesses.yml - spec/fixtures/vcr_cassettes/yellow_api/client/find_business/find_business/with_options_gets_the_language.yml - spec/fixtures/vcr_cassettes/yellow_api/client/find_business/find_business/with_options_returns_the_correct_number_of_businesses.yml - spec/fixtures/vcr_cassettes/yellow_api/client/find_business/find_business/with_special_characters_parses_the_special_characters.yml - spec/fixtures/vcr_cassettes/yellow_api/client/find_business/find_business/with_special_characters_returns_the_correct_format_for_businesses.yml - spec/fixtures/vcr_cassettes/yellow_api/client/find_business/find_business/with_special_characters_returns_the_correct_number_of_businesses.yml - spec/fixtures/vcr_cassettes/yellow_api/client/find_dealer/find_dealer.yml - spec/fixtures/vcr_cassettes/yellow_api/client/find_dealer/find_dealer/should_return_the_correct_parent_business.yml - spec/fixtures/vcr_cassettes/yellow_api/client/get_business_details/get_business_details/returns_the_correct_business.yml - spec/fixtures/vcr_cassettes/yellow_api/client/get_business_details/get_business_details/returns_the_correct_format.yml - spec/fixtures/vcr_cassettes/yellow_api/client/get_type_ahead/get_type_ahead.yml - spec/fixtures/vcr_cassettes/yellow_api/client/get_type_ahead/get_type_ahead/should_return_suggestions.yml - spec/helper.rb - spec/yellow_api/client_spec.rb - spec/yellow_api/find_business_spec.rb - spec/yellow_api/find_dealer_spec.rb - spec/yellow_api/get_business_details_spec.rb - spec/yellow_api/get_type_ahead_spec.rb - spec/yellow_api_spec.rb has_rdoc: