# -*- encoding: utf-8 -*-
# stub: shoppr 0.1.1 ruby lib

Gem::Specification.new do |s|
  s.name = "shoppr".freeze
  s.version = "0.1.1".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Wynn Netherland".freeze, "Jim Mulholland".freeze]
  s.date = "2009-12-02"
  s.email = "wynn@squeejee.com".freeze
  s.extra_rdoc_files = ["README.rdoc".freeze]
  s.files = ["History".freeze, "License".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION.yml".freeze, "lib/shoppr.rb".freeze, "lib/shoppr/api_exception.rb".freeze, "lib/shoppr/attribute.rb".freeze, "lib/shoppr/attribute_selection.rb".freeze, "lib/shoppr/attribute_value.rb".freeze, "lib/shoppr/category.rb".freeze, "lib/shoppr/category_selection.rb".freeze, "lib/shoppr/client.rb".freeze, "lib/shoppr/client_tracking.rb".freeze, "lib/shoppr/consumer_review.rb".freeze, "lib/shoppr/dynamic_navigation_history.rb".freeze, "lib/shoppr/feature.rb".freeze, "lib/shoppr/feature_group.rb".freeze, "lib/shoppr/feature_rating.rb".freeze, "lib/shoppr/general_search_response.rb".freeze, "lib/shoppr/generic_response.rb".freeze, "lib/shoppr/image.rb".freeze, "lib/shoppr/keyword_search.rb".freeze, "lib/shoppr/offer.rb".freeze, "lib/shoppr/offer_selection.rb".freeze, "lib/shoppr/product.rb".freeze, "lib/shoppr/product_selection.rb".freeze, "lib/shoppr/search_history.rb".freeze, "lib/shoppr/server_detail.rb".freeze, "lib/shoppr/store.rb".freeze, "test/fixtures/general_search_specs_offers_reviews.xml".freeze, "test/fixtures/generic_response.xml".freeze, "test/fixtures/nikon.xml".freeze, "test/fixtures/no_options.xml".freeze, "test/shoppr/client_test.rb".freeze, "test/shoppr/general_search_response_test.rb".freeze, "test/shoppr/generic_response_test.rb".freeze, "test/test_helper.rb".freeze]
  s.homepage = "http://github.com/squeejee/shoppr".freeze
  s.rdoc_options = ["--charset=UTF-8".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Ruby wrapper for the Shopping.com API".freeze
  s.test_files = ["test/shoppr/client_test.rb".freeze, "test/shoppr/general_search_response_test.rb".freeze, "test/shoppr/generic_response_test.rb".freeze, "test/test_helper.rb".freeze]

  s.specification_version = 3

  s.add_runtime_dependency(%q<mash>.freeze, ["= 0.0.3".freeze])
  s.add_runtime_dependency(%q<httparty>.freeze, ["~> 0.4.3".freeze])
  s.add_development_dependency(%q<thoughtbot-shoulda>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<jeremymcanally-matchy>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<mocha>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<fakeweb>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<mash>.freeze, [">= 0".freeze])
end