# -*- encoding: utf-8 -*- # stub: redcarpet 3.3.4 ruby lib # stub: ext/redcarpet/extconf.rb Gem::Specification.new do |s| s.name = "redcarpet".freeze s.version = "3.3.4".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Natacha Port\u00E9".freeze, "Vicent Mart\u00ED".freeze] s.date = "2015-12-25" s.description = "A fast, safe and extensible Markdown to (X)HTML parser".freeze s.email = "vicent@github.com".freeze s.executables = ["redcarpet".freeze] s.extensions = ["ext/redcarpet/extconf.rb".freeze] s.extra_rdoc_files = ["COPYING".freeze] s.files = ["COPYING".freeze, "Gemfile".freeze, "README.markdown".freeze, "Rakefile".freeze, "bin/redcarpet".freeze, "ext/redcarpet/autolink.c".freeze, "ext/redcarpet/autolink.h".freeze, "ext/redcarpet/buffer.c".freeze, "ext/redcarpet/buffer.h".freeze, "ext/redcarpet/extconf.rb".freeze, "ext/redcarpet/houdini.h".freeze, "ext/redcarpet/houdini_href_e.c".freeze, "ext/redcarpet/houdini_html_e.c".freeze, "ext/redcarpet/html.c".freeze, "ext/redcarpet/html.h".freeze, "ext/redcarpet/html_blocks.h".freeze, "ext/redcarpet/html_smartypants.c".freeze, "ext/redcarpet/markdown.c".freeze, "ext/redcarpet/markdown.h".freeze, "ext/redcarpet/rc_markdown.c".freeze, "ext/redcarpet/rc_render.c".freeze, "ext/redcarpet/redcarpet.h".freeze, "ext/redcarpet/stack.c".freeze, "ext/redcarpet/stack.h".freeze, "lib/redcarpet.rb".freeze, "lib/redcarpet/cli.rb".freeze, "lib/redcarpet/compat.rb".freeze, "lib/redcarpet/render_man.rb".freeze, "lib/redcarpet/render_strip.rb".freeze, "redcarpet.gemspec".freeze, "test/benchmark.rb".freeze, "test/custom_render_test.rb".freeze, "test/fixtures/benchmark.md".freeze, "test/html5_test.rb".freeze, "test/html_render_test.rb".freeze, "test/html_toc_render_test.rb".freeze, "test/markdown_test.rb".freeze, "test/pathological_inputs_test.rb".freeze, "test/redcarpet_bin_test.rb".freeze, "test/redcarpet_compat_test.rb".freeze, "test/safe_render_test.rb".freeze, "test/smarty_html_test.rb".freeze, "test/smarty_pants_test.rb".freeze, "test/stripdown_render_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://github.com/vmg/redcarpet".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 1.9.2".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Markdown that smells nice".freeze s.test_files = ["test/benchmark.rb".freeze, "test/custom_render_test.rb".freeze, "test/fixtures/benchmark.md".freeze, "test/html5_test.rb".freeze, "test/html_render_test.rb".freeze, "test/html_toc_render_test.rb".freeze, "test/markdown_test.rb".freeze, "test/pathological_inputs_test.rb".freeze, "test/redcarpet_bin_test.rb".freeze, "test/redcarpet_compat_test.rb".freeze, "test/safe_render_test.rb".freeze, "test/smarty_html_test.rb".freeze, "test/smarty_pants_test.rb".freeze, "test/stripdown_render_test.rb".freeze, "test/test_helper.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 0.9.5".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.1.3".freeze]) end