# -*- encoding: utf-8 -*- # stub: asciidoctor-htmlbook 0.0.6 ruby lib Gem::Specification.new do |s| s.name = "asciidoctor-htmlbook".freeze s.version = "0.0.6".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Rei".freeze] s.bindir = "exe".freeze s.date = "2020-01-10" s.description = "Asciidoctor HTMLBook is an Asciidoctor backend for converting AsciiDoc documents to HTMLBook documents.".freeze s.email = ["chloerei@gmail.com".freeze] s.executables = ["asciidoctor-htmlbook".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "CHANGELOG.adoc".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.adoc".freeze, "Rakefile".freeze, "asciidoctor-htmlbook.gemspec".freeze, "bin/console".freeze, "bin/rake".freeze, "bin/setup".freeze, "exe/asciidoctor-htmlbook".freeze, "lib/asciidoctor-htmlbook.rb".freeze, "lib/asciidoctor/htmlbook.rb".freeze, "lib/asciidoctor/htmlbook/converter.rb".freeze, "lib/asciidoctor/htmlbook/version.rb".freeze, "templates/admonition.html".freeze, "templates/audio.html".freeze, "templates/colist.html".freeze, "templates/dlist.html".freeze, "templates/document.html".freeze, "templates/embedded.html".freeze, "templates/example.html".freeze, "templates/image.html".freeze, "templates/inline_anchor.html".freeze, "templates/inline_callout.html".freeze, "templates/inline_footnote.html".freeze, "templates/inline_image.html".freeze, "templates/inline_indexterm.html".freeze, "templates/inline_quoted.html".freeze, "templates/listing.html".freeze, "templates/literal.html".freeze, "templates/olist.html".freeze, "templates/page_break.html".freeze, "templates/paragraph.html".freeze, "templates/pass.html".freeze, "templates/preamble.html".freeze, "templates/quote.html".freeze, "templates/section.html".freeze, "templates/sidebar.html".freeze, "templates/stem.html".freeze, "templates/table.html".freeze, "templates/thematic_break.html".freeze, "templates/ulist.html".freeze, "templates/verse.html".freeze, "templates/video.html".freeze] s.homepage = "https://github.com/chloerei/asciidoctor-htmlbook".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Asciidoctor HTMLBook is an Asciidoctor backend for converting AsciiDoc documents to HTMLBook documents.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 2.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 4.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 5.0".freeze]) end