Newer
Older
# encoding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'jekyll-pandoc-multiple-formats/version'
Gem::Specification.new do |gem|
gem.email = ['mauricio@pasquierjuan.com.ar', 'fauno@endefensadelsl.org']
gem.description = %q{This jekyll plugin was inspired by
jekyll-pandoc-plugin but it was changed to generate multiple outputs,
rather than just using pandoc to generate jekyll html posts. Besides,
it doesn't require the 'pandoc-ruby' gem.}
gem.summary = %q{Use pandoc on jekyll to generate posts in multiple formats}
gem.homepage = 'https://github.com/fauno/jekyll-pandoc-multiple-formats'
gem.license = 'MIT'
gem.files = `git ls-files`.split($/)
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})