Sha256: 41e751853f7fc0e781f7e9327a36f2a0fa6f45df10bb76f5b349d7242082574e

Contents?: true

Size: 1.07 KB

Versions: 3

Compression:

Stored size: 1.07 KB

Contents

Gem::Specification.new do |s|
  s.name = 'rdiscount'
  s.version = '1.3.4'
  s.summary = "Fast Implementation of Gruber's Markdown in C"
  s.date = '2009-03-04'
  s.email = 'r@tomayko.com'
  s.homepage = 'http://github.com/rtomayko/rdiscount'
  s.has_rdoc = true
  s.authors = ["Ryan Tomayko", "Andrew White"]
  # = MANIFEST =
  s.files = %w[
    COPYING
    README.markdown
    Rakefile
    bin/rdiscount
    ext/Csio.c
    ext/amalloc.h
    ext/config.h
    ext/cstring.h
    ext/docheader.c
    ext/dumptree.c
    ext/extconf.rb
    ext/generate.c
    ext/markdown.c
    ext/markdown.h
    ext/mkdio.c
    ext/mkdio.h
    ext/rdiscount.c
    ext/resource.c
    ext/toc.c
    lib/markdown.rb
    lib/rdiscount.rb
    rdiscount.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

3 entries across 3 versions & 3 rubygems

Version Path
pixeltrix-rdiscount-1.3.4 rdiscount.gemspec
rtomayko-rdiscount-1.3.4 rdiscount.gemspec
rdiscount-1.3.4 rdiscount.gemspec