Sha256: 43bc09bead3ce3936d5f017024c0c2227871400901a881bdc4034fffc8440742

Contents?: true

Size: 944 Bytes

Versions: 4

Compression:

Stored size: 944 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 "rake", "~> 10.0"
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
html-pipeline-youtube-0.1.4 html-pipeline-youtube.gemspec
html-pipeline-youtube-0.1.3 html-pipeline-youtube.gemspec
html-pipeline-youtube-0.1.2 html-pipeline-youtube.gemspec
html-pipeline-youtube-0.1.1 html-pipeline-youtube.gemspec