Sha256: c5717e53e13fd446a35df98cdcb721fcdd92f4b416f804d2ad4a7fba274a0c8e

Contents?: true

Size: 1.15 KB

Versions: 1

Compression:

Stored size: 1.15 KB

Contents

# encoding: utf-8
Gem::Specification.new do |s|
  s.name = 'github-markdown'
  s.version = '0.6.2'
  s.summary = 'The Markdown parser for GitHub.com'
  s.description = 'Self-contained Markdown parser for GitHub, with all our custom extensions'
  s.date = '2013-10-01'
  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/plaintext.c
    ext/markdown/plaintext.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"]
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
github-markdown-0.6.2 github-markdown.gemspec