# -*- encoding: utf-8 -*- # stub: github-markdown-jekyll 0.7.0 ruby lib # stub: ext/markdown/extconf.rb Gem::Specification.new do |s| s.name = "github-markdown-jekyll".freeze s.version = "0.7.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["GitHub, Inc".freeze, "Alan Franzoni".freeze] s.date = "2013-10-01" s.description = "Self-contained Markdown parser for GitHub, with all our custom extensions".freeze s.email = "username@franzoni.eu".freeze s.extensions = ["ext/markdown/extconf.rb".freeze] s.files = ["Rakefile".freeze, "bin/gfm".freeze, "ext/markdown/autolink.c".freeze, "ext/markdown/autolink.h".freeze, "ext/markdown/buffer.c".freeze, "ext/markdown/buffer.h".freeze, "ext/markdown/extconf.rb".freeze, "ext/markdown/gh-markdown.c".freeze, "ext/markdown/houdini.h".freeze, "ext/markdown/houdini_href_e.c".freeze, "ext/markdown/houdini_html_e.c".freeze, "ext/markdown/html.c".freeze, "ext/markdown/html.h".freeze, "ext/markdown/html_blocks.h".freeze, "ext/markdown/markdown.c".freeze, "ext/markdown/markdown.h".freeze, "ext/markdown/plaintext.c".freeze, "ext/markdown/plaintext.h".freeze, "ext/markdown/stack.c".freeze, "ext/markdown/stack.h".freeze, "github-markdown-jekyll.gemspec".freeze, "lib/github/markdown.rb".freeze, "test/gfm_test.rb".freeze] s.homepage = "https://github.com/alanfranz/github-markdown-jekyll".freeze s.rubygems_version = "3.5.10".freeze s.summary = "The Markdown parser with support for jekyll yaml frontmatter".freeze s.test_files = ["test/gfm_test.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 0.9.2".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.6.2.1".freeze]) end