# -*- encoding: utf-8 -*- # stub: kitabu 2.0.0 ruby lib Gem::Specification.new do |s| s.name = "kitabu".freeze s.version = "2.0.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Nando Vieira".freeze] s.date = "2015-03-14" 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 = [".gitignore".freeze, ".gitmodules".freeze, ".rspec".freeze, ".travis.yml".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "Gemfile.lock".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, "examples/kitabu/output/epub/images/.gitkeep".freeze, "examples/kitabu/output/epub/images/kitabu-icon.png".freeze, "examples/kitabu/output/epub/images/kitabu-icon.svg".freeze, "examples/kitabu/output/epub/images/kitabu-word.png".freeze, "examples/kitabu/output/epub/images/kitabu-word.svg".freeze, "examples/kitabu/output/epub/images/kitabu.png".freeze, "examples/kitabu/output/epub/images/kitabu.svg".freeze, "examples/kitabu/output/epub/section_0.html".freeze, "examples/kitabu/output/epub/section_1.html".freeze, "examples/kitabu/output/epub/section_2.html".freeze, "examples/kitabu/output/epub/section_3.html".freeze, "examples/kitabu/output/epub/section_4.html".freeze, "examples/kitabu/output/epub/styles/epub.css".freeze, "examples/kitabu/output/epub/styles/html.css".freeze, "examples/kitabu/output/epub/styles/pdf.css".freeze, "examples/kitabu/output/epub/styles/print.css".freeze, "examples/kitabu/output/epub/toc.html".freeze, "examples/kitabu/output/images/.gitkeep".freeze, "examples/kitabu/output/images/kitabu-icon.png".freeze, "examples/kitabu/output/images/kitabu-icon.svg".freeze, "examples/kitabu/output/images/kitabu-word.png".freeze, "examples/kitabu/output/images/kitabu-word.svg".freeze, "examples/kitabu/output/images/kitabu.png".freeze, "examples/kitabu/output/images/kitabu.svg".freeze, "examples/kitabu/output/kitabu.epub".freeze, "examples/kitabu/output/kitabu.html".freeze, "examples/kitabu/output/kitabu.mobi".freeze, "examples/kitabu/output/kitabu.pdf".freeze, "examples/kitabu/output/kitabu.pdf.html".freeze, "examples/kitabu/output/kitabu.print.html".freeze, "examples/kitabu/output/kitabu.print.pdf".freeze, "examples/kitabu/output/kitabu.txt".freeze, "examples/kitabu/output/styles/epub.css".freeze, "examples/kitabu/output/styles/html.css".freeze, "examples/kitabu/output/styles/pdf.css".freeze, "examples/kitabu/output/styles/print.css".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/extensions/rouge.rb".freeze, "lib/kitabu/extensions/string.rb".freeze, "lib/kitabu/generator.rb".freeze, "lib/kitabu/helpers.rb".freeze, "lib/kitabu/markdown.rb".freeze, "lib/kitabu/parser.rb".freeze, "lib/kitabu/parser/epub.rb".freeze, "lib/kitabu/parser/html.rb".freeze, "lib/kitabu/parser/mobi.rb".freeze, "lib/kitabu/parser/pdf.rb".freeze, "lib/kitabu/parser/txt.rb".freeze, "lib/kitabu/stats.rb".freeze, "lib/kitabu/stream.rb".freeze, "lib/kitabu/syntax/highlight.rb".freeze, "lib/kitabu/toc.rb".freeze, "lib/kitabu/toc/epub.rb".freeze, "lib/kitabu/toc/html.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/extensions/string_spec.rb".freeze, "spec/kitabu/generator_spec.rb".freeze, "spec/kitabu/markdown_spec.rb".freeze, "spec/kitabu/parser/epub_spec.rb".freeze, "spec/kitabu/parser/html_spec.rb".freeze, "spec/kitabu/parser/mobi_spec.rb".freeze, "spec/kitabu/parser/pdf_spec.rb".freeze, "spec/kitabu/parser/txt_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/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.scss".freeze, "spec/support/mybook/templates/styles/html.scss".freeze, "spec/support/mybook/templates/styles/pdf.scss".freeze, "spec/support/mybook/templates/styles/print.scss".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/ebook.png".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.scss".freeze, "templates/templates/styles/files/_normalize.scss".freeze, "templates/templates/styles/html.scss".freeze, "templates/templates/styles/pdf.scss".freeze, "templates/templates/styles/print.scss".freeze, "templates/text/01_Getting_Started.md".freeze, "templates/text/02_Creating_Chapters.md".freeze, "templates/text/03_Syntax_Highlighting.erb".freeze, "templates/text/04_Dynamic_Content.erb".freeze, "templates/text/05_Exporting_Files.md".freeze] s.homepage = "http://rubygems.org/gems/kitabu".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.0".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/extensions/string_spec.rb".freeze, "spec/kitabu/generator_spec.rb".freeze, "spec/kitabu/markdown_spec.rb".freeze, "spec/kitabu/parser/epub_spec.rb".freeze, "spec/kitabu/parser/html_spec.rb".freeze, "spec/kitabu/parser/mobi_spec.rb".freeze, "spec/kitabu/parser/pdf_spec.rb".freeze, "spec/kitabu/parser/txt_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/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.scss".freeze, "spec/support/mybook/templates/styles/html.scss".freeze, "spec/support/mybook/templates/styles/pdf.scss".freeze, "spec/support/mybook/templates/styles/print.scss".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_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]) end