Sha256: 04172884566a0aa011994b1003249dc5c18d2eb8b85154bd0dbb31af6dc3f32a
Contents?: true
Size: 1.98 KB
Versions: 0
Compression: gzip
Compressed size: 732 Bytes
Stored size: 732 Bytes
Contents
--- !ruby/object:Gem::Specification name: github-markdown version: !ruby/object:Gem::Version hash: 29 prerelease: segments: - 0 - 1 - 3 version: 0.1.3 platform: ruby authors: - GitHub, Inc autorequire: bindir: bin cert_chain: [] date: 2012-04-04 00:00:00 Z dependencies: - !ruby/object:Gem::Dependency name: rake-compiler prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" type: :development version_requirements: *id001 description: Self-contained Markdown parser for GitHub, with all our custom extensions email: vicent@github.com executables: [] extensions: - ext/markdown/extconf.rb extra_rdoc_files: [] files: - 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 homepage: http://github.github.com/github-flavored-markdown/ licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.8.15 signing_key: specification_version: 3 summary: The Markdown parser for GitHub.com test_files: - test/gfm_test.rb