Sha256: e9f2ef1b0fbff1f5e3b446486aea0e1393e31707496f0483de153b3efb6d8509
Contents?: true
Size: 1.13 KB
Versions: 1
Compression:
Stored size: 1.13 KB
Contents
# encoding: utf-8 Gem::Specification.new do |s| s.name = 'github-markdown' s.version = '0.3.0' s.summary = 'The Markdown parser for GitHub.com' s.description = 'Self-contained Markdown parser for GitHub, with all our custom extensions' s.date = '2012-04-04' s.email = 'vicent@github.com' s.homepage = 'http://github.github.com/github-flavored-markdown/' s.authors = ['GitHub, Inc'] # = MANIFEST = s.files = %w[ Rakefile bin/gfm ext/markdown/autolink.c ext/markdown/autolink.h ext/markdown/buffer.c ext/markdown/buffer.h ext/markdown/extconf.rb ext/markdown/gh-markdown.c ext/markdown/houdini.h ext/markdown/houdini_href_e.c ext/markdown/houdini_html_e.c ext/markdown/html.c ext/markdown/html.h ext/markdown/html_blocks.h ext/markdown/markdown.c ext/markdown/markdown.h ext/markdown/stack.c ext/markdown/stack.h github-markdown.gemspec lib/github/markdown.rb test/gfm_test.rb ] # = MANIFEST = s.test_files = ["test/gfm_test.rb"] s.extensions = ["ext/markdown/extconf.rb"] s.require_paths = ["lib"] s.add_development_dependency "rake-compiler" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
github-markdown-0.3.0 | github-markdown.gemspec |