Sha256: e44fc0a7ec630f15a08cc9c73cb044671b2bf6c208b2d98f07c1edf957e99f57

Contents?: true

Size: 1.49 KB

Versions: 4

Compression:

Stored size: 1.49 KB

Contents

Gem::Specification.new do |s|
  s.name = 'rdiscount'
  s.version = '2.0.7.2'
  s.summary = "Fast Implementation of Gruber's Markdown in C"
  s.date = '2013-04-06'
  s.email = 'rtomayko@gmail.com'
  s.homepage = 'http://github.com/rtomayko/rdiscount'
  s.authors = ["Ryan Tomayko", "David Loren Parsons", "Andrew White", "David Foster"]
  # = MANIFEST =
  s.files = %w[
    BUILDING
    COPYING
    README.markdown
    Rakefile
    bin/rdiscount
    discount
    ext/Csio.c
    ext/VERSION
    ext/amalloc.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/flags.c
    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/setup.c
    ext/tags.c
    ext/tags.h
    ext/toc.c
    ext/version.c
    ext/xml.c
    ext/xmlpage.c
    lib/markdown.rb
    lib/rdiscount.rb
    man/markdown.7
    man/rdiscount.1
    man/rdiscount.1.ronn
    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'
  # Ruby 1.9.2 has a known bug in mkmf. Ruby 1.9.3 or later is fine.
  s.required_ruby_version = '!= 1.9.2'
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
challah-1.0.0.beta3 vendor/bundle/gems/rdiscount-2.0.7.2/rdiscount.gemspec
challah-1.0.0.beta2 vendor/bundle/gems/rdiscount-2.0.7.2/rdiscount.gemspec
challah-1.0.0.beta vendor/bundle/gems/rdiscount-2.0.7.2/rdiscount.gemspec
rdiscount-2.0.7.2 rdiscount.gemspec