Sha256: 11af0d1f8efba7957611d5ff8bb43da3a8bd2838ee83a10db72aeefd80348eec

Contents?: true

Size: 1.06 KB

Versions: 6

Compression:

Stored size: 1.06 KB

Contents

# -*- encoding: utf-8 -*-
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'product_spy/version'

Gem::Specification.new do |gem|
  gem.name          = "product_spy"
  gem.version       = ProductSpy::VERSION
  gem.authors       = ["Paul Spieker"]
  gem.email         = ["p.spieker@duenos.de"]
  gem.description   = %q{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.}
  gem.summary       = %q{ProductSpy is made for parsing product URLs, i.e. Amazon-URLs, to get the product keys and creating product URLs based on these keys}
  gem.homepage      = "https://github.com/spieker/product_spy"

  gem.files         = `git ls-files`.split($/)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.require_paths = ["lib"]

  gem.add_dependency 'addressable'
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
product_spy-0.0.6 product_spy.gemspec
product_spy-0.0.5 product_spy.gemspec
product_spy-0.0.4 product_spy.gemspec
product_spy-0.0.3 product_spy.gemspec
product_spy-0.0.2 product_spy.gemspec
product_spy-0.0.1 product_spy.gemspec