# -*- encoding: utf-8 -*-
# stub: docurium 0.7.0 ruby lib

Gem::Specification.new do |s|
  s.name = "docurium".freeze
  s.version = "0.7.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 = ["Carlos Mart\u00EDn Nieto".freeze, "Scott Chacon".freeze]
  s.date = "2022-02-09"
  s.description = "A simpler, prettier Doxygen replacement.".freeze
  s.email = ["cmn@dwim.me".freeze, "schacon@gmail.com".freeze]
  s.executables = ["cm".freeze]
  s.files = [".github/workflows/main.yml".freeze, ".gitignore".freeze, "Gemfile".freeze, "LICENCE".freeze, "README.md".freeze, "Rakefile".freeze, "TODO.txt".freeze, "bin/cm".freeze, "docurium.gemspec".freeze, "lib/docurium.rb".freeze, "lib/docurium/cli.rb".freeze, "lib/docurium/cparser.rb".freeze, "lib/docurium/css.css".freeze, "lib/docurium/debug.rb".freeze, "lib/docurium/docparser.rb".freeze, "lib/docurium/layout.mustache".freeze, "lib/docurium/layout.rb".freeze, "lib/docurium/version.rb".freeze, "lib/libdetect.rb".freeze, "site/css/style.css".freeze, "site/images/search_icon.png".freeze, "site/index.html".freeze, "site/js/backbone.js".freeze, "site/js/docurium.js".freeze, "site/js/json2.js".freeze, "site/js/underscore.js".freeze, "site/shared/css/documentation.css".freeze, "site/shared/css/pygments.css".freeze, "site/shared/images/active-arrow.png".freeze, "site/shared/images/background-v2.png".freeze, "site/shared/images/background-white.png".freeze, "site/shared/images/dropdown_sprites.jpg".freeze, "site/shared/images/footer_logo.png".freeze, "site/shared/images/logo.png".freeze, "site/shared/images/nav-rule.png".freeze, "site/shared/images/next_step_arrow.gif".freeze, "site/shared/images/qmark.png".freeze, "site/shared/js/jquery.js".freeze, "test/docurium_test.rb".freeze, "test/fixtures/git2/api.docurium".freeze, "test/fixtures/git2/blob.h".freeze, "test/fixtures/git2/callback.h".freeze, "test/fixtures/git2/cherrypick.h".freeze, "test/fixtures/git2/commit.h".freeze, "test/fixtures/git2/common.h".freeze, "test/fixtures/git2/errors.h".freeze, "test/fixtures/git2/index.h".freeze, "test/fixtures/git2/object.h".freeze, "test/fixtures/git2/odb.h".freeze, "test/fixtures/git2/odb_backend.h".freeze, "test/fixtures/git2/oid.h".freeze, "test/fixtures/git2/refs.h".freeze, "test/fixtures/git2/repository.h".freeze, "test/fixtures/git2/revwalk.h".freeze, "test/fixtures/git2/signature.h".freeze, "test/fixtures/git2/tag.h".freeze, "test/fixtures/git2/thread-utils.h".freeze, "test/fixtures/git2/tree.h".freeze, "test/fixtures/git2/types.h".freeze, "test/gen_test.rb".freeze, "test/parser_test.rb".freeze, "test/test_helper.rb".freeze]
  s.homepage = "https://github.com/libgit2/docurium".freeze
  s.licenses = ["MIT".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "A simpler, prettier Doxygen replacement.".freeze

  s.specification_version = 4

  s.add_runtime_dependency(%q<version_sorter>.freeze, ["~> 2.0".freeze])
  s.add_runtime_dependency(%q<mustache>.freeze, ["~> 1.1".freeze])
  s.add_runtime_dependency(%q<rocco>.freeze, ["~> 0.8".freeze])
  s.add_runtime_dependency(%q<gli>.freeze, ["~> 2.5".freeze])
  s.add_runtime_dependency(%q<rugged>.freeze, ["~> 1.1".freeze])
  s.add_runtime_dependency(%q<redcarpet>.freeze, ["~> 3.0".freeze])
  s.add_runtime_dependency(%q<ffi-clang>.freeze, ["~> 0.5".freeze])
  s.add_runtime_dependency(%q<parallel>.freeze, ["~> 1.20".freeze])
  s.add_development_dependency(%q<rake>.freeze, ["~> 13".freeze])
  s.add_development_dependency(%q<minitest>.freeze, ["~> 5.11".freeze])
end