Sha256: a3e8247a118c083a3ba9a8036fa586c61c948cda11c87bf026803b538c495dbe

Contents?: true

Size: 798 Bytes

Versions: 3

Compression:

Stored size: 798 Bytes

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "html-pipeline-ruby_markup"
  spec.version       = HTML::Pipeline::RubyMarkup::VERSION
  spec.authors       = ["Juanito Fatas"]
  spec.email         = ["katehuang0320@gmail.com"]
  spec.summary       = %q{A HTML::Pipeline filter to write ruby markup elements.}
  spec.description   = spec.summary
  spec.homepage      = "https://github.com/juanitofatas/html-pipeline-ruby_markup"
  spec.license       = "MIT"

  spec.files         = `git ls-files -z`.split("\x0").reject { |f| f =~ %r{^(spec)/} }
  spec.require_paths = ["lib"]

  spec.add_dependency "html-pipeline", ">= 1.11"
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
html-pipeline-ruby_markup-0.9.2 html-pipeline-ruby_markup.gemspec
html-pipeline-ruby_markup-0.9.1 html-pipeline-ruby_markup.gemspec
html-pipeline-ruby_markup-0.9.0 html-pipeline-ruby_markup.gemspec