--- !ruby/object:Gem::Specification name: simplabs-excellent version: !ruby/object:Gem::Version version: 1.0.1 platform: ruby authors: - Marty Andrews - Marco Otte-Witte autorequire: bindir: bin cert_chain: [] date: 2009-05-06 00:00:00 -07:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: ruby_parser type: :runtime version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "2.0" version: description: email: marco.otte-witte@simplabs.com executables: - excellent extensions: [] extra_rdoc_files: [] files: - History.txt - README.markdown - VERSION.yml - bin/excellent - lib/simplabs/excellent/checks/abc_metric_method_check.rb - lib/simplabs/excellent/checks/assignment_in_conditional_check.rb - lib/simplabs/excellent/checks/base.rb - lib/simplabs/excellent/checks/case_missing_else_check.rb - lib/simplabs/excellent/checks/class_line_count_check.rb - lib/simplabs/excellent/checks/class_name_check.rb - lib/simplabs/excellent/checks/class_variable_check.rb - lib/simplabs/excellent/checks/control_coupling_check.rb - lib/simplabs/excellent/checks/cyclomatic_complexity_block_check.rb - lib/simplabs/excellent/checks/cyclomatic_complexity_check.rb - lib/simplabs/excellent/checks/cyclomatic_complexity_method_check.rb - lib/simplabs/excellent/checks/empty_rescue_body_check.rb - lib/simplabs/excellent/checks/for_loop_check.rb - lib/simplabs/excellent/checks/line_count_check.rb - lib/simplabs/excellent/checks/method_line_count_check.rb - lib/simplabs/excellent/checks/method_name_check.rb - lib/simplabs/excellent/checks/module_line_count_check.rb - lib/simplabs/excellent/checks/module_name_check.rb - lib/simplabs/excellent/checks/name_check.rb - lib/simplabs/excellent/checks/parameter_number_check.rb - lib/simplabs/excellent/checks.rb - lib/simplabs/excellent/core/checking_visitor.rb - lib/simplabs/excellent/core/error.rb - lib/simplabs/excellent/core/extensions/underscore.rb - lib/simplabs/excellent/core/iterator_visitor.rb - lib/simplabs/excellent/core/parse_tree_runner.rb - lib/simplabs/excellent/core/parser.rb - lib/simplabs/excellent/core/visitable_sexp.rb - lib/simplabs/excellent/core.rb - lib/simplabs/excellent.rb - spec/checks/abc_metric_method_check_spec.rb - spec/checks/assignment_in_conditional_check_spec.rb - spec/checks/case_missing_else_check_spec.rb - spec/checks/class_line_count_check_spec.rb - spec/checks/class_name_check_spec.rb - spec/checks/class_variable_check_spec.rb - spec/checks/control_coupling_check_spec.rb - spec/checks/cyclomatic_complexity_block_check_spec.rb - spec/checks/cyclomatic_complexity_method_check_spec.rb - spec/checks/empty_rescue_body_check_spec.rb - spec/checks/for_loop_check_spec.rb - spec/checks/method_line_count_check_spec.rb - spec/checks/method_name_check_spec.rb - spec/checks/module_line_count_check_spec.rb - spec/checks/module_name_check_spec.rb - spec/checks/parameter_number_check_spec.rb - spec/core/extensions/underscore_spec.rb - spec/spec_helper.rb has_rdoc: true homepage: http://github.com/simplabs/excellent post_install_message: rdoc_options: - --inline-source - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: rubygems_version: 1.2.0 signing_key: specification_version: 2 summary: Source code analysis gem test_files: []