--- !ruby/object:Gem::Specification name: inch version: !ruby/object:Gem::Version version: 0.1.0 platform: ruby authors: - René Föhring autorequire: bindir: bin cert_chain: [] date: 2014-01-26 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: 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 - !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: 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: 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' 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 - Gemfile - LICENSE - README.md - Rakefile - TODOS.md - bin/inch - inch.gemspec - lib/inch.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/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/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/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/docstring.rb - lib/inch/code_object/nodoc_helper.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/core_ext.rb - lib/inch/core_ext/string.rb - lib/inch/core_ext/yard.rb - lib/inch/evaluation.rb - lib/inch/evaluation/base.rb - lib/inch/evaluation/class_object.rb - lib/inch/evaluation/constant_object.rb - lib/inch/evaluation/file.rb - lib/inch/evaluation/method_object.rb - lib/inch/evaluation/module_object.rb - lib/inch/evaluation/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/evaluation/score_range.rb - lib/inch/rake.rb - lib/inch/rake/suggest.rb - lib/inch/source_parser.rb - lib/inch/version.rb - test/fixtures/code_examples/lib/foo.rb - test/fixtures/readme/lib/foo.rb - test/fixtures/simple/README - test/fixtures/simple/lib/broken.rb - test/fixtures/simple/lib/foo.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/inch/cli/arguments_test.rb - test/inch/cli/command/console_test.rb - test/inch/cli/command/inspect_test.rb - test/inch/cli/command/list_test.rb - test/inch/cli/command/show_test.rb - test/inch/cli/command/stats_test.rb - test/inch/cli/command/suggest_test.rb - test/inch/cli/command_parser_test.rb - test/inch/cli/yardopts_helper_test.rb - test/inch/code_object/docstring_test.rb - test/inch/code_object/nodoc_helper_test.rb - test/inch/code_object/proxy_test.rb - test/inch/source_parser_test.rb - test/integration/stats_options_test.rb - test/integration/visibility_options_test.rb - test/test_helper.rb homepage: '' 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: '0' requirements: [] rubyforge_project: rubygems_version: 2.0.3 signing_key: specification_version: 4 summary: Documentation measurement tool for Ruby test_files: - test/fixtures/code_examples/lib/foo.rb - test/fixtures/readme/lib/foo.rb - test/fixtures/simple/README - test/fixtures/simple/lib/broken.rb - test/fixtures/simple/lib/foo.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/inch/cli/arguments_test.rb - test/inch/cli/command/console_test.rb - test/inch/cli/command/inspect_test.rb - test/inch/cli/command/list_test.rb - test/inch/cli/command/show_test.rb - test/inch/cli/command/stats_test.rb - test/inch/cli/command/suggest_test.rb - test/inch/cli/command_parser_test.rb - test/inch/cli/yardopts_helper_test.rb - test/inch/code_object/docstring_test.rb - test/inch/code_object/nodoc_helper_test.rb - test/inch/code_object/proxy_test.rb - test/inch/source_parser_test.rb - test/integration/stats_options_test.rb - test/integration/visibility_options_test.rb - test/test_helper.rb has_rdoc: