# -*- encoding: utf-8 -*- # stub: rdiscount_wm 3.0.0.0 ruby lib # stub: ext/extconf.rb Gem::Specification.new do |s| s.name = "rdiscount_wm".freeze s.version = "3.0.0.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Ryan Tomayko".freeze, "David Loren Parsons".freeze, "Andrew White".freeze, "David Foster".freeze, "Liang Sun".freeze] s.date = "2014-04-15" s.email = "i@liangsun.org".freeze s.executables = ["rdiscount".freeze] s.extensions = ["ext/extconf.rb".freeze] s.extra_rdoc_files = ["COPYING".freeze] s.files = ["BUILDING".freeze, "COPYING".freeze, "README.markdown".freeze, "Rakefile".freeze, "bin/rdiscount".freeze, "ext/Csio.c".freeze, "ext/VERSION".freeze, "ext/amalloc.c".freeze, "ext/amalloc.h".freeze, "ext/basename.c".freeze, "ext/blocktags".freeze, "ext/config.h".freeze, "ext/css.c".freeze, "ext/cstring.h".freeze, "ext/docheader.c".freeze, "ext/dumptree.c".freeze, "ext/emmatch.c".freeze, "ext/extconf.rb".freeze, "ext/flags.c".freeze, "ext/generate.c".freeze, "ext/github_flavoured.c".freeze, "ext/html5.c".freeze, "ext/markdown.c".freeze, "ext/markdown.h".freeze, "ext/mkdio.c".freeze, "ext/mkdio.h".freeze, "ext/mktags.c".freeze, "ext/pgm_options.c".freeze, "ext/pgm_options.h".freeze, "ext/rdiscount.c".freeze, "ext/resource.c".freeze, "ext/setup.c".freeze, "ext/tags.c".freeze, "ext/tags.h".freeze, "ext/toc.c".freeze, "ext/version.c".freeze, "ext/xml.c".freeze, "ext/xmlpage.c".freeze, "lib/markdown.rb".freeze, "lib/rdiscount_wm.rb".freeze, "man/markdown.7".freeze, "man/rdiscount.1".freeze, "man/rdiscount.1.ronn".freeze, "rdiscount_wm.gemspec".freeze, "test/benchmark.rb".freeze, "test/benchmark.txt".freeze, "test/markdown_test.rb".freeze, "test/rdiscount_test.rb".freeze] s.homepage = "https://github.com/liangsun/rdiscount".freeze s.licenses = ["BSD".freeze] s.required_ruby_version = Gem::Requirement.new("!= 1.9.2".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Fast Implementation of Gruber's Markdown in C With Math(LaTex, MathJax) Support".freeze s.test_files = ["test/markdown_test.rb".freeze, "test/rdiscount_test.rb".freeze] end