# -*- encoding: utf-8 -*- # stub: commonmarker 0.17.7.1 ruby libext # stub: ext/commonmarker/extconf.rb Gem::Specification.new do |s| s.name = "commonmarker".freeze s.version = "0.17.7.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze, "ext".freeze] s.authors = ["Garen Torikian".freeze, "Yuki Izumi".freeze] s.date = "2017-12-10" s.description = "A fast, safe, extensible parser for CommonMark. This wraps the official libcmark library.".freeze s.executables = ["commonmarker".freeze] s.extensions = ["ext/commonmarker/extconf.rb".freeze] s.files = ["LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/commonmarker".freeze, "commonmarker.gemspec".freeze, "ext/commonmarker/arena.c".freeze, "ext/commonmarker/autolink.c".freeze, "ext/commonmarker/autolink.h".freeze, "ext/commonmarker/blocks.c".freeze, "ext/commonmarker/buffer.c".freeze, "ext/commonmarker/buffer.h".freeze, "ext/commonmarker/case_fold_switch.inc".freeze, "ext/commonmarker/chunk.h".freeze, "ext/commonmarker/cmark.c".freeze, "ext/commonmarker/cmark.h".freeze, "ext/commonmarker/cmark_ctype.c".freeze, "ext/commonmarker/cmark_ctype.h".freeze, "ext/commonmarker/cmark_export.h".freeze, "ext/commonmarker/cmark_extension_api.h".freeze, "ext/commonmarker/cmark_version.h".freeze, "ext/commonmarker/cmarkextensions_export.h".freeze, "ext/commonmarker/commonmark.c".freeze, "ext/commonmarker/commonmarker.c".freeze, "ext/commonmarker/commonmarker.h".freeze, "ext/commonmarker/config.h".freeze, "ext/commonmarker/core-extensions.c".freeze, "ext/commonmarker/core-extensions.h".freeze, "ext/commonmarker/entities.inc".freeze, "ext/commonmarker/ext_scanners.c".freeze, "ext/commonmarker/ext_scanners.h".freeze, "ext/commonmarker/extconf.rb".freeze, "ext/commonmarker/footnotes.c".freeze, "ext/commonmarker/footnotes.h".freeze, "ext/commonmarker/houdini.h".freeze, "ext/commonmarker/houdini_href_e.c".freeze, "ext/commonmarker/houdini_html_e.c".freeze, "ext/commonmarker/houdini_html_u.c".freeze, "ext/commonmarker/html.c".freeze, "ext/commonmarker/html.h".freeze, "ext/commonmarker/inlines.c".freeze, "ext/commonmarker/inlines.h".freeze, "ext/commonmarker/iterator.c".freeze, "ext/commonmarker/iterator.h".freeze, "ext/commonmarker/latex.c".freeze, "ext/commonmarker/linked_list.c".freeze, "ext/commonmarker/man.c".freeze, "ext/commonmarker/map.c".freeze, "ext/commonmarker/map.h".freeze, "ext/commonmarker/node.c".freeze, "ext/commonmarker/node.h".freeze, "ext/commonmarker/parser.h".freeze, "ext/commonmarker/plaintext.c".freeze, "ext/commonmarker/plugin.c".freeze, "ext/commonmarker/plugin.h".freeze, "ext/commonmarker/references.c".freeze, "ext/commonmarker/references.h".freeze, "ext/commonmarker/registry.c".freeze, "ext/commonmarker/registry.h".freeze, "ext/commonmarker/render.c".freeze, "ext/commonmarker/render.h".freeze, "ext/commonmarker/scanners.c".freeze, "ext/commonmarker/scanners.h".freeze, "ext/commonmarker/scanners.re".freeze, "ext/commonmarker/strikethrough.c".freeze, "ext/commonmarker/strikethrough.h".freeze, "ext/commonmarker/syntax_extension.c".freeze, "ext/commonmarker/syntax_extension.h".freeze, "ext/commonmarker/table.c".freeze, "ext/commonmarker/table.h".freeze, "ext/commonmarker/tagfilter.c".freeze, "ext/commonmarker/tagfilter.h".freeze, "ext/commonmarker/utf8.c".freeze, "ext/commonmarker/utf8.h".freeze, "ext/commonmarker/xml.c".freeze, "lib/commonmarker.rb".freeze, "lib/commonmarker/config.rb".freeze, "lib/commonmarker/node.rb".freeze, "lib/commonmarker/node/inspect.rb".freeze, "lib/commonmarker/renderer.rb".freeze, "lib/commonmarker/renderer/html_renderer.rb".freeze, "lib/commonmarker/version.rb".freeze, "test/benchmark.rb".freeze, "test/fixtures/curly.md".freeze, "test/fixtures/dingus.md".freeze, "test/test_attributes.rb".freeze, "test/test_basics.rb".freeze, "test/test_commonmark.rb".freeze, "test/test_doc.rb".freeze, "test/test_encoding.rb".freeze, "test/test_extensions.rb".freeze, "test/test_footnotes.rb".freeze, "test/test_gc.rb".freeze, "test/test_helper.rb".freeze, "test/test_linebreaks.rb".freeze, "test/test_maliciousness.rb".freeze, "test/test_node.rb".freeze, "test/test_pathological_inputs.rb".freeze, "test/test_plaintext.rb".freeze, "test/test_renderer.rb".freeze, "test/test_smartpunct.rb".freeze, "test/test_spec.rb".freeze] s.homepage = "http://github.com/gjtorikian/commonmarker".freeze s.licenses = ["MIT".freeze] s.rdoc_options = ["-x".freeze, "ext/commonmarker/cmark/.*".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.0.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "CommonMark parser and renderer. Written in C, wrapped in Ruby.".freeze s.test_files = ["test/benchmark.rb".freeze, "test/fixtures/curly.md".freeze, "test/fixtures/dingus.md".freeze, "test/test_attributes.rb".freeze, "test/test_basics.rb".freeze, "test/test_commonmark.rb".freeze, "test/test_doc.rb".freeze, "test/test_encoding.rb".freeze, "test/test_extensions.rb".freeze, "test/test_footnotes.rb".freeze, "test/test_gc.rb".freeze, "test/test_helper.rb".freeze, "test/test_linebreaks.rb".freeze, "test/test_maliciousness.rb".freeze, "test/test_node.rb".freeze, "test/test_pathological_inputs.rb".freeze, "test/test_plaintext.rb".freeze, "test/test_renderer.rb".freeze, "test/test_smartpunct.rb".freeze, "test/test_spec.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 0.5".freeze]) s.add_development_dependency(%q.freeze, ["~> 5.6".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.9".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.2".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.8.1".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 5.1".freeze]) end