# -*- encoding: utf-8 -*- # stub: sdoc 2.3.2 ruby lib Gem::Specification.new do |s| s.name = "sdoc".freeze s.version = "2.3.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 1.3.6".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Vladimir Kolesnikov".freeze, "Nathan Broadbent".freeze, "Jean Mertz".freeze, "Zachary Scott".freeze] s.date = "2022-04-22" s.description = "rdoc generator html with javascript search index.".freeze s.email = "voloko@gmail.com mail@zzak.io".freeze s.executables = ["sdoc".freeze, "sdoc-merge".freeze] s.extra_rdoc_files = ["README.md".freeze] s.files = [".github/workflows/test.yml".freeze, ".gitignore".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "bin/sdoc".freeze, "bin/sdoc-merge".freeze, "config.ru".freeze, "lib/rdoc/discover.rb".freeze, "lib/rdoc/generator/template/rails/_context.rhtml".freeze, "lib/rdoc/generator/template/rails/_head.rhtml".freeze, "lib/rdoc/generator/template/rails/_panel.rhtml".freeze, "lib/rdoc/generator/template/rails/class.rhtml".freeze, "lib/rdoc/generator/template/rails/file.rhtml".freeze, "lib/rdoc/generator/template/rails/index.rhtml".freeze, "lib/rdoc/generator/template/rails/resources/apple-touch-icon.png".freeze, "lib/rdoc/generator/template/rails/resources/css/github.css".freeze, "lib/rdoc/generator/template/rails/resources/css/main.css".freeze, "lib/rdoc/generator/template/rails/resources/css/panel.css".freeze, "lib/rdoc/generator/template/rails/resources/css/reset.css".freeze, "lib/rdoc/generator/template/rails/resources/favicon.ico".freeze, "lib/rdoc/generator/template/rails/resources/i/arrow-down-current.svg".freeze, "lib/rdoc/generator/template/rails/resources/i/arrow-down.svg".freeze, "lib/rdoc/generator/template/rails/resources/i/arrow-right-current.svg".freeze, "lib/rdoc/generator/template/rails/resources/i/arrow-right.svg".freeze, "lib/rdoc/generator/template/rails/resources/i/search.svg".freeze, "lib/rdoc/generator/template/rails/resources/i/tree_bg.svg".freeze, "lib/rdoc/generator/template/rails/resources/js/highlight.pack.js".freeze, "lib/rdoc/generator/template/rails/resources/js/jquery-3.5.1.min.js".freeze, "lib/rdoc/generator/template/rails/resources/js/main.js".freeze, "lib/rdoc/generator/template/rails/resources/js/searchdoc.js".freeze, "lib/rdoc/generator/template/rails/resources/js/turbolinks.js".freeze, "lib/rdoc/generator/template/rails/search_index.rhtml".freeze, "lib/rdoc/generator/template/sdoc/_context.rhtml".freeze, "lib/rdoc/generator/template/sdoc/_head.rhtml".freeze, "lib/rdoc/generator/template/sdoc/class.rhtml".freeze, "lib/rdoc/generator/template/sdoc/file.rhtml".freeze, "lib/rdoc/generator/template/sdoc/index.rhtml".freeze, "lib/rdoc/generator/template/sdoc/resources/apple-touch-icon.png".freeze, "lib/rdoc/generator/template/sdoc/resources/css/github.css".freeze, "lib/rdoc/generator/template/sdoc/resources/css/main.css".freeze, "lib/rdoc/generator/template/sdoc/resources/css/panel.css".freeze, "lib/rdoc/generator/template/sdoc/resources/css/reset.css".freeze, "lib/rdoc/generator/template/sdoc/resources/favicon.ico".freeze, "lib/rdoc/generator/template/sdoc/resources/i/arrows.png".freeze, "lib/rdoc/generator/template/sdoc/resources/i/results_bg.png".freeze, "lib/rdoc/generator/template/sdoc/resources/i/tree_bg.png".freeze, "lib/rdoc/generator/template/sdoc/resources/js/highlight.pack.js".freeze, "lib/rdoc/generator/template/sdoc/resources/js/jquery-1.3.2.min.js".freeze, "lib/rdoc/generator/template/sdoc/resources/js/main.js".freeze, "lib/rdoc/generator/template/sdoc/resources/js/searchdoc.js".freeze, "lib/rdoc/generator/template/sdoc/resources/panel/index.html".freeze, "lib/rdoc/generator/template/sdoc/search_index.rhtml".freeze, "lib/sdoc.rb".freeze, "lib/sdoc/generator.rb".freeze, "lib/sdoc/github.rb".freeze, "lib/sdoc/helpers.rb".freeze, "lib/sdoc/merge.rb".freeze, "lib/sdoc/templatable.rb".freeze, "lib/sdoc/version.rb".freeze, "netlify.toml".freeze, "sdoc.gemspec".freeze, "spec/helpers_spec.rb".freeze, "spec/rdoc_generator_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "https://github.com/zzak/sdoc".freeze s.licenses = ["MIT".freeze] s.rdoc_options = ["--charset=UTF-8".freeze] s.required_ruby_version = Gem::Requirement.new(">= 1.9.3".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "rdoc html with javascript search index.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 5.0".freeze]) end