Sha256: 47c2602d02369e41152436372e7fb067d6e60455841f8fb2e0c96aa7e5a4b72b

Contents?: true

Size: 1.28 KB

Versions: 1

Compression:

Stored size: 1.28 KB

Contents

Gem::Specification.new do |s|
  s.name = 'rdiscount-dsc'
  s.version = '1.6.9'
  s.summary = "Fast Implementation of Gruber's Markdown in C"
  s.date = '2011-01-25'
  s.email = 'rtomayko@gmail.com'
  s.homepage = 'http://github.com/rtomayko/rdiscount'
  s.authors = ["Ryan Tomayko", "David Loren Parsons", "Andrew White"]
  # = MANIFEST =
  s.files = %w[
    BUILDING
    COPYING
    README.markdown
    Rakefile
    bin/rdiscount
    discount
    ext/Csio.c
    ext/amalloc.h
    ext/basename.c
    ext/config.h
    ext/css.c
    ext/cstring.h
    ext/docheader.c
    ext/dumptree.c
    ext/emmatch.c
    ext/extconf.rb
    ext/generate.c
    ext/html5.c
    ext/markdown.c
    ext/markdown.h
    ext/mkdio.c
    ext/mkdio.h
    ext/rdiscount.c
    ext/resource.c
    ext/tags.c
    ext/tags.h
    ext/toc.c
    ext/xml.c
    lib/markdown.rb
    lib/rdiscount.rb
    man/markdown.7
    man/rdiscount.1
    man/rdiscount.1.ronn
    rdiscount-dsc.gemspec
    test/benchmark.rb
    test/benchmark.txt
    test/markdown_test.rb
    test/rdiscount_test.rb
  ]
  # = MANIFEST =
  s.test_files = ["test/markdown_test.rb", "test/rdiscount_test.rb"]
  s.extra_rdoc_files = ["COPYING"]
  s.extensions = ["ext/extconf.rb"]
  s.executables = ["rdiscount"]
  s.require_paths = ["lib"]
  s.rubyforge_project = 'wink'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rdiscount-dsc-1.6.9 rdiscount-dsc.gemspec