Sha256: 81fb15786bfcb0cad7fa37e4a2a3531f70b24e9c9c6be13adb39f2e77a9ae341

Contents?: true

Size: 998 Bytes

Versions: 1

Compression:

Stored size: 998 Bytes

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "html-pipeline-youtube"
  spec.version       = HTML::Pipeline::Youtube::VERSION
  spec.authors       = ["Stan Luo"]
  spec.email         = ["stan001212@gmail.com"]

  spec.summary       = %q{Youtube filter for html-pipeline}
  spec.description   = %q{A html-pipeline filter that converts youtube url into iframe}
  spec.homepage      = "https://github.com/st0012/html-pipeline-youtube"

  spec.files         = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
  spec.bindir        = "exe"
  spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
  spec.require_paths = ["lib"]

  spec.add_dependency "html-pipeline", "~> 2.0"
  spec.add_development_dependency "bundler", "~> 1.8"
  spec.add_development_dependency "rake", "~> 10.0"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
html-pipeline-youtube-0.1.0 html-pipeline-youtube.gemspec