--- !ruby/object:Gem::Specification name: bitclust-core version: !ruby/object:Gem::Version version: 1.2.0 platform: ruby authors: - https://github.com/rurema autorequire: bindir: bin cert_chain: [] date: 2018-02-06 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: test-unit requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.3.0 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.3.0 - !ruby/object:Gem::Dependency name: test-unit-notify requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: test-unit-rr requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: rack requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: progressbar requirement: !ruby/object:Gem::Requirement requirements: - - '=' - !ruby/object:Gem::Version version: 0.21.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '=' - !ruby/object:Gem::Version version: 0.21.0 description: | Rurema is a Japanese ruby documentation project, and bitclust is a rurema document processor. email: - '' executables: - bitclust extensions: [] extra_rdoc_files: [] files: - ChangeLog - Gemfile - README - Rakefile - bin/bitclust - data/bitclust/catalog/ja_JP.UTF-8 - data/bitclust/template.epub/class - data/bitclust/template.epub/class-index - data/bitclust/template.epub/container.xml - data/bitclust/template.epub/contents - data/bitclust/template.epub/doc - data/bitclust/template.epub/function - data/bitclust/template.epub/function-index - data/bitclust/template.epub/layout - data/bitclust/template.epub/library - data/bitclust/template.epub/library-index - data/bitclust/template.epub/method - data/bitclust/template.epub/mimetype - data/bitclust/template.epub/nav.xhtml - data/bitclust/template.epub/rd_file - data/bitclust/template.lillia/class - data/bitclust/template.lillia/class-index - data/bitclust/template.lillia/doc - data/bitclust/template.lillia/layout - data/bitclust/template.lillia/library - data/bitclust/template.lillia/library-index - data/bitclust/template.lillia/method - data/bitclust/template.lillia/rd_file - data/bitclust/template.offline/class - data/bitclust/template.offline/class-index - data/bitclust/template.offline/doc - data/bitclust/template.offline/function - data/bitclust/template.offline/function-index - data/bitclust/template.offline/layout - data/bitclust/template.offline/library - data/bitclust/template.offline/library-index - data/bitclust/template.offline/method - data/bitclust/template.offline/rd_file - data/bitclust/template/class - data/bitclust/template/class-index - data/bitclust/template/doc - data/bitclust/template/function - data/bitclust/template/function-index - data/bitclust/template/layout - data/bitclust/template/library - data/bitclust/template/library-index - data/bitclust/template/method - data/bitclust/template/opensearchdescription - data/bitclust/template/search - lib/bitclust.rb - lib/bitclust/app.rb - lib/bitclust/classentry.rb - lib/bitclust/compat.rb - lib/bitclust/completion.rb - lib/bitclust/crossrubyutils.rb - lib/bitclust/database.rb - lib/bitclust/docentry.rb - lib/bitclust/entry.rb - lib/bitclust/exception.rb - lib/bitclust/functiondatabase.rb - lib/bitclust/functionentry.rb - lib/bitclust/functionreferenceparser.rb - lib/bitclust/generators/epub.rb - lib/bitclust/htmlutils.rb - lib/bitclust/interface.rb - lib/bitclust/libraryentry.rb - lib/bitclust/lineinput.rb - lib/bitclust/messagecatalog.rb - lib/bitclust/methoddatabase.rb - lib/bitclust/methodentry.rb - lib/bitclust/methodid.rb - lib/bitclust/methodsignature.rb - lib/bitclust/nameutils.rb - lib/bitclust/parseutils.rb - lib/bitclust/preprocessor.rb - lib/bitclust/progress_bar.rb - lib/bitclust/rdcompiler.rb - lib/bitclust/refsdatabase.rb - lib/bitclust/requesthandler.rb - lib/bitclust/ridatabase.rb - lib/bitclust/rrdparser.rb - lib/bitclust/runner.rb - lib/bitclust/screen.rb - lib/bitclust/searcher.rb - lib/bitclust/server.rb - lib/bitclust/silent_progress_bar.rb - lib/bitclust/simplesearcher.rb - lib/bitclust/subcommand.rb - lib/bitclust/subcommands/ancestors_command.rb - lib/bitclust/subcommands/chm_command.rb - lib/bitclust/subcommands/classes_command.rb - lib/bitclust/subcommands/epub_command.rb - lib/bitclust/subcommands/extract_command.rb - lib/bitclust/subcommands/htmlfile_command.rb - lib/bitclust/subcommands/init_command.rb - lib/bitclust/subcommands/list_command.rb - lib/bitclust/subcommands/lookup_command.rb - lib/bitclust/subcommands/methods_command.rb - lib/bitclust/subcommands/preproc_command.rb - lib/bitclust/subcommands/property_command.rb - lib/bitclust/subcommands/query_command.rb - lib/bitclust/subcommands/server_command.rb - lib/bitclust/subcommands/setup_command.rb - lib/bitclust/subcommands/statichtml_command.rb - lib/bitclust/subcommands/update_command.rb - lib/bitclust/syntax_highlighter.rb - lib/bitclust/textutils.rb - lib/bitclust/version.rb - test/run_test.rb - test/test_bitclust.rb - test/test_entry.rb - test/test_functiondatabase.rb - test/test_functionreferenceparser.rb - test/test_libraryentry.rb - test/test_methoddatabase.rb - test/test_methodsignature.rb - test/test_nameutils.rb - test/test_preprocessor.rb - test/test_rdcompiler.rb - test/test_refsdatabase.rb - test/test_rrdparser.rb - test/test_runner.rb - test/test_simplesearcher.rb - test/test_syntax_highlighter.rb - theme/default/images/external.png - theme/default/rurema.png - theme/default/style.css - theme/default/syntax-highlight.css - theme/default/test.css - theme/lillia/rurema.png - theme/lillia/style.css - theme/lillia/test.css homepage: https://docs.ruby-lang.org/ja/ licenses: [] metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: '' rubygems_version: 2.7.4 signing_key: specification_version: 4 summary: BitClust is a rurema document processor. test_files: - test/test_methoddatabase.rb - test/test_functiondatabase.rb - test/test_refsdatabase.rb - test/test_bitclust.rb - test/test_methodsignature.rb - test/test_functionreferenceparser.rb - test/test_simplesearcher.rb - test/test_preprocessor.rb - test/test_runner.rb - test/test_libraryentry.rb - test/test_nameutils.rb - test/test_entry.rb - test/run_test.rb - test/test_rdcompiler.rb - test/test_rrdparser.rb - test/test_syntax_highlighter.rb