# -*- encoding: utf-8 -*- # stub: brandish 0.1.2 ruby lib Gem::Specification.new do |s| s.name = "brandish".freeze s.version = "0.1.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Jeremy Rodi".freeze] s.date = "2017-03-26" s.description = "A markup language for compiling to different formats.".freeze s.email = ["me@medcat.me".freeze] s.executables = ["brandish".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".rubocop.yml".freeze, ".travis.yml".freeze, ".yardopts".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/brandish".freeze, "brandish.gemspec".freeze, "defaults/templates/html.liquid".freeze, "lib/brandish.rb".freeze, "lib/brandish/application.rb".freeze, "lib/brandish/application/bench_command.rb".freeze, "lib/brandish/application/build_command.rb".freeze, "lib/brandish/application/initialize_command.rb".freeze, "lib/brandish/application/serve_command.rb".freeze, "lib/brandish/configure.rb".freeze, "lib/brandish/configure/dsl.rb".freeze, "lib/brandish/configure/dsl/form.rb".freeze, "lib/brandish/configure/form.rb".freeze, "lib/brandish/errors.rb".freeze, "lib/brandish/execute.rb".freeze, "lib/brandish/markup.rb".freeze, "lib/brandish/markup/redcarpet.rb".freeze, "lib/brandish/markup/redcarpet/format.rb".freeze, "lib/brandish/markup/redcarpet/html.rb".freeze, "lib/brandish/parser.rb".freeze, "lib/brandish/parser/main.rb".freeze, "lib/brandish/parser/node.rb".freeze, "lib/brandish/parser/node/block.rb".freeze, "lib/brandish/parser/node/command.rb".freeze, "lib/brandish/parser/node/pair.rb".freeze, "lib/brandish/parser/node/root.rb".freeze, "lib/brandish/parser/node/string.rb".freeze, "lib/brandish/parser/node/text.rb".freeze, "lib/brandish/path_set.rb".freeze, "lib/brandish/processor.rb".freeze, "lib/brandish/processor/base.rb".freeze, "lib/brandish/processor/block.rb".freeze, "lib/brandish/processor/command.rb".freeze, "lib/brandish/processor/context.rb".freeze, "lib/brandish/processor/descend.rb".freeze, "lib/brandish/processor/inline.rb".freeze, "lib/brandish/processor/name_filter.rb".freeze, "lib/brandish/processor/pair_filter.rb".freeze, "lib/brandish/processors.rb".freeze, "lib/brandish/processors/all.rb".freeze, "lib/brandish/processors/all/comment.rb".freeze, "lib/brandish/processors/all/embed.rb".freeze, "lib/brandish/processors/all/if.rb".freeze, "lib/brandish/processors/all/import.rb".freeze, "lib/brandish/processors/all/literal.rb".freeze, "lib/brandish/processors/all/verify.rb".freeze, "lib/brandish/processors/common.rb".freeze, "lib/brandish/processors/common/asset.rb".freeze, "lib/brandish/processors/common/asset/paths.rb".freeze, "lib/brandish/processors/common/group.rb".freeze, "lib/brandish/processors/common/header.rb".freeze, "lib/brandish/processors/common/markup.rb".freeze, "lib/brandish/processors/common/output.rb".freeze, "lib/brandish/processors/html.rb".freeze, "lib/brandish/processors/html/group.rb".freeze, "lib/brandish/processors/html/header.rb".freeze, "lib/brandish/processors/html/markup.rb".freeze, "lib/brandish/processors/html/output.rb".freeze, "lib/brandish/processors/html/output/document.rb".freeze, "lib/brandish/processors/html/script.rb".freeze, "lib/brandish/processors/html/script/babel.rb".freeze, "lib/brandish/processors/html/script/coffee.rb".freeze, "lib/brandish/processors/html/script/vanilla.rb".freeze, "lib/brandish/processors/html/style.rb".freeze, "lib/brandish/processors/html/style/highlight.rb".freeze, "lib/brandish/processors/html/style/sass.rb".freeze, "lib/brandish/processors/html/style/vanilla.rb".freeze, "lib/brandish/processors/latex.rb".freeze, "lib/brandish/processors/latex/markup.rb".freeze, "lib/brandish/scanner.rb".freeze, "lib/brandish/version.rb".freeze, "templates/initialize/Gemfile.tt".freeze, "templates/initialize/brandish.config.rb.tt".freeze] s.homepage = "https://github.com/medcat/brandish".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A markup language for compiling to different formats.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 0.5".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.19".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 4.4".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.4".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.4".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 4.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.13".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.13".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.47".freeze]) end