# -*- encoding: utf-8 -*- # stub: docurium 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "docurium".freeze s.version = "0.1.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 = ["Scott Chacon".freeze] s.date = "2013-05-15" s.description = "A simpler, prettier Doxygen replacement.".freeze s.email = ["schacon@gmail.com".freeze] s.executables = ["cm".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "LICENCE".freeze, "README.md".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/layout.mustache".freeze, "lib/docurium/layout.rb".freeze, "lib/docurium/version.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/documentation.js".freeze, "site/shared/js/jquery.js".freeze, "test/fixtures/git2/api.docurium".freeze, "test/fixtures/git2/blob.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/fixtures/git2/zlib.h".freeze, "test/repo_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://github.com/schacon/docurium".freeze s.rubygems_version = "3.5.10".freeze s.summary = "A simpler, prettier Doxygen replacement.".freeze s.specification_version = 3 s.add_runtime_dependency(%q.freeze, ["~> 1.1.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.99.4".freeze]) s.add_runtime_dependency(%q.freeze, ["= 0.7.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.5".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.18.b1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.2.2".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.0".freeze]) end