# -*- encoding: utf-8 -*- # stub: asciidoctor-revealjs 1.0.3 ruby lib Gem::Specification.new do |s| s.name = "asciidoctor-revealjs".freeze s.version = "1.0.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Olivier Bilodeau".freeze] s.date = "2017-08-29" s.description = "Reveal.JS back-end for Asciidoctor and Asciidoctor.js. Write slides in AsciiDoc!".freeze s.email = ["olivier@bottomlesspit.org".freeze] s.executables = ["asciidoctor-revealjs".freeze] s.extra_rdoc_files = ["README.adoc".freeze, "LICENSE.adoc".freeze, "HACKING.adoc".freeze] s.files = ["CHANGELOG.adoc".freeze, "HACKING.adoc".freeze, "LICENSE.adoc".freeze, "README.adoc".freeze, "asciidoctor-revealjs.gemspec".freeze, "bin/asciidoctor-revealjs".freeze, "lib/asciidoctor-revealjs.rb".freeze, "lib/asciidoctor-revealjs/converter.rb".freeze, "lib/asciidoctor-revealjs/version.rb".freeze, "templates/jade/admonition.jade".freeze, "templates/jade/audio.jade".freeze, "templates/jade/colist.jade".freeze, "templates/jade/dlist.jade".freeze, "templates/jade/document.jade".freeze, "templates/jade/embedded.jade".freeze, "templates/jade/example.jade".freeze, "templates/jade/floating_title.jade".freeze, "templates/jade/image.jade".freeze, "templates/jade/inline_anchor.jade".freeze, "templates/jade/inline_break.jade".freeze, "templates/jade/inline_button.jade".freeze, "templates/jade/inline_callout.jade".freeze, "templates/jade/inline_image.jade".freeze, "templates/jade/inline_indexterm.jade".freeze, "templates/jade/inline_kbd.jade".freeze, "templates/jade/inline_quoted.jade".freeze, "templates/jade/listing.jade".freeze, "templates/jade/literal.jade".freeze, "templates/jade/olist.jade".freeze, "templates/jade/page_break.jade".freeze, "templates/jade/paragraph.jade".freeze, "templates/jade/pass.jade".freeze, "templates/jade/quote.jade".freeze, "templates/jade/ruler.jade".freeze, "templates/jade/section.jade".freeze, "templates/jade/sidebar.jade".freeze, "templates/jade/table.jade".freeze, "templates/jade/thematic_break.jade".freeze, "templates/jade/ulist.jade".freeze, "templates/jade/verse.jade".freeze, "templates/jade/video.jade".freeze, "templates/slim/block_admonition.html.slim".freeze, "templates/slim/block_audio.html.slim".freeze, "templates/slim/block_colist.html.slim".freeze, "templates/slim/block_dlist.html.slim".freeze, "templates/slim/block_example.html.slim".freeze, "templates/slim/block_floating_title.html.slim".freeze, "templates/slim/block_image.html.slim".freeze, "templates/slim/block_listing.html.slim".freeze, "templates/slim/block_literal.html.slim".freeze, "templates/slim/block_olist.html.slim".freeze, "templates/slim/block_open.html.slim".freeze, "templates/slim/block_page_break.html.slim".freeze, "templates/slim/block_paragraph.html.slim".freeze, "templates/slim/block_pass.html.slim".freeze, "templates/slim/block_preamble.html.slim".freeze, "templates/slim/block_quote.html.slim".freeze, "templates/slim/block_ruler.html.slim".freeze, "templates/slim/block_sidebar.html.slim".freeze, "templates/slim/block_stem.html.slim".freeze, "templates/slim/block_table.html.slim".freeze, "templates/slim/block_thematic_break.html.slim".freeze, "templates/slim/block_toc.html.slim".freeze, "templates/slim/block_ulist.html.slim".freeze, "templates/slim/block_verse.html.slim".freeze, "templates/slim/block_video.html.slim".freeze, "templates/slim/document.html.slim".freeze, "templates/slim/embedded.html.slim".freeze, "templates/slim/helpers.rb".freeze, "templates/slim/inline_anchor.html.slim".freeze, "templates/slim/inline_break.html.slim".freeze, "templates/slim/inline_button.html.slim".freeze, "templates/slim/inline_callout.html.slim".freeze, "templates/slim/inline_footnote.html.slim".freeze, "templates/slim/inline_image.html.slim".freeze, "templates/slim/inline_indexterm.html.slim".freeze, "templates/slim/inline_kbd.html.slim".freeze, "templates/slim/inline_menu.html.slim".freeze, "templates/slim/inline_quoted.html.slim".freeze, "templates/slim/section.html.slim".freeze] s.homepage = "https://github.com/asciidoctor/asciidoctor-reveal.js".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 1.9.3".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Converts AsciiDoc to HTML for a Reveal.js presentation".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["= 1.5.4".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.0.6".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.3.5".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.4.2".freeze]) end