--- !ruby/object:Gem::Specification name: commonmarker version: !ruby/object:Gem::Version version: 0.16.4 platform: ruby authors: - Garen Torikian - Yuki Izumi autorequire: bindir: bin cert_chain: [] date: 2017-06-27 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: ruby-enum requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0.5' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0.5' - !ruby/object:Gem::Dependency name: minitest requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '5.6' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '5.6' - !ruby/object:Gem::Dependency name: rake-compiler requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0.9' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0.9' - !ruby/object:Gem::Dependency name: bundler requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.2' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.2' - !ruby/object:Gem::Dependency name: json requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 1.8.1 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 1.8.1 - !ruby/object:Gem::Dependency name: awesome_print requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: rdoc requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '5.1' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '5.1' description: A fast, safe, extensible parser for CommonMark. This wraps the official libcmark library. email: executables: - commonmarker extensions: - ext/commonmarker/extconf.rb extra_rdoc_files: [] files: - LICENSE.txt - README.md - Rakefile - bin/commonmarker - commonmarker.gemspec - ext/commonmarker/cmark/CMakeLists.txt - ext/commonmarker/cmark/COPYING - ext/commonmarker/cmark/FindAsan.cmake - ext/commonmarker/cmark/Makefile - ext/commonmarker/cmark/Makefile.nmake - ext/commonmarker/cmark/README.md - ext/commonmarker/cmark/api_test/CMakeLists.txt - ext/commonmarker/cmark/api_test/cplusplus.cpp - ext/commonmarker/cmark/api_test/cplusplus.h - ext/commonmarker/cmark/api_test/harness.c - ext/commonmarker/cmark/api_test/harness.h - ext/commonmarker/cmark/api_test/main.c - ext/commonmarker/cmark/appveyor.yml - ext/commonmarker/cmark/bench/samples/block-bq-flat.md - ext/commonmarker/cmark/bench/samples/block-bq-nested.md - ext/commonmarker/cmark/bench/samples/block-code.md - ext/commonmarker/cmark/bench/samples/block-fences.md - ext/commonmarker/cmark/bench/samples/block-heading.md - ext/commonmarker/cmark/bench/samples/block-hr.md - ext/commonmarker/cmark/bench/samples/block-html.md - ext/commonmarker/cmark/bench/samples/block-lheading.md - ext/commonmarker/cmark/bench/samples/block-list-flat.md - ext/commonmarker/cmark/bench/samples/block-list-nested.md - ext/commonmarker/cmark/bench/samples/block-ref-flat.md - ext/commonmarker/cmark/bench/samples/block-ref-nested.md - ext/commonmarker/cmark/bench/samples/inline-autolink.md - ext/commonmarker/cmark/bench/samples/inline-backticks.md - ext/commonmarker/cmark/bench/samples/inline-em-flat.md - ext/commonmarker/cmark/bench/samples/inline-em-nested.md - ext/commonmarker/cmark/bench/samples/inline-em-worst.md - ext/commonmarker/cmark/bench/samples/inline-entity.md - ext/commonmarker/cmark/bench/samples/inline-escape.md - ext/commonmarker/cmark/bench/samples/inline-html.md - ext/commonmarker/cmark/bench/samples/inline-links-flat.md - ext/commonmarker/cmark/bench/samples/inline-links-nested.md - ext/commonmarker/cmark/bench/samples/inline-newlines.md - ext/commonmarker/cmark/bench/samples/lorem1.md - ext/commonmarker/cmark/bench/samples/rawtabs.md - ext/commonmarker/cmark/bench/statistics.py - ext/commonmarker/cmark/bench/stats.py - ext/commonmarker/cmark/benchmarks.md - ext/commonmarker/cmark/changelog.txt - ext/commonmarker/cmark/data/CaseFolding.txt - ext/commonmarker/cmark/extensions/CMakeLists.txt - ext/commonmarker/cmark/extensions/autolink.c - ext/commonmarker/cmark/extensions/autolink.h - ext/commonmarker/cmark/extensions/core-extensions.c - ext/commonmarker/cmark/extensions/core-extensions.h - ext/commonmarker/cmark/extensions/ext_scanners.c - ext/commonmarker/cmark/extensions/ext_scanners.h - ext/commonmarker/cmark/extensions/ext_scanners.re - ext/commonmarker/cmark/extensions/strikethrough.c - ext/commonmarker/cmark/extensions/strikethrough.h - ext/commonmarker/cmark/extensions/table.c - ext/commonmarker/cmark/extensions/table.h - ext/commonmarker/cmark/extensions/tagfilter.c - ext/commonmarker/cmark/extensions/tagfilter.h - ext/commonmarker/cmark/man/CMakeLists.txt - ext/commonmarker/cmark/man/make_man_page.py - ext/commonmarker/cmark/man/man1/cmark-gfm.1 - ext/commonmarker/cmark/man/man3/cmark-gfm.3 - ext/commonmarker/cmark/nmake.bat - ext/commonmarker/cmark/src/CMakeLists.txt - ext/commonmarker/cmark/src/arena.c - ext/commonmarker/cmark/src/blocks.c - ext/commonmarker/cmark/src/buffer.c - ext/commonmarker/cmark/src/buffer.h - ext/commonmarker/cmark/src/case_fold_switch.inc - ext/commonmarker/cmark/src/chunk.h - ext/commonmarker/cmark/src/cmark.c - ext/commonmarker/cmark/src/cmark.h - ext/commonmarker/cmark/src/cmark_ctype.c - ext/commonmarker/cmark/src/cmark_ctype.h - ext/commonmarker/cmark/src/cmark_extension_api.h - ext/commonmarker/cmark/src/cmark_version.h.in - ext/commonmarker/cmark/src/commonmark.c - ext/commonmarker/cmark/src/config.h.in - ext/commonmarker/cmark/src/entities.inc - ext/commonmarker/cmark/src/houdini.h - ext/commonmarker/cmark/src/houdini_href_e.c - ext/commonmarker/cmark/src/houdini_html_e.c - ext/commonmarker/cmark/src/houdini_html_u.c - ext/commonmarker/cmark/src/html.c - ext/commonmarker/cmark/src/html.h - ext/commonmarker/cmark/src/inlines.c - ext/commonmarker/cmark/src/inlines.h - ext/commonmarker/cmark/src/iterator.c - ext/commonmarker/cmark/src/iterator.h - ext/commonmarker/cmark/src/latex.c - ext/commonmarker/cmark/src/libcmark-gfm.pc.in - ext/commonmarker/cmark/src/linked_list.c - ext/commonmarker/cmark/src/main.c - ext/commonmarker/cmark/src/man.c - ext/commonmarker/cmark/src/node.c - ext/commonmarker/cmark/src/node.h - ext/commonmarker/cmark/src/parser.h - ext/commonmarker/cmark/src/plaintext.c - ext/commonmarker/cmark/src/plugin.c - ext/commonmarker/cmark/src/plugin.h - ext/commonmarker/cmark/src/references.c - ext/commonmarker/cmark/src/references.h - ext/commonmarker/cmark/src/registry.c - ext/commonmarker/cmark/src/registry.h - ext/commonmarker/cmark/src/render.c - ext/commonmarker/cmark/src/render.h - ext/commonmarker/cmark/src/scanners.c - ext/commonmarker/cmark/src/scanners.h - ext/commonmarker/cmark/src/scanners.re - ext/commonmarker/cmark/src/syntax_extension.c - ext/commonmarker/cmark/src/syntax_extension.h - ext/commonmarker/cmark/src/utf8.c - ext/commonmarker/cmark/src/utf8.h - ext/commonmarker/cmark/src/xml.c - ext/commonmarker/cmark/suppressions - ext/commonmarker/cmark/test/CMakeLists.txt - ext/commonmarker/cmark/test/afl_dictionary/asterisk - ext/commonmarker/cmark/test/afl_dictionary/attr_generic - ext/commonmarker/cmark/test/afl_dictionary/attr_href - ext/commonmarker/cmark/test/afl_dictionary/attr_xml_lang - ext/commonmarker/cmark/test/afl_dictionary/attr_xmlns - ext/commonmarker/cmark/test/afl_dictionary/backslash - ext/commonmarker/cmark/test/afl_dictionary/backtick - ext/commonmarker/cmark/test/afl_dictionary/colon - ext/commonmarker/cmark/test/afl_dictionary/dashes - ext/commonmarker/cmark/test/afl_dictionary/double_quote - ext/commonmarker/cmark/test/afl_dictionary/entity_builtin - ext/commonmarker/cmark/test/afl_dictionary/entity_decimal - ext/commonmarker/cmark/test/afl_dictionary/entity_external - ext/commonmarker/cmark/test/afl_dictionary/entity_hex - ext/commonmarker/cmark/test/afl_dictionary/equals - ext/commonmarker/cmark/test/afl_dictionary/exclamation - ext/commonmarker/cmark/test/afl_dictionary/greater_than - ext/commonmarker/cmark/test/afl_dictionary/hash - ext/commonmarker/cmark/test/afl_dictionary/hyphen - ext/commonmarker/cmark/test/afl_dictionary/indent - ext/commonmarker/cmark/test/afl_dictionary/left_bracket - ext/commonmarker/cmark/test/afl_dictionary/left_paren - ext/commonmarker/cmark/test/afl_dictionary/less_than - ext/commonmarker/cmark/test/afl_dictionary/plus - ext/commonmarker/cmark/test/afl_dictionary/right_bracket - ext/commonmarker/cmark/test/afl_dictionary/right_paren - ext/commonmarker/cmark/test/afl_dictionary/single_quote - ext/commonmarker/cmark/test/afl_dictionary/string_any - ext/commonmarker/cmark/test/afl_dictionary/string_brackets - ext/commonmarker/cmark/test/afl_dictionary/string_cdata - ext/commonmarker/cmark/test/afl_dictionary/string_dashes - ext/commonmarker/cmark/test/afl_dictionary/string_empty_dblquotes - ext/commonmarker/cmark/test/afl_dictionary/string_empty_quotes - ext/commonmarker/cmark/test/afl_dictionary/string_idrefs - ext/commonmarker/cmark/test/afl_dictionary/string_parentheses - ext/commonmarker/cmark/test/afl_dictionary/string_pcdata - ext/commonmarker/cmark/test/afl_dictionary/tag_cdata - ext/commonmarker/cmark/test/afl_dictionary/tag_close - ext/commonmarker/cmark/test/afl_dictionary/tag_doctype - ext/commonmarker/cmark/test/afl_dictionary/tag_element - ext/commonmarker/cmark/test/afl_dictionary/tag_entity - ext/commonmarker/cmark/test/afl_dictionary/tag_notation - ext/commonmarker/cmark/test/afl_dictionary/tag_open - ext/commonmarker/cmark/test/afl_dictionary/tag_open_close - ext/commonmarker/cmark/test/afl_dictionary/tag_open_exclamation - ext/commonmarker/cmark/test/afl_dictionary/tag_open_q - ext/commonmarker/cmark/test/afl_dictionary/tag_sq2_close - ext/commonmarker/cmark/test/afl_dictionary/tag_xml_q - ext/commonmarker/cmark/test/afl_dictionary/underscore - ext/commonmarker/cmark/test/afl_test_cases/test.md - ext/commonmarker/cmark/test/cmark.py - ext/commonmarker/cmark/test/entity_tests.py - ext/commonmarker/cmark/test/extensions.txt - ext/commonmarker/cmark/test/normalize.py - ext/commonmarker/cmark/test/pathological_tests.py - ext/commonmarker/cmark/test/regression.txt - ext/commonmarker/cmark/test/roundtrip_tests.py - ext/commonmarker/cmark/test/smart_punct.txt - ext/commonmarker/cmark/test/spec.txt - ext/commonmarker/cmark/test/spec_tests.py - ext/commonmarker/cmark/toolchain-mingw32.cmake - ext/commonmarker/cmark/tools/Dockerfile - ext/commonmarker/cmark/tools/appveyor-build.bat - ext/commonmarker/cmark/tools/make_entities_inc.py - ext/commonmarker/cmark/tools/mkcasefold.pl - ext/commonmarker/cmark/why-cmark-and-not-x.md - ext/commonmarker/cmark/wrappers/wrapper.py - ext/commonmarker/cmark/wrappers/wrapper.rb - ext/commonmarker/cmark/wrappers/wrapper.rkt - ext/commonmarker/commonmarker.c - ext/commonmarker/commonmarker.h - ext/commonmarker/extconf.rb - lib/commonmarker.rb - lib/commonmarker/config.rb - lib/commonmarker/node.rb - lib/commonmarker/node/inspect.rb - lib/commonmarker/renderer.rb - lib/commonmarker/renderer/html_renderer.rb - lib/commonmarker/version.rb - test/benchmark.rb - test/fixtures/curly.md - test/fixtures/dingus.md - test/test_attributes.rb - test/test_basics.rb - test/test_commonmark.rb - test/test_doc.rb - test/test_encoding.rb - test/test_extensions.rb - test/test_gc.rb - test/test_helper.rb - test/test_linebreaks.rb - test/test_maliciousness.rb - test/test_node.rb - test/test_pathological_inputs.rb - test/test_plaintext.rb - test/test_renderer.rb - test/test_smartpunct.rb - test/test_spec.rb homepage: http://github.com/gjtorikian/commonmarker licenses: - MIT metadata: {} post_install_message: rdoc_options: - "-x" - ext/commonmarker/cmark/.* require_paths: - lib - ext required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.0.0 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.5.1 signing_key: specification_version: 4 summary: CommonMark parser and renderer. Written in C, wrapped in Ruby. test_files: - test/benchmark.rb - test/fixtures/curly.md - test/fixtures/dingus.md - test/test_attributes.rb - test/test_basics.rb - test/test_commonmark.rb - test/test_doc.rb - test/test_encoding.rb - test/test_extensions.rb - test/test_gc.rb - test/test_helper.rb - test/test_linebreaks.rb - test/test_maliciousness.rb - test/test_node.rb - test/test_pathological_inputs.rb - test/test_plaintext.rb - test/test_renderer.rb - test/test_smartpunct.rb - test/test_spec.rb