# -*- encoding: utf-8 -*- # stub: asciidoctor-confluence_publisher 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "asciidoctor-confluence_publisher".freeze s.version = "0.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "changelog_uri" => "https://github.com/polarlights/asciidoctor-confluence_publisher/releases", "homepage_uri" => "https://github.com/polarlights/asciidoctor-confluence_publisher", "source_code_uri" => "https://github.com/polarlights/asciidoctor-confluence_publisher" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["polarlights".freeze] s.date = "2020-06-20" s.description = "Asciidoctor-Confluence parse asciidoc and publish the document to confluence.".freeze s.email = ["godhuyang@hotmail.com".freeze] s.executables = ["confluence-publisher".freeze] s.files = [".github/workflows/test.yml".freeze, ".gitignore".freeze, "Gemfile".freeze, "README.md".freeze, "Rakefile".freeze, "asciidoctor-confluence_publisher.gemspec".freeze, "bin/confluence-publisher".freeze, "lib/asciidoctor/confluence_publisher.rb".freeze, "lib/asciidoctor/confluence_publisher/asciidoc.rb".freeze, "lib/asciidoctor/confluence_publisher/command.rb".freeze, "lib/asciidoctor/confluence_publisher/confluence_api.rb".freeze, "lib/asciidoctor/confluence_publisher/invoker.rb".freeze, "lib/asciidoctor/confluence_publisher/model/ancestor.rb".freeze, "lib/asciidoctor/confluence_publisher/model/attachment.rb".freeze, "lib/asciidoctor/confluence_publisher/model/base.rb".freeze, "lib/asciidoctor/confluence_publisher/model/page.rb".freeze, "lib/asciidoctor/confluence_publisher/model/property.rb".freeze, "lib/asciidoctor/confluence_publisher/model/space.rb".freeze, "lib/asciidoctor/confluence_publisher/model/version.rb".freeze, "lib/asciidoctor/confluence_publisher/version.rb".freeze, "lib/asciidoctor_confluence_publisher.rb".freeze, "template/block_admonition.html.haml".freeze, "template/block_example.haml.haml".freeze, "template/block_image.html.haml".freeze, "template/block_listing.html.haml".freeze, "template/block_olist.html.haml".freeze, "template/block_paragraph.html.haml".freeze, "template/block_preamble.html.haml".freeze, "template/block_quote.html.haml".freeze, "template/block_stem.html.haml".freeze, "template/block_table.html.haml".freeze, "template/block_toc.html.haml".freeze, "template/block_ulist.html.haml".freeze, "template/block_verse.html.haml".freeze, "template/block_video.html.haml".freeze, "template/document.html.haml".freeze, "template/embedded.html.haml".freeze, "template/helpers.rb".freeze, "template/inline_anchor.html.haml".freeze, "template/inline_image.html.haml".freeze, "template/section.html.haml".freeze] s.homepage = "https://github.com/polarlights/asciidoctor-confluence_publisher".freeze s.required_ruby_version = Gem::Requirement.new(">= 2.0.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Parse asciidoc and publish the document to confluence.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 2.0.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 5.1.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.1.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.8.0".freeze]) end