Sha256: a78cc4e691592416d2b44d2fb697f3a187e8c0b0f863501a1edb341c29919095

Contents?: true

Size: 1.18 KB

Versions: 1

Compression:

Stored size: 1.18 KB

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "url-identifier"
  spec.version       = UrlIdentifier::VERSION
  spec.authors       = ["Xiyang Chen"]
  spec.email         = ["settinghead@gmail.com"]
  spec.description   = %q{Retrieve unique identifier information from common websites, such as YouTube, Blogspot, etc.}
  spec.summary       = %q{Given an url, this gem picks out its source of origin and the minimal unique identifier based on its origin. }
  spec.homepage      = "https://www.github.com/settinghead/url-identifier"
  spec.license       = "MIT"

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

  spec.add_development_dependency "rspec", "2.14.1"
  spec.add_development_dependency "bundler", "~> 1.3"
  spec.add_development_dependency "rake"
  spec.add_development_dependency "domainatrix", "~> 0.0.11"
  spec.add_development_dependency "addressable", ">= 2.3.5"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
url-identifier-0.0.2 url-identifier.gemspec