--- !ruby/object:Gem::Specification name: kevinrutherford-reek version: !ruby/object:Gem::Version version: 0.3.1.6 platform: ruby authors: - Kevin Rutherford autorequire: bindir: bin cert_chain: [] date: 2009-03-31 00:00:00 -07:00 default_executable: reek dependencies: - !ruby/object:Gem::Dependency name: ParseTree type: :runtime version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: "3.0" version: - !ruby/object:Gem::Dependency name: sexp_processor type: :runtime version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: "3.0" version: - !ruby/object:Gem::Dependency name: newgem type: :development version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.3.0 version: - !ruby/object:Gem::Dependency name: hoe type: :development version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.8.0 version: description: "" email: - kevin@rutherford-software.com executables: - reek extensions: [] extra_rdoc_files: - History.txt - README.txt files: - History.txt - README.txt - Rakefile - bin/reek - config/defaults.reek - lib/reek.rb - lib/reek/block_context.rb - lib/reek/class_context.rb - lib/reek/code_context.rb - lib/reek/code_parser.rb - lib/reek/exceptions.reek - lib/reek/if_context.rb - lib/reek/method_context.rb - lib/reek/module_context.rb - lib/reek/name.rb - lib/reek/object_refs.rb - lib/reek/options.rb - lib/reek/rake_task.rb - lib/reek/report.rb - lib/reek/smell_warning.rb - lib/reek/source.rb - lib/reek/spec.rb - lib/reek/sexp_formatter.rb - lib/reek/singleton_method_context.rb - lib/reek/smells/control_couple.rb - lib/reek/smells/duplication.rb - lib/reek/smells/feature_envy.rb - lib/reek/smells/large_class.rb - lib/reek/smells/long_method.rb - lib/reek/smells/long_parameter_list.rb - lib/reek/smells/long_yield_list.rb - lib/reek/smells/nested_iterators.rb - lib/reek/smells/smell_detector.rb - lib/reek/smells/smells.rb - lib/reek/smells/uncommunicative_name.rb - lib/reek/smells/utility_function.rb - lib/reek/stop_context.rb - lib/reek/yield_call_context.rb - spec/integration/reek_source_spec.rb - spec/integration/script_spec.rb - spec/reek/class_context_spec.rb - spec/reek/code_context_spec.rb - spec/reek/code_parser_spec.rb - spec/reek/config_spec.rb - spec/reek/module_context_spec.rb - spec/reek/object_refs_spec.rb - spec/reek/options_spec.rb - spec/reek/report_spec.rb - spec/reek/sexp_formatter_spec.rb - spec/reek/singleton_method_context_spec.rb - spec/reek/smells/control_couple_spec.rb - spec/reek/smells/duplication_spec.rb - spec/reek/smells/feature_envy_spec.rb - spec/reek/smells/large_class_spec.rb - spec/reek/smells/long_method_spec.rb - spec/reek/smells/long_parameter_list_spec.rb - spec/reek/smells/nested_iterators_spec.rb - spec/reek/smells/smell_spec.rb - spec/reek/smells/uncommunicative_name_spec.rb - spec/reek/smells/utility_function_spec.rb - spec/samples/inline.rb - spec/samples/inline_spec.rb - spec/samples/optparse.rb - spec/samples/optparse_spec.rb - spec/samples/redcloth.rb - spec/samples/redcloth_spec.rb - spec/spec.opts - spec/spec_helper.rb - tasks/reek.rake - tasks/rspec.rake has_rdoc: true homepage: http://wiki.github.com/kevinrutherford/reek post_install_message: | For more information on reek, see http://wiki.github.com/kevinrutherford/reek rdoc_options: - --main - README.txt 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: reek rubygems_version: 1.2.0 signing_key: specification_version: 2 summary: Code smell detector for Ruby test_files: []