# -*- encoding: utf-8 -*- # stub: asciidoctor-latex 1.5.0.3.dev ruby lib Gem::Specification.new do |s| s.name = "asciidoctor-latex".freeze s.version = "1.5.0.3.dev".freeze s.required_rubygems_version = Gem::Requirement.new("> 1.3.1".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["James Carlson".freeze, "Jakub Jirutka".freeze, "Dan Allen".freeze] s.date = "2015-04-19" s.description = "An extension for Asciidoctor that converts AsciiDoc documents to LaTeX and provides LaTeX extensions to Asciidoc.".freeze s.email = "jxxcarlson@mac.com".freeze s.executables = ["asciidoctor-latex".freeze] s.files = ["CHANGELOG.adoc".freeze, "LICENSE.adoc".freeze, "README.adoc".freeze, "Rakefile".freeze, "bin/asciidoctor-latex".freeze, "data/asciidoc_tex_macros.tex".freeze, "data/extras.css".freeze, "data/preamble_article.tex".freeze, "data/preamble_book.tex".freeze, "doc/Asciidoctor.html".freeze, "doc/Asciidoctor/Block.html".freeze, "doc/Asciidoctor/Converter/Html5Converter.html".freeze, "doc/Asciidoctor/Document.html".freeze, "doc/Asciidoctor/Inline.html".freeze, "doc/Asciidoctor/LaTeX.html".freeze, "doc/Asciidoctor/LaTeX/Chem.html".freeze, "doc/Asciidoctor/LaTeX/ChemInlineMacro.html".freeze, "doc/Asciidoctor/LaTeX/ClickBlock.html".freeze, "doc/Asciidoctor/LaTeX/ClickStyleInsert.html".freeze, "doc/Asciidoctor/LaTeX/Converter.html".freeze, "doc/Asciidoctor/LaTeX/Dollar.html".freeze, "doc/Asciidoctor/LaTeX/EntToUni.html".freeze, "doc/Asciidoctor/LaTeX/EnvironmentBlock.html".freeze, "doc/Asciidoctor/LaTeX/HTMLPostprocessor.html".freeze, "doc/Asciidoctor/LaTeX/Html5ConverterExtensions.html".freeze, "doc/Asciidoctor/LaTeX/InjectHTML.html".freeze, "doc/Asciidoctor/LaTeX/MacroInsert.html".freeze, "doc/Asciidoctor/LaTeX/TeXBlock.html".freeze, "doc/Asciidoctor/LaTeX/TeXPostProcess.html".freeze, "doc/Asciidoctor/LaTeX/TeXPreprocessor.html".freeze, "doc/Asciidoctor/LaTeX/TexPostprocessor.html".freeze, "doc/Asciidoctor/List.html".freeze, "doc/Asciidoctor/Section.html".freeze, "doc/Asciidoctor/Table.html".freeze, "doc/PreambleProcessor.html".freeze, "doc/String.html".freeze, "doc/_index.html".freeze, "doc/class_list.html".freeze, "doc/css/common.css".freeze, "doc/css/full_list.css".freeze, "doc/css/style.css".freeze, "doc/file.LICENSE.html".freeze, "doc/file.README.html".freeze, "doc/file.manual.html".freeze, "doc/file_list.html".freeze, "doc/frames.html".freeze, "doc/index.html".freeze, "doc/js/app.js".freeze, "doc/js/full_list.js".freeze, "doc/js/jquery.js".freeze, "doc/method_list.html".freeze, "doc/top-level-namespace.html".freeze, "examples/README.adoc".freeze, "examples/box.adoc".freeze, "examples/chem.adoc".freeze, "examples/click.adoc".freeze, "examples/code.adoc".freeze, "examples/env.adoc".freeze, "examples/eq-alignment.adoc".freeze, "examples/eq-block.adoc".freeze, "examples/eq-latex.adoc".freeze, "examples/eq-stem.adoc".freeze, "examples/eqno-latex.adoc".freeze, "examples/math_article.adoc".freeze, "examples/pyth-stem.adoc".freeze, "examples/theorem-latex.adoc".freeze, "examples/xref-equations.adoc".freeze, "lib/asciidoctor-latex.rb".freeze, "lib/asciidoctor/latex.rb".freeze, "lib/asciidoctor/latex/chem.rb".freeze, "lib/asciidoctor/latex/click_block.rb".freeze, "lib/asciidoctor/latex/converter.rb".freeze, "lib/asciidoctor/latex/core_ext/colored_string.rb".freeze, "lib/asciidoctor/latex/dollar.rb".freeze, "lib/asciidoctor/latex/ent_to_uni.rb".freeze, "lib/asciidoctor/latex/environment_block.rb".freeze, "lib/asciidoctor/latex/inject_html.rb".freeze, "lib/asciidoctor/latex/inline_macros.rb".freeze, "lib/asciidoctor/latex/macro_insert.rb".freeze, "lib/asciidoctor/latex/node_processors.rb".freeze, "lib/asciidoctor/latex/prepend_processor.rb".freeze, "lib/asciidoctor/latex/preprocess.rb".freeze, "lib/asciidoctor/latex/tex_block.rb".freeze, "lib/asciidoctor/latex/tex_postprocessor.rb".freeze, "lib/asciidoctor/latex/tex_preprocessor.rb".freeze, "lib/asciidoctor/latex/version.rb".freeze, "test/examples/adoc/admonition.adoc".freeze, "test/examples/adoc/box.adoc".freeze, "test/examples/adoc/env.adoc".freeze, "test/examples/adoc/eq.adoc".freeze, "test/examples/adoc/eqalign.adoc".freeze, "test/examples/adoc/exponent1.adoc".freeze, "test/examples/adoc/exponent2.adoc".freeze, "test/examples/adoc/line_break.adoc".freeze, "test/examples/adoc/listing.adoc".freeze, "test/examples/adoc/literal.adoc".freeze, "test/examples/adoc/macro_underscore.adoc".freeze, "test/examples/adoc/math.adoc".freeze, "test/examples/adoc/open_block.adoc".freeze, "test/examples/adoc/page_break.adoc".freeze, "test/examples/adoc/pass.adoc".freeze, "test/examples/adoc/sections.adoc".freeze, "test/examples/adoc/zero.adoc".freeze, "test/examples/asciidoc-html/env.adoc".freeze, "test/examples/asciidoc-html/equations.adoc".freeze, "test/examples/tex/env.tex".freeze, "test/examples/tex/eq.tex".freeze, "test/examples/tex/zero.tex".freeze, "test/html_test.rb".freeze, "test/latex_test.rb".freeze, "test/test_helper.rb".freeze, "test_jc/admonition.adoc".freeze, "test_jc/click.adoc".freeze, "test_jc/env.adoc".freeze, "test_jc/example.adoc".freeze, "test_jc/floating_title.adoc".freeze, "test_jc/image.adoc".freeze, "test_jc/images/frog.jpg".freeze, "test_jc/images/red_frog.jpeg".freeze, "test_jc/images/yellow_frog.jpeg".freeze, "test_jc/listing.adoc".freeze, "test_jc/lists.adoc".freeze, "test_jc/math.adoc".freeze, "test_jc/preamble.adoc".freeze, "test_jc/section-numbered.adoc".freeze, "test_jc/section.adoc".freeze, "test_jc/sidebar.adoc".freeze, "test_jc/verse.adoc".freeze] s.homepage = "https://github.com/asciidoctor/asciidoctor-latex".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Converts AsciiDoc documents to LaTeX, provides LaTeX extensions to Asciidoc".freeze s.test_files = ["test/examples/adoc/admonition.adoc".freeze, "test/examples/adoc/box.adoc".freeze, "test/examples/adoc/env.adoc".freeze, "test/examples/adoc/eq.adoc".freeze, "test/examples/adoc/eqalign.adoc".freeze, "test/examples/adoc/exponent1.adoc".freeze, "test/examples/adoc/exponent2.adoc".freeze, "test/examples/adoc/line_break.adoc".freeze, "test/examples/adoc/listing.adoc".freeze, "test/examples/adoc/literal.adoc".freeze, "test/examples/adoc/macro_underscore.adoc".freeze, "test/examples/adoc/math.adoc".freeze, "test/examples/adoc/open_block.adoc".freeze, "test/examples/adoc/page_break.adoc".freeze, "test/examples/adoc/pass.adoc".freeze, "test/examples/adoc/sections.adoc".freeze, "test/examples/adoc/zero.adoc".freeze, "test/examples/asciidoc-html/env.adoc".freeze, "test/examples/asciidoc-html/equations.adoc".freeze, "test/examples/tex/env.tex".freeze, "test/examples/tex/eq.tex".freeze, "test/examples/tex/zero.tex".freeze, "test/html_test.rb".freeze, "test/latex_test.rb".freeze, "test/test_helper.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.5.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.6.3".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 4.3".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.8".freeze]) end