Sha256: cc959f793cd7abd3dd1b84bca3e3da06540980025336dcb8c49c6ba616026749
Contents?: true
Size: 877 Bytes
Versions: 1
Compression:
Stored size: 877 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) Gem::Specification.new do |s| s.name = "middleman-markdown-yaml-front-matter" s.version = "0.0.2" s.platform = Gem::Platform::RUBY s.authors = ["Rémi Rémino"] s.email = ["remi@remino.net"] s.homepage = "http://github.com/remino/middleman-markdown-yaml-front-matter" s.summary = %q{YAML frontmatter in Markdown-style code blocks} s.description = %q{Wrap YAML frontmatter in Markdown files in a Markdown-style fenced code blocks.} s.licenses = ['GPL-2'] s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] s.add_runtime_dependency("middleman-core", [">= 3.3.3"]) end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
middleman-markdown-yaml-front-matter-0.0.2 | middleman-markdown-yaml-front-matter.gemspec |