--- !ruby/object:Gem::Specification
name: inch
version: !ruby/object:Gem::Version
  version: 0.5.9
platform: ruby
authors:
- René Föhring
autorequire: 
bindir: bin
cert_chain: []
date: 2015-01-10 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.5
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: 0.8.7.5
description: Documentation measurement tool for Ruby, based on YARD.
email:
- rf@bamaru.de
executables:
- inch
extensions: []
extra_rdoc_files: []
files:
- ".gitignore"
- ".rubocop.yml"
- ".rubocop_todo.yml"
- ".ruby-gemset"
- ".ruby-version"
- ".simplecov"
- ".travis.yml"
- CHANGELOG.md
- Gemfile
- LICENSE
- README.md
- Rakefile
- TODOS.md
- bin/inch
- config/.inch.yml.sample
- config/base.rb
- config/elixir.rb
- config/nodejs.rb
- config/ruby.rb
- 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/proxy.rb
- lib/inch/codebase.rb
- lib/inch/codebase/object.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/config/evaluation.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/priority_range.rb
- lib/inch/evaluation/proxy.rb
- lib/inch/evaluation/role.rb
- lib/inch/language.rb
- lib/inch/language/elixir/code_object/base.rb
- lib/inch/language/elixir/code_object/function_object.rb
- lib/inch/language/elixir/code_object/function_parameter_object.rb
- lib/inch/language/elixir/code_object/module_object.rb
- lib/inch/language/elixir/code_object/type_object.rb
- lib/inch/language/elixir/evaluation/base.rb
- lib/inch/language/elixir/evaluation/function_object.rb
- lib/inch/language/elixir/evaluation/module_object.rb
- lib/inch/language/elixir/evaluation/type_object.rb
- lib/inch/language/elixir/import.rb
- lib/inch/language/elixir/provider/reader.rb
- lib/inch/language/elixir/provider/reader/docstring.rb
- lib/inch/language/elixir/provider/reader/object.rb
- lib/inch/language/elixir/provider/reader/object/base.rb
- lib/inch/language/elixir/provider/reader/object/function_object.rb
- lib/inch/language/elixir/provider/reader/object/function_parameter_object.rb
- lib/inch/language/elixir/provider/reader/object/module_object.rb
- lib/inch/language/elixir/provider/reader/object/type_object.rb
- lib/inch/language/elixir/provider/reader/parser.rb
- lib/inch/language/elixir/roles/base.rb
- lib/inch/language/elixir/roles/function.rb
- lib/inch/language/elixir/roles/function_parameter.rb
- lib/inch/language/elixir/roles/module.rb
- lib/inch/language/elixir/roles/object.rb
- lib/inch/language/elixir/roles/type.rb
- lib/inch/language/nodejs/code_object/base.rb
- lib/inch/language/nodejs/code_object/class_object.rb
- lib/inch/language/nodejs/code_object/function_object.rb
- lib/inch/language/nodejs/code_object/function_parameter_object.rb
- lib/inch/language/nodejs/code_object/member_object.rb
- lib/inch/language/nodejs/code_object/module_object.rb
- lib/inch/language/nodejs/evaluation/base.rb
- lib/inch/language/nodejs/evaluation/class_object.rb
- lib/inch/language/nodejs/evaluation/function_object.rb
- lib/inch/language/nodejs/evaluation/member_object.rb
- lib/inch/language/nodejs/evaluation/module_object.rb
- lib/inch/language/nodejs/import.rb
- lib/inch/language/nodejs/provider/jsdoc.rb
- lib/inch/language/nodejs/provider/jsdoc/docstring.rb
- lib/inch/language/nodejs/provider/jsdoc/object.rb
- lib/inch/language/nodejs/provider/jsdoc/object/base.rb
- lib/inch/language/nodejs/provider/jsdoc/object/class_object.rb
- lib/inch/language/nodejs/provider/jsdoc/object/function_object.rb
- lib/inch/language/nodejs/provider/jsdoc/object/function_parameter_object.rb
- lib/inch/language/nodejs/provider/jsdoc/object/member_object.rb
- lib/inch/language/nodejs/provider/jsdoc/object/module_object.rb
- lib/inch/language/nodejs/provider/jsdoc/parser.rb
- lib/inch/language/nodejs/roles/base.rb
- lib/inch/language/nodejs/roles/function.rb
- lib/inch/language/nodejs/roles/function_parameter.rb
- lib/inch/language/nodejs/roles/member.rb
- lib/inch/language/nodejs/roles/module.rb
- lib/inch/language/nodejs/roles/object.rb
- lib/inch/language/ruby/code_object/base.rb
- lib/inch/language/ruby/code_object/class_object.rb
- lib/inch/language/ruby/code_object/class_variable_object.rb
- lib/inch/language/ruby/code_object/constant_object.rb
- lib/inch/language/ruby/code_object/method_object.rb
- lib/inch/language/ruby/code_object/method_parameter_object.rb
- lib/inch/language/ruby/code_object/module_object.rb
- lib/inch/language/ruby/code_object/namespace_object.rb
- lib/inch/language/ruby/evaluation/base.rb
- lib/inch/language/ruby/evaluation/class_object.rb
- lib/inch/language/ruby/evaluation/class_variable_object.rb
- lib/inch/language/ruby/evaluation/constant_object.rb
- lib/inch/language/ruby/evaluation/method_object.rb
- lib/inch/language/ruby/evaluation/module_object.rb
- lib/inch/language/ruby/evaluation/namespace_object.rb
- lib/inch/language/ruby/import.rb
- lib/inch/language/ruby/provider/yard.rb
- lib/inch/language/ruby/provider/yard/docstring.rb
- lib/inch/language/ruby/provider/yard/nodoc_helper.rb
- lib/inch/language/ruby/provider/yard/object.rb
- lib/inch/language/ruby/provider/yard/object/base.rb
- lib/inch/language/ruby/provider/yard/object/class_object.rb
- lib/inch/language/ruby/provider/yard/object/class_variable_object.rb
- lib/inch/language/ruby/provider/yard/object/constant_object.rb
- lib/inch/language/ruby/provider/yard/object/method_object.rb
- lib/inch/language/ruby/provider/yard/object/method_parameter_object.rb
- lib/inch/language/ruby/provider/yard/object/method_signature.rb
- lib/inch/language/ruby/provider/yard/object/module_object.rb
- lib/inch/language/ruby/provider/yard/object/namespace_object.rb
- lib/inch/language/ruby/provider/yard/object/root_object.rb
- lib/inch/language/ruby/provider/yard/parser.rb
- lib/inch/language/ruby/roles/base.rb
- lib/inch/language/ruby/roles/class_variable.rb
- lib/inch/language/ruby/roles/constant.rb
- lib/inch/language/ruby/roles/method.rb
- lib/inch/language/ruby/roles/method_parameter.rb
- lib/inch/language/ruby/roles/missing.rb
- lib/inch/language/ruby/roles/namespace.rb
- lib/inch/language/ruby/roles/object.rb
- lib/inch/rake.rb
- lib/inch/rake/suggest.rb
- lib/inch/utils/buffered_ui.rb
- lib/inch/utils/code_location.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/elixir/inch_test/all.json
- test/fixtures/ruby/alias_cycle/lib/alias.rb
- test/fixtures/ruby/code_examples/lib/foo.rb
- test/fixtures/ruby/diff1/lib/diff1.rb
- test/fixtures/ruby/diff2/lib/diff2.rb
- test/fixtures/ruby/inch-yml/.inch.yml
- test/fixtures/ruby/inch-yml/foo/bar.rb
- test/fixtures/ruby/inch-yml/foo/vendor/base.rb
- test/fixtures/ruby/parameters/lib/foo.rb
- test/fixtures/ruby/readme/lib/foo.rb
- test/fixtures/ruby/really_good/lib/foo.rb
- test/fixtures/ruby/really_good_pedantic/lib/foo.rb
- test/fixtures/ruby/simple/README
- test/fixtures/ruby/simple/lib/broken.rb
- test/fixtures/ruby/simple/lib/broken_ruby_2_0_features.rb
- test/fixtures/ruby/simple/lib/directives.rb
- test/fixtures/ruby/simple/lib/foo.rb
- test/fixtures/ruby/simple/lib/nodoc.rb
- test/fixtures/ruby/simple/lib/role_methods.rb
- test/fixtures/ruby/simple/lib/role_namespaces.rb
- test/fixtures/ruby/visibility/lib/foo.rb
- test/fixtures/ruby/yardopts/.yardopts
- test/fixtures/ruby/yardopts/foo/bar.rb
- test/integration/api/compare/codebases.rb
- test/integration/cli/command/console_test.rb
- test/integration/cli/command/diff_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_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/config_test.rb
- test/unit/evaluation/role_test.rb
- test/unit/language/elixir/code_object/function_object_test.rb
- test/unit/language/elixir/code_object/module_object_test.rb
- test/unit/language/nodejs/provider/jsdoc/docstring_test.rb
- test/unit/language/ruby/code_object/alias_test.rb
- test/unit/language/ruby/code_object/method_object_test.rb
- test/unit/language/ruby/provider/yard/docstring_test.rb
- test/unit/language/ruby/provider/yard/nodoc_helper_test.rb
- test/unit/language/ruby/provider/yard/object/method_object_test.rb
- test/unit/language/ruby/provider/yard_test.rb
- test/unit/utils/buffered_ui_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: '0'
requirements: []
rubyforge_project: 
rubygems_version: 2.2.2
signing_key: 
specification_version: 4
summary: Documentation measurement tool for Ruby
test_files:
- test/fixtures/elixir/inch_test/all.json
- test/fixtures/ruby/alias_cycle/lib/alias.rb
- test/fixtures/ruby/code_examples/lib/foo.rb
- test/fixtures/ruby/diff1/lib/diff1.rb
- test/fixtures/ruby/diff2/lib/diff2.rb
- test/fixtures/ruby/inch-yml/.inch.yml
- test/fixtures/ruby/inch-yml/foo/bar.rb
- test/fixtures/ruby/inch-yml/foo/vendor/base.rb
- test/fixtures/ruby/parameters/lib/foo.rb
- test/fixtures/ruby/readme/lib/foo.rb
- test/fixtures/ruby/really_good/lib/foo.rb
- test/fixtures/ruby/really_good_pedantic/lib/foo.rb
- test/fixtures/ruby/simple/README
- test/fixtures/ruby/simple/lib/broken.rb
- test/fixtures/ruby/simple/lib/broken_ruby_2_0_features.rb
- test/fixtures/ruby/simple/lib/directives.rb
- test/fixtures/ruby/simple/lib/foo.rb
- test/fixtures/ruby/simple/lib/nodoc.rb
- test/fixtures/ruby/simple/lib/role_methods.rb
- test/fixtures/ruby/simple/lib/role_namespaces.rb
- test/fixtures/ruby/visibility/lib/foo.rb
- test/fixtures/ruby/yardopts/.yardopts
- test/fixtures/ruby/yardopts/foo/bar.rb
- test/integration/api/compare/codebases.rb
- test/integration/cli/command/console_test.rb
- test/integration/cli/command/diff_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_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/config_test.rb
- test/unit/evaluation/role_test.rb
- test/unit/language/elixir/code_object/function_object_test.rb
- test/unit/language/elixir/code_object/module_object_test.rb
- test/unit/language/nodejs/provider/jsdoc/docstring_test.rb
- test/unit/language/ruby/code_object/alias_test.rb
- test/unit/language/ruby/code_object/method_object_test.rb
- test/unit/language/ruby/provider/yard/docstring_test.rb
- test/unit/language/ruby/provider/yard/nodoc_helper_test.rb
- test/unit/language/ruby/provider/yard/object/method_object_test.rb
- test/unit/language/ruby/provider/yard_test.rb
- test/unit/utils/buffered_ui_test.rb
- test/unit/utils/ui_test.rb
- test/unit/utils/weighted_list_test.rb
has_rdoc: