# -*- encoding: utf-8 -*- # stub: asciidoctor-epub3 1.0.0.alpha.1 ruby lib Gem::Specification.new do |s| s.name = "asciidoctor-epub3".freeze s.version = "1.0.0.alpha.1".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 = ["Dan Allen".freeze, "Sarah White".freeze] s.date = "2014-07-29" s.description = "An extension for Asciidoctor that converts AsciiDoc documents to EPUB3 and KF8/MOBI (Kindle) e-book archives.\n".freeze s.email = "dan@opendevise.io".freeze s.executables = ["asciidoctor-epub3".freeze, "adb-push-ebook".freeze] s.extra_rdoc_files = ["README.adoc".freeze, "LICENSE.adoc".freeze, "NOTICE.adoc".freeze] s.files = ["LICENSE.adoc".freeze, "NOTICE.adoc".freeze, "README.adoc".freeze, "Rakefile".freeze, "bin/adb-push-ebook".freeze, "bin/asciidoctor-epub3".freeze, "data/fonts/assorted-icons.ttf".freeze, "data/fonts/fontawesome-icons.ttf".freeze, "data/fonts/mplus1mn-bold-ascii.ttf".freeze, "data/fonts/mplus1mn-bolditalic-ascii.ttf".freeze, "data/fonts/mplus1mn-italic-ascii.ttf".freeze, "data/fonts/mplus1mn-regular-ascii-conums.ttf".freeze, "data/fonts/mplus1p-bold-latin-cyrillic.ttf".freeze, "data/fonts/mplus1p-bold-latin-ext.ttf".freeze, "data/fonts/mplus1p-bold-latin.ttf".freeze, "data/fonts/mplus1p-bold-multilingual.ttf".freeze, "data/fonts/mplus1p-light-latin-cyrillic.ttf".freeze, "data/fonts/mplus1p-light-latin-ext.ttf".freeze, "data/fonts/mplus1p-light-latin.ttf".freeze, "data/fonts/mplus1p-light-multilingual.ttf".freeze, "data/fonts/mplus1p-regular-latin-cyrillic.ttf".freeze, "data/fonts/mplus1p-regular-latin-ext.ttf".freeze, "data/fonts/mplus1p-regular-latin.ttf".freeze, "data/fonts/mplus1p-regular-multilingual.ttf".freeze, "data/fonts/notoserif-bold-latin-cyrillic.ttf".freeze, "data/fonts/notoserif-bold-latin-ext.ttf".freeze, "data/fonts/notoserif-bold-latin.ttf".freeze, "data/fonts/notoserif-bold-multilingual.ttf".freeze, "data/fonts/notoserif-bolditalic-latin-cyrillic.ttf".freeze, "data/fonts/notoserif-bolditalic-latin-ext.ttf".freeze, "data/fonts/notoserif-bolditalic-latin.ttf".freeze, "data/fonts/notoserif-bolditalic-multilingual.ttf".freeze, "data/fonts/notoserif-italic-latin-cyrillic.ttf".freeze, "data/fonts/notoserif-italic-latin-ext.ttf".freeze, "data/fonts/notoserif-italic-latin.ttf".freeze, "data/fonts/notoserif-italic-multilingual.ttf".freeze, "data/fonts/notoserif-regular-latin-cyrillic.ttf".freeze, "data/fonts/notoserif-regular-latin-ext.ttf".freeze, "data/fonts/notoserif-regular-latin.ttf".freeze, "data/fonts/notoserif-regular-multilingual.ttf".freeze, "data/images/default-avatar.jpg".freeze, "data/images/default-avatar.png".freeze, "data/images/default-avatar.svg".freeze, "data/images/default-cover-large.png".freeze, "data/images/default-cover.png".freeze, "data/images/default-cover.svg".freeze, "data/images/default-headshot.jpg".freeze, "data/images/default-headshot.png".freeze, "data/samples/asciidoctor-epub3-readme.adoc".freeze, "data/samples/asciidoctor-js-extension.adoc".freeze, "data/samples/asciidoctor-js-introduction.adoc".freeze, "data/samples/i18n.adoc".freeze, "data/samples/images/asciidoctor-js-chrome-extension.png".freeze, "data/samples/images/avatars/graphitefriction.png".freeze, "data/samples/images/avatars/mogztter.png".freeze, "data/samples/images/avatars/mojavelinux.png".freeze, "data/samples/images/correct-text-justification.png".freeze, "data/samples/images/incorrect-text-justification.png".freeze, "data/samples/images/screenshots/chapter-title-day.png".freeze, "data/samples/images/screenshots/chapter-title.png".freeze, "data/samples/images/screenshots/figure-admonition.png".freeze, "data/samples/images/screenshots/section-title-paragraph.png".freeze, "data/samples/images/screenshots/sidebar.png".freeze, "data/samples/images/screenshots/table.png".freeze, "data/samples/images/screenshots/text.png".freeze, "data/samples/sample-book.adoc".freeze, "data/samples/sample-content.adoc".freeze, "data/styles/color-palette.css".freeze, "data/styles/epub3-css3-only.css".freeze, "data/styles/epub3-fonts.css".freeze, "data/styles/epub3.css".freeze, "lib/asciidoctor-epub3.rb".freeze, "lib/asciidoctor-epub3/converter.rb".freeze, "lib/asciidoctor-epub3/core_ext/string.rb".freeze, "lib/asciidoctor-epub3/font_icon_map.rb".freeze, "lib/asciidoctor-epub3/packager.rb".freeze, "lib/asciidoctor-epub3/spine_item_processor.rb".freeze, "lib/asciidoctor-epub3/version.rb".freeze, "scripts/generate-font-subsets.pe".freeze] s.homepage = "https://github.com/asciidoctor/asciidoctor-epub3".freeze s.licenses = ["MIT".freeze] s.rdoc_options = ["--charset=UTF-8 --title=\"Asciidoctor EPUB3\" --main=README.adoc -ri".freeze] s.required_ruby_version = Gem::Requirement.new(">= 1.9".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Converts AsciiDoc documents to EPUB3 and KF8/MOBI (Kindle) e-book formats".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.5.0.rc.2".freeze, "< 1.6.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.6.9.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.3.4".freeze]) end