Sha256: c34bd5db5e1687b62bc991fe6d2cb062e553824f1c526fa81b52a86c63f514a1
Contents?: true
Size: 1.01 KB
Versions: 3
Compression:
Stored size: 1.01 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'jekyll/tidy/version' Gem::Specification.new do |spec| spec.name = "jekyll-tidy" spec.version = Jekyll::Tidy::VERSION spec.authors = ["Wyatt Kirby"] spec.email = ["wyatt@apsis.io"] spec.summary = %q{Sanitize and Tidy HTML Output for Jekyll} spec.homepage = "http://www.apsis.io" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(test|spec|features)/}) end spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_runtime_dependency "jekyll" spec.add_runtime_dependency "htmlbeautifier" spec.add_runtime_dependency "htmlcompressor" spec.add_development_dependency "bundler", "~> 1.14" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "minitest", "~> 5.0" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
jekyll-tidy-0.2.2 | jekyll-tidy.gemspec |
jekyll-tidy-0.2.1 | jekyll-tidy.gemspec |
jekyll-tidy-0.2.0 | jekyll-tidy.gemspec |