--- !ruby/object:Gem::Specification name: inch version: !ruby/object:Gem::Version version: 0.4.4.rc4 platform: ruby authors: - René Föhring autorequire: bindir: bin cert_chain: [] date: 2014-04-29 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: bundler requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.5' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.5' - !ruby/object:Gem::Dependency name: rake 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: minitest requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '5.2' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '5.2' - !ruby/object:Gem::Dependency name: pry 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: sparkr requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 0.2.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 0.2.0 - !ruby/object:Gem::Dependency name: term-ansicolor 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: yard requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.8.7 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.8.7 description: Documentation measurement tool for Ruby, based on YARD. email: - rf@bamaru.de executables: - inch extensions: [] extra_rdoc_files: [] files: - ".gitignore" - ".ruby-gemset" - ".ruby-version" - ".simplecov" - ".travis.yml" - CHANGELOG.md - Gemfile - LICENSE - README.md - Rakefile - TODOS.md - bin/inch - config/defaults.rb - config/example.yml - inch.gemspec - lib/inch.rb - lib/inch/api.rb - lib/inch/api/compare.rb - lib/inch/api/compare/code_objects.rb - lib/inch/api/compare/codebases.rb - lib/inch/api/diff.rb - lib/inch/api/filter.rb - lib/inch/api/get.rb - lib/inch/api/list.rb - lib/inch/api/options/base.rb - lib/inch/api/options/filter.rb - lib/inch/api/options/suggest.rb - lib/inch/api/stats.rb - lib/inch/api/suggest.rb - lib/inch/cli.rb - lib/inch/cli/arguments.rb - lib/inch/cli/command.rb - lib/inch/cli/command/base.rb - lib/inch/cli/command/base_list.rb - lib/inch/cli/command/base_object.rb - lib/inch/cli/command/console.rb - lib/inch/cli/command/diff.rb - lib/inch/cli/command/inspect.rb - lib/inch/cli/command/list.rb - lib/inch/cli/command/options/base.rb - lib/inch/cli/command/options/base_list.rb - lib/inch/cli/command/options/base_object.rb - lib/inch/cli/command/options/console.rb - lib/inch/cli/command/options/diff.rb - lib/inch/cli/command/options/inspect.rb - lib/inch/cli/command/options/list.rb - lib/inch/cli/command/options/show.rb - lib/inch/cli/command/options/stats.rb - lib/inch/cli/command/options/suggest.rb - lib/inch/cli/command/output/base.rb - lib/inch/cli/command/output/console.rb - lib/inch/cli/command/output/diff.rb - lib/inch/cli/command/output/inspect.rb - lib/inch/cli/command/output/list.rb - lib/inch/cli/command/output/show.rb - lib/inch/cli/command/output/stats.rb - lib/inch/cli/command/output/suggest.rb - lib/inch/cli/command/show.rb - lib/inch/cli/command/stats.rb - lib/inch/cli/command/suggest.rb - lib/inch/cli/command_parser.rb - lib/inch/cli/sparkline_helper.rb - lib/inch/cli/trace_helper.rb - lib/inch/cli/yardopts_helper.rb - lib/inch/code_object.rb - lib/inch/code_object/converter.rb - lib/inch/code_object/provider.rb - lib/inch/code_object/provider/yard.rb - lib/inch/code_object/provider/yard/docstring.rb - lib/inch/code_object/provider/yard/nodoc_helper.rb - lib/inch/code_object/provider/yard/object.rb - lib/inch/code_object/provider/yard/object/base.rb - lib/inch/code_object/provider/yard/object/class_object.rb - lib/inch/code_object/provider/yard/object/constant_object.rb - lib/inch/code_object/provider/yard/object/method_object.rb - lib/inch/code_object/provider/yard/object/method_parameter_object.rb - lib/inch/code_object/provider/yard/object/method_signature.rb - lib/inch/code_object/provider/yard/object/module_object.rb - lib/inch/code_object/provider/yard/object/namespace_object.rb - lib/inch/code_object/provider/yard/object/root_object.rb - lib/inch/code_object/provider/yard/parser.rb - lib/inch/code_object/proxy.rb - lib/inch/code_object/proxy/base.rb - lib/inch/code_object/proxy/class_object.rb - lib/inch/code_object/proxy/constant_object.rb - lib/inch/code_object/proxy/method_object.rb - lib/inch/code_object/proxy/method_parameter_object.rb - lib/inch/code_object/proxy/module_object.rb - lib/inch/code_object/proxy/namespace_object.rb - lib/inch/codebase.rb - lib/inch/codebase/objects.rb - lib/inch/codebase/objects_filter.rb - lib/inch/codebase/proxy.rb - lib/inch/codebase/serializer.rb - lib/inch/config.rb - lib/inch/config/base.rb - lib/inch/config/codebase.rb - lib/inch/core_ext.rb - lib/inch/core_ext/string.rb - lib/inch/evaluation.rb - lib/inch/evaluation/file.rb - lib/inch/evaluation/grade.rb - lib/inch/evaluation/grade_list.rb - lib/inch/evaluation/object_schema.rb - lib/inch/evaluation/priority_range.rb - lib/inch/evaluation/proxy.rb - lib/inch/evaluation/proxy/base.rb - lib/inch/evaluation/proxy/class_object.rb - lib/inch/evaluation/proxy/constant_object.rb - lib/inch/evaluation/proxy/method_object.rb - lib/inch/evaluation/proxy/module_object.rb - lib/inch/evaluation/proxy/namespace_object.rb - lib/inch/evaluation/role/base.rb - lib/inch/evaluation/role/constant.rb - lib/inch/evaluation/role/method.rb - lib/inch/evaluation/role/method_parameter.rb - lib/inch/evaluation/role/missing.rb - lib/inch/evaluation/role/namespace.rb - lib/inch/evaluation/role/object.rb - lib/inch/rake.rb - lib/inch/rake/suggest.rb - lib/inch/utils/read_write_methods.rb - lib/inch/utils/shell_helper.rb - lib/inch/utils/ui.rb - lib/inch/utils/weighted_list.rb - lib/inch/version.rb - test/fixtures/code_examples/lib/foo.rb - test/fixtures/diff1/lib/diff1.rb - test/fixtures/diff2/lib/diff2.rb - test/fixtures/inch-yml/.inch.yml - test/fixtures/inch-yml/foo/bar.rb - test/fixtures/inch-yml/foo/vendor/base.rb - test/fixtures/parameters/lib/foo.rb - test/fixtures/readme/lib/foo.rb - test/fixtures/really_good/lib/foo.rb - test/fixtures/really_good_pedantic/lib/foo.rb - test/fixtures/simple/README - test/fixtures/simple/lib/broken.rb - test/fixtures/simple/lib/foo.rb - test/fixtures/simple/lib/nodoc.rb - test/fixtures/simple/lib/role_methods.rb - test/fixtures/simple/lib/role_namespaces.rb - test/fixtures/visibility/lib/foo.rb - test/fixtures/yardopts/.yardopts - test/fixtures/yardopts/foo/bar.rb - test/integration/api/compare/codebases.rb - test/integration/cli/command/console_test.rb - test/integration/cli/command/inspect_test.rb - test/integration/cli/command/list_test.rb - test/integration/cli/command/show_test.rb - test/integration/cli/command/stats_test.rb - test/integration/cli/command/suggest_test.rb - test/integration/stats_options_test.rb - test/integration/visibility_options_test.rb - test/shared/base_list.rb - test/test_helper.rb - test/unit/api/filter_test.rb - test/unit/api/get_test.rb - test/unit/api/list_test.rb - test/unit/api/options/base_test.rb - test/unit/api/stats_test.rb - test/unit/api/suggest_test.rb - test/unit/cli/arguments_test.rb - test/unit/cli/command/base_test.rb - test/unit/cli/command/options/base_list_test.rb - test/unit/cli/command/options/base_object_test.rb - test/unit/cli/command/options/base_test.rb - test/unit/cli/command_parser_test.rb - test/unit/cli/trace_helper_test.rb - test/unit/cli/yardopts_helper_test.rb - test/unit/code_object/converter_test.rb - test/unit/code_object/provider/yard/docstring_test.rb - test/unit/code_object/provider/yard/nodoc_helper_test.rb - test/unit/code_object/provider/yard/object/method_object_test.rb - test/unit/code_object/provider/yard_test.rb - test/unit/code_object/provider_test.rb - test/unit/code_object/proxy/method_object_test.rb - test/unit/code_object/proxy_test.rb - test/unit/codebase/objects_test.rb - test/unit/codebase/proxy_test.rb - test/unit/config/codebase_test.rb - test/unit/evaluation/role/base_test.rb - test/unit/utils/ui_test.rb - test/unit/utils/weighted_list_test.rb homepage: http://trivelop.de/inch/ licenses: - MIT 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: 1.3.1 requirements: [] rubyforge_project: rubygems_version: 2.2.2 signing_key: specification_version: 4 summary: Documentation measurement tool for Ruby test_files: - test/fixtures/code_examples/lib/foo.rb - test/fixtures/diff1/lib/diff1.rb - test/fixtures/diff2/lib/diff2.rb - test/fixtures/inch-yml/.inch.yml - test/fixtures/inch-yml/foo/bar.rb - test/fixtures/inch-yml/foo/vendor/base.rb - test/fixtures/parameters/lib/foo.rb - test/fixtures/readme/lib/foo.rb - test/fixtures/really_good/lib/foo.rb - test/fixtures/really_good_pedantic/lib/foo.rb - test/fixtures/simple/README - test/fixtures/simple/lib/broken.rb - test/fixtures/simple/lib/foo.rb - test/fixtures/simple/lib/nodoc.rb - test/fixtures/simple/lib/role_methods.rb - test/fixtures/simple/lib/role_namespaces.rb - test/fixtures/visibility/lib/foo.rb - test/fixtures/yardopts/.yardopts - test/fixtures/yardopts/foo/bar.rb - test/integration/api/compare/codebases.rb - test/integration/cli/command/console_test.rb - test/integration/cli/command/inspect_test.rb - test/integration/cli/command/list_test.rb - test/integration/cli/command/show_test.rb - test/integration/cli/command/stats_test.rb - test/integration/cli/command/suggest_test.rb - test/integration/stats_options_test.rb - test/integration/visibility_options_test.rb - test/shared/base_list.rb - test/test_helper.rb - test/unit/api/filter_test.rb - test/unit/api/get_test.rb - test/unit/api/list_test.rb - test/unit/api/options/base_test.rb - test/unit/api/stats_test.rb - test/unit/api/suggest_test.rb - test/unit/cli/arguments_test.rb - test/unit/cli/command/base_test.rb - test/unit/cli/command/options/base_list_test.rb - test/unit/cli/command/options/base_object_test.rb - test/unit/cli/command/options/base_test.rb - test/unit/cli/command_parser_test.rb - test/unit/cli/trace_helper_test.rb - test/unit/cli/yardopts_helper_test.rb - test/unit/code_object/converter_test.rb - test/unit/code_object/provider/yard/docstring_test.rb - test/unit/code_object/provider/yard/nodoc_helper_test.rb - test/unit/code_object/provider/yard/object/method_object_test.rb - test/unit/code_object/provider/yard_test.rb - test/unit/code_object/provider_test.rb - test/unit/code_object/proxy/method_object_test.rb - test/unit/code_object/proxy_test.rb - test/unit/codebase/objects_test.rb - test/unit/codebase/proxy_test.rb - test/unit/config/codebase_test.rb - test/unit/evaluation/role/base_test.rb - test/unit/utils/ui_test.rb - test/unit/utils/weighted_list_test.rb has_rdoc: