# -*- encoding: utf-8 -*- # stub: inch 0.1.3 ruby lib Gem::Specification.new do |s| s.name = "inch".freeze s.version = "0.1.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Ren\u00E9 F\u00F6hring".freeze] s.date = "2014-01-30" s.description = "Documentation measurement tool for Ruby, based on YARD.".freeze s.email = ["rf@bamaru.de".freeze] s.executables = ["inch".freeze] s.files = [".gitignore".freeze, ".ruby-gemset".freeze, ".ruby-version".freeze, ".travis.yml".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "TODOS.md".freeze, "bin/inch".freeze, "inch.gemspec".freeze, "lib/inch.rb".freeze, "lib/inch/cli.rb".freeze, "lib/inch/cli/arguments.rb".freeze, "lib/inch/cli/command.rb".freeze, "lib/inch/cli/command/base.rb".freeze, "lib/inch/cli/command/base_list.rb".freeze, "lib/inch/cli/command/base_object.rb".freeze, "lib/inch/cli/command/console.rb".freeze, "lib/inch/cli/command/inspect.rb".freeze, "lib/inch/cli/command/list.rb".freeze, "lib/inch/cli/command/options/base.rb".freeze, "lib/inch/cli/command/options/base_list.rb".freeze, "lib/inch/cli/command/options/base_object.rb".freeze, "lib/inch/cli/command/options/console.rb".freeze, "lib/inch/cli/command/options/inspect.rb".freeze, "lib/inch/cli/command/options/list.rb".freeze, "lib/inch/cli/command/options/show.rb".freeze, "lib/inch/cli/command/options/stats.rb".freeze, "lib/inch/cli/command/options/suggest.rb".freeze, "lib/inch/cli/command/output/base.rb".freeze, "lib/inch/cli/command/output/console.rb".freeze, "lib/inch/cli/command/output/inspect.rb".freeze, "lib/inch/cli/command/output/list.rb".freeze, "lib/inch/cli/command/output/show.rb".freeze, "lib/inch/cli/command/output/stats.rb".freeze, "lib/inch/cli/command/output/suggest.rb".freeze, "lib/inch/cli/command/show.rb".freeze, "lib/inch/cli/command/stats.rb".freeze, "lib/inch/cli/command/suggest.rb".freeze, "lib/inch/cli/command_parser.rb".freeze, "lib/inch/cli/sparkline_helper.rb".freeze, "lib/inch/cli/trace_helper.rb".freeze, "lib/inch/cli/yardopts_helper.rb".freeze, "lib/inch/code_object.rb".freeze, "lib/inch/code_object/docstring.rb".freeze, "lib/inch/code_object/nodoc_helper.rb".freeze, "lib/inch/code_object/proxy.rb".freeze, "lib/inch/code_object/proxy/base.rb".freeze, "lib/inch/code_object/proxy/class_object.rb".freeze, "lib/inch/code_object/proxy/constant_object.rb".freeze, "lib/inch/code_object/proxy/method_object.rb".freeze, "lib/inch/code_object/proxy/method_parameter_object.rb".freeze, "lib/inch/code_object/proxy/module_object.rb".freeze, "lib/inch/code_object/proxy/namespace_object.rb".freeze, "lib/inch/core_ext.rb".freeze, "lib/inch/core_ext/string.rb".freeze, "lib/inch/core_ext/yard.rb".freeze, "lib/inch/evaluation.rb".freeze, "lib/inch/evaluation/base.rb".freeze, "lib/inch/evaluation/class_object.rb".freeze, "lib/inch/evaluation/constant_object.rb".freeze, "lib/inch/evaluation/file.rb".freeze, "lib/inch/evaluation/method_object.rb".freeze, "lib/inch/evaluation/module_object.rb".freeze, "lib/inch/evaluation/namespace_object.rb".freeze, "lib/inch/evaluation/role/base.rb".freeze, "lib/inch/evaluation/role/constant.rb".freeze, "lib/inch/evaluation/role/method.rb".freeze, "lib/inch/evaluation/role/method_parameter.rb".freeze, "lib/inch/evaluation/role/missing.rb".freeze, "lib/inch/evaluation/role/namespace.rb".freeze, "lib/inch/evaluation/role/object.rb".freeze, "lib/inch/evaluation/score_range.rb".freeze, "lib/inch/rake.rb".freeze, "lib/inch/rake/suggest.rb".freeze, "lib/inch/source_parser.rb".freeze, "lib/inch/version.rb".freeze, "test/fixtures/code_examples/lib/foo.rb".freeze, "test/fixtures/readme/lib/foo.rb".freeze, "test/fixtures/simple/README".freeze, "test/fixtures/simple/lib/broken.rb".freeze, "test/fixtures/simple/lib/foo.rb".freeze, "test/fixtures/simple/lib/role_methods.rb".freeze, "test/fixtures/simple/lib/role_namespaces.rb".freeze, "test/fixtures/visibility/lib/foo.rb".freeze, "test/fixtures/yardopts/.yardopts".freeze, "test/fixtures/yardopts/foo/bar.rb".freeze, "test/inch/cli/arguments_test.rb".freeze, "test/inch/cli/command/console_test.rb".freeze, "test/inch/cli/command/inspect_test.rb".freeze, "test/inch/cli/command/list_test.rb".freeze, "test/inch/cli/command/show_test.rb".freeze, "test/inch/cli/command/stats_test.rb".freeze, "test/inch/cli/command/suggest_test.rb".freeze, "test/inch/cli/command_parser_test.rb".freeze, "test/inch/cli/yardopts_helper_test.rb".freeze, "test/inch/code_object/docstring_test.rb".freeze, "test/inch/code_object/nodoc_helper_test.rb".freeze, "test/inch/code_object/proxy/method_object_test.rb".freeze, "test/inch/code_object/proxy_test.rb".freeze, "test/inch/source_parser_test.rb".freeze, "test/integration/stats_options_test.rb".freeze, "test/integration/visibility_options_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://trivelop.de/inch/".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Documentation measurement tool for Ruby".freeze s.test_files = ["test/fixtures/code_examples/lib/foo.rb".freeze, "test/fixtures/readme/lib/foo.rb".freeze, "test/fixtures/simple/README".freeze, "test/fixtures/simple/lib/broken.rb".freeze, "test/fixtures/simple/lib/foo.rb".freeze, "test/fixtures/simple/lib/role_methods.rb".freeze, "test/fixtures/simple/lib/role_namespaces.rb".freeze, "test/fixtures/visibility/lib/foo.rb".freeze, "test/fixtures/yardopts/.yardopts".freeze, "test/fixtures/yardopts/foo/bar.rb".freeze, "test/inch/cli/arguments_test.rb".freeze, "test/inch/cli/command/console_test.rb".freeze, "test/inch/cli/command/inspect_test.rb".freeze, "test/inch/cli/command/list_test.rb".freeze, "test/inch/cli/command/show_test.rb".freeze, "test/inch/cli/command/stats_test.rb".freeze, "test/inch/cli/command/suggest_test.rb".freeze, "test/inch/cli/command_parser_test.rb".freeze, "test/inch/cli/yardopts_helper_test.rb".freeze, "test/inch/code_object/docstring_test.rb".freeze, "test/inch/code_object/nodoc_helper_test.rb".freeze, "test/inch/code_object/proxy/method_object_test.rb".freeze, "test/inch/code_object/proxy_test.rb".freeze, "test/inch/source_parser_test.rb".freeze, "test/integration/stats_options_test.rb".freeze, "test/integration/visibility_options_test.rb".freeze, "test/test_helper.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.5".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.8.7".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.2.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end