# -*- encoding: utf-8 -*- # stub: github-markdown 0.6.6 ruby lib # stub: ext/markdown/extconf.rb Gem::Specification.new do |s| s.name = "github-markdown".freeze s.version = "0.6.6".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] s.date = "2013-10-01" s.description = "Self-contained Markdown parser for GitHub, with all our custom extensions".freeze s.email = "vicent@github.com".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.gemspec".freeze, "lib/github/markdown.rb".freeze, "test/gfm_test.rb".freeze] s.homepage = "http://github.github.com/github-flavored-markdown/".freeze s.rubygems_version = "3.5.10".freeze s.summary = "The Markdown parser for GitHub.com".freeze s.test_files = ["test/gfm_test.rb".freeze] end