Sha256: ca00b58b5b7c4cc4fb2e990b6956c58124c8337c43f310704b06bdbaa649be10
Contents?: true
Size: 1.07 KB
Versions: 3
Compression:
Stored size: 1.07 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'jekyll-html5-youtube/version.rb' Gem::Specification.new do |spec| spec.name = "jekyll-html5-youtube" spec.version = Jekyll::Youtube::VERSION spec.platform = Gem::Platform::RUBY spec.authors = ["Lorenzo Sapora"] spec.email = ["lorenzo.sapora@gmail.com"] spec.summary = %q{Add {% youtube https://youtube.com/?v=12345678 %} to any page, or post. Check README for more information, and installation instructions.} spec.description = %q{Jekyll plugin to generate html5 snippets for embedding YouTube videos, without iframes.} spec.homepage = "https://github.com/knowbl/jekyll-html5-youtube" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.require_paths = ["lib"] spec.add_dependency "jekyll", "~> 3.4" spec.add_development_dependency "bundler", "~> 1.14" spec.add_development_dependency "rake", "~> 10.0" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
jekyll-html5-youtube-0.0.5 | jekyll-html5-youtube.gemspec |
jekyll-html5-youtube-0.0.4 | jekyll-html5-youtube.gemspec |
jekyll-html5-youtube-0.0.3 | jekyll-html5-youtube.gemspec |