# -*- encoding: utf-8 -*- # stub: product_spy 0.0.5 ruby lib Gem::Specification.new do |s| s.name = "product_spy".freeze s.version = "0.0.5".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Paul Spieker".freeze] s.date = "2013-04-22" s.description = "ProductSpy is made for parsing product URLs, i.e. Amazon-URLs, to get the product keys and creating product URLs based on these keys. This can be used to identify products based on the url or just to clean up product URLs.".freeze s.email = ["p.spieker@duenos.de".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "lib/product_spy.rb".freeze, "lib/product_spy/configuration.rb".freeze, "lib/product_spy/host.rb".freeze, "lib/product_spy/version.rb".freeze, "product_spy.gemspec".freeze, "spec/amazon_spec.rb".freeze, "spec/anzberg-shop.de_spec.rb".freeze, "spec/baby-markt_spec.rb".freeze, "spec/baby-walz.de_spec.rb".freeze, "spec/ebay_spec.rb".freeze, "spec/hornbach.de_spec.rb".freeze, "spec/host_spec.rb".freeze, "spec/lecreuset.de_spec.rb".freeze, "spec/porzellanhandel24.de_spec.rb".freeze, "spec/product_spy_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "https://github.com/spieker/product_spy".freeze s.rubygems_version = "3.5.10".freeze s.summary = "ProductSpy is made for parsing product URLs, i.e. Amazon-URLs, to get the product keys and creating product URLs based on these keys".freeze s.test_files = ["spec/amazon_spec.rb".freeze, "spec/anzberg-shop.de_spec.rb".freeze, "spec/baby-markt_spec.rb".freeze, "spec/baby-walz.de_spec.rb".freeze, "spec/ebay_spec.rb".freeze, "spec/hornbach.de_spec.rb".freeze, "spec/host_spec.rb".freeze, "spec/lecreuset.de_spec.rb".freeze, "spec/porzellanhandel24.de_spec.rb".freeze, "spec/product_spy_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end