--- !ruby/object:Gem::Specification name: pelusa version: !ruby/object:Gem::Version version: 0.2.4 platform: ruby authors: - Josep M. Bach autorequire: bindir: bin cert_chain: [] date: 2015-01-07 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: mocha 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' description: Static analysis Lint-type tool to improve your OO Ruby code email: - josep.m.bach@gmail.com executables: - pelusa extensions: [] extra_rdoc_files: [] files: - ".gitignore" - ".pelusa.yml" - ".rvmrc" - ".travis.yml" - Gemfile - Rakefile - Readme.md - bin/pelusa - lib/pelusa.rb - lib/pelusa/analysis.rb - lib/pelusa/analyzer.rb - lib/pelusa/class_analyzer.rb - lib/pelusa/cli.rb - lib/pelusa/configuration.rb - lib/pelusa/lint.rb - lib/pelusa/lint/case_statements.rb - lib/pelusa/lint/collection_wrappers.rb - lib/pelusa/lint/demeter_law.rb - lib/pelusa/lint/else_clauses.rb - lib/pelusa/lint/eval_usage.rb - lib/pelusa/lint/indentation_level.rb - lib/pelusa/lint/instance_variables.rb - lib/pelusa/lint/line_restriction.rb - lib/pelusa/lint/long_identifiers.rb - lib/pelusa/lint/many_arguments.rb - lib/pelusa/lint/properties.rb - lib/pelusa/lint/short_identifiers.rb - lib/pelusa/report.rb - lib/pelusa/reporters/reporter.rb - lib/pelusa/reporters/ruby_reporter.rb - lib/pelusa/reporters/stdout_reporter.rb - lib/pelusa/runner.rb - lib/pelusa/version.rb - pelusa.gemspec - test/fixtures/sample_config_one.yml - test/pelusa/analysis_test.rb - test/pelusa/analyzer_test.rb - test/pelusa/class_analyzer_test.rb - test/pelusa/cli_test.rb - test/pelusa/configuration_test.rb - test/pelusa/lint/case_statements_test.rb - test/pelusa/lint/collection_wrappers_test.rb - test/pelusa/lint/demeter_law_test.rb - test/pelusa/lint/else_clauses_test.rb - test/pelusa/lint/eval_usage_test.rb - test/pelusa/lint/indentation_level_test.rb - test/pelusa/lint/instance_variables_test.rb - test/pelusa/lint/line_restriction_test.rb - test/pelusa/lint/long_identifiers_test.rb - test/pelusa/lint/many_arguments_test.rb - test/pelusa/lint/properties_test.rb - test/pelusa/lint/short_identifiers_test.rb - test/pelusa/reporters/ruby_reporter_test.rb - test/pelusa/runner_test.rb - test/pelusa_test.rb - test/test_helper.rb homepage: http://github.com/codegram/pelusa 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: pelusa rubygems_version: 2.2.2 signing_key: specification_version: 4 summary: Static analysis Lint-type tool to improve your OO Ruby code test_files: - test/pelusa/analysis_test.rb - test/pelusa/analyzer_test.rb - test/pelusa/class_analyzer_test.rb - test/pelusa/cli_test.rb - test/pelusa/configuration_test.rb - test/pelusa/lint/case_statements_test.rb - test/pelusa/lint/collection_wrappers_test.rb - test/pelusa/lint/demeter_law_test.rb - test/pelusa/lint/else_clauses_test.rb - test/pelusa/lint/eval_usage_test.rb - test/pelusa/lint/indentation_level_test.rb - test/pelusa/lint/instance_variables_test.rb - test/pelusa/lint/line_restriction_test.rb - test/pelusa/lint/long_identifiers_test.rb - test/pelusa/lint/many_arguments_test.rb - test/pelusa/lint/properties_test.rb - test/pelusa/lint/short_identifiers_test.rb - test/pelusa/reporters/ruby_reporter_test.rb - test/pelusa/runner_test.rb - test/pelusa_test.rb - test/test_helper.rb