# -*- encoding: utf-8 -*- # stub: kitabu 3.0.2 ruby lib Gem::Specification.new do |s| s.name = "kitabu".freeze s.version = "3.0.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "rubygems_mfa_required" => "true" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Nando Vieira".freeze] s.date = "2022-02-19" s.description = "A framework for creating e-books from Markdown using Ruby. Using the Prince PDF generator, you'll be able to get high quality PDFs. Also supports EPUB, Mobi, Text and HTML generation.".freeze s.email = ["fnando.vieira@gmail.com".freeze] s.executables = ["kitabu".freeze] s.files = [".github/CODEOWNERS".freeze, ".github/FUNDING.yml".freeze, ".github/ISSUE_TEMPLATE/bug_report.md".freeze, ".github/ISSUE_TEMPLATE/config.yml".freeze, ".github/ISSUE_TEMPLATE/feature_request.md".freeze, ".github/PULL_REQUEST_TEMPLATE.md".freeze, ".github/dependabot.yml".freeze, ".github/workflows/ruby-tests.yml".freeze, ".gitignore".freeze, ".rspec".freeze, ".rubocop.yml".freeze, "CHANGELOG.md".freeze, "CODE_OF_CONDUCT.md".freeze, "CONTRIBUTING.md".freeze, "Gemfile".freeze, "LICENSE.md".freeze, "README.md".freeze, "Rakefile".freeze, "attachments/browser-version.png".freeze, "attachments/cover.png".freeze, "attachments/kitabu.epub".freeze, "attachments/kitabu.mobi".freeze, "attachments/kitabu.pdf".freeze, "bin/kitabu".freeze, "kitabu.gemspec".freeze, "lib/kitabu.rb".freeze, "lib/kitabu/cli.rb".freeze, "lib/kitabu/dependency.rb".freeze, "lib/kitabu/errors.rb".freeze, "lib/kitabu/exporter.rb".freeze, "lib/kitabu/exporter/base.rb".freeze, "lib/kitabu/exporter/css.rb".freeze, "lib/kitabu/exporter/epub.rb".freeze, "lib/kitabu/exporter/html.rb".freeze, "lib/kitabu/exporter/mobi.rb".freeze, "lib/kitabu/exporter/pdf.rb".freeze, "lib/kitabu/extensions/rouge.rb".freeze, "lib/kitabu/extensions/string.rb".freeze, "lib/kitabu/footnotes/base.rb".freeze, "lib/kitabu/footnotes/html.rb".freeze, "lib/kitabu/footnotes/pdf.rb".freeze, "lib/kitabu/generator.rb".freeze, "lib/kitabu/helpers.rb".freeze, "lib/kitabu/markdown.rb".freeze, "lib/kitabu/source_list.rb".freeze, "lib/kitabu/stats.rb".freeze, "lib/kitabu/syntax/highlight.rb".freeze, "lib/kitabu/toc/epub.rb".freeze, "lib/kitabu/toc/html.rb".freeze, "lib/kitabu/toc/html/stream.rb".freeze, "lib/kitabu/version.rb".freeze, "spec/kitabu/cli/export_spec.rb".freeze, "spec/kitabu/cli/new_spec.rb".freeze, "spec/kitabu/cli/permalinks_spec.rb".freeze, "spec/kitabu/cli/stats_spec.rb".freeze, "spec/kitabu/cli/version_spec.rb".freeze, "spec/kitabu/exporter/css_spec.rb".freeze, "spec/kitabu/exporter/epub_spec.rb".freeze, "spec/kitabu/exporter/html_spec.rb".freeze, "spec/kitabu/exporter/mobi_spec.rb".freeze, "spec/kitabu/exporter/pdf_spec.rb".freeze, "spec/kitabu/extensions/string_spec.rb".freeze, "spec/kitabu/footnotes/html_spec.rb".freeze, "spec/kitabu/generator_spec.rb".freeze, "spec/kitabu/markdown_spec.rb".freeze, "spec/kitabu/source_list_spec.rb".freeze, "spec/kitabu/stats_spec.rb".freeze, "spec/kitabu/toc/html_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/exit_with_code.rb".freeze, "spec/support/have_tag.rb".freeze, "spec/support/helper.rb".freeze, "spec/support/mybook/.gitignore".freeze, "spec/support/mybook/code/.gitkeep".freeze, "spec/support/mybook/code/code.rb".freeze, "spec/support/mybook/config/helper.rb".freeze, "spec/support/mybook/config/kitabu.yml".freeze, "spec/support/mybook/fonts/OpenSans-CondBold.ttf".freeze, "spec/support/mybook/images/.gitkeep".freeze, "spec/support/mybook/images/logo.gif".freeze, "spec/support/mybook/templates/epub/cover.erb".freeze, "spec/support/mybook/templates/epub/cover.png".freeze, "spec/support/mybook/templates/epub/page.erb".freeze, "spec/support/mybook/templates/html/layout.erb".freeze, "spec/support/mybook/templates/styles/epub.css".freeze, "spec/support/mybook/templates/styles/html.css".freeze, "spec/support/mybook/templates/styles/pdf.css".freeze, "spec/support/mybook/templates/styles/print.css".freeze, "spec/support/mybook/text/.gitkeep".freeze, "spec/support/mybook/text/01_Markdown_Chapter.md".freeze, "spec/support/mybook/text/02_ERB_Chapter.md.erb".freeze, "spec/support/mybook/text/03_With_Directory/Some_Chapter.md".freeze, "spec/support/mybook/text/CHANGELOG.md".freeze, "spec/support/mybook/text/TOC.md".freeze, "spec/support/mybook/text/_00_Introduction.md".freeze, "spec/support/shared.rb".freeze, "templates/Gemfile".freeze, "templates/Guardfile".freeze, "templates/config.erb".freeze, "templates/cover.erb".freeze, "templates/epub.erb".freeze, "templates/helper.rb".freeze, "templates/images/.gitkeep".freeze, "templates/images/kitabu-icon.png".freeze, "templates/images/kitabu-icon.svg".freeze, "templates/images/kitabu-word.png".freeze, "templates/images/kitabu-word.svg".freeze, "templates/images/kitabu.png".freeze, "templates/images/kitabu.svg".freeze, "templates/templates/epub/cover.erb".freeze, "templates/templates/epub/cover.png".freeze, "templates/templates/epub/page.erb".freeze, "templates/templates/html/layout.erb".freeze, "templates/templates/styles/epub.css".freeze, "templates/templates/styles/files/normalize.css".freeze, "templates/templates/styles/html.css".freeze, "templates/templates/styles/pdf.css".freeze, "templates/templates/styles/print.css".freeze, "templates/text/01_Getting_Started.md".freeze, "templates/text/02_Creating_Chapters.md".freeze, "templates/text/03_Syntax_Highlighting.md.erb".freeze, "templates/text/04_Dynamic_Content.md.erb".freeze, "templates/text/05_Exporting_Files.md".freeze, "vendor/bin/tidy5_linux".freeze, "vendor/bin/tidy5_osx".freeze] s.homepage = "http://rubygems.org/gems/kitabu".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.7".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "A framework for creating e-books from Markdown using Ruby. Using the Prince PDF generator, you'll be able to get high quality PDFs. Also supports EPUB, Mobi, Text and HTML generation.".freeze s.test_files = ["spec/kitabu/cli/export_spec.rb".freeze, "spec/kitabu/cli/new_spec.rb".freeze, "spec/kitabu/cli/permalinks_spec.rb".freeze, "spec/kitabu/cli/stats_spec.rb".freeze, "spec/kitabu/cli/version_spec.rb".freeze, "spec/kitabu/exporter/css_spec.rb".freeze, "spec/kitabu/exporter/epub_spec.rb".freeze, "spec/kitabu/exporter/html_spec.rb".freeze, "spec/kitabu/exporter/mobi_spec.rb".freeze, "spec/kitabu/exporter/pdf_spec.rb".freeze, "spec/kitabu/extensions/string_spec.rb".freeze, "spec/kitabu/footnotes/html_spec.rb".freeze, "spec/kitabu/generator_spec.rb".freeze, "spec/kitabu/markdown_spec.rb".freeze, "spec/kitabu/source_list_spec.rb".freeze, "spec/kitabu/stats_spec.rb".freeze, "spec/kitabu/toc/html_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/exit_with_code.rb".freeze, "spec/support/have_tag.rb".freeze, "spec/support/helper.rb".freeze, "spec/support/mybook/.gitignore".freeze, "spec/support/mybook/code/.gitkeep".freeze, "spec/support/mybook/code/code.rb".freeze, "spec/support/mybook/config/helper.rb".freeze, "spec/support/mybook/config/kitabu.yml".freeze, "spec/support/mybook/fonts/OpenSans-CondBold.ttf".freeze, "spec/support/mybook/images/.gitkeep".freeze, "spec/support/mybook/images/logo.gif".freeze, "spec/support/mybook/templates/epub/cover.erb".freeze, "spec/support/mybook/templates/epub/cover.png".freeze, "spec/support/mybook/templates/epub/page.erb".freeze, "spec/support/mybook/templates/html/layout.erb".freeze, "spec/support/mybook/templates/styles/epub.css".freeze, "spec/support/mybook/templates/styles/html.css".freeze, "spec/support/mybook/templates/styles/pdf.css".freeze, "spec/support/mybook/templates/styles/print.css".freeze, "spec/support/mybook/text/.gitkeep".freeze, "spec/support/mybook/text/01_Markdown_Chapter.md".freeze, "spec/support/mybook/text/02_ERB_Chapter.md.erb".freeze, "spec/support/mybook/text/03_With_Directory/Some_Chapter.md".freeze, "spec/support/mybook/text/CHANGELOG.md".freeze, "spec/support/mybook/text/TOC.md".freeze, "spec/support/mybook/text/_00_Introduction.md".freeze, "spec/support/shared.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end