--- !ruby/object:Gem::Specification name: rubocop version: !ruby/object:Gem::Version version: 0.9.0 platform: ruby authors: - Bozhidar Batsov autorequire: bindir: bin cert_chain: [] date: 2013-07-01 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rainbow requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: 1.1.4 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: 1.1.4 - !ruby/object:Gem::Dependency name: parser requirement: !ruby/object:Gem::Requirement requirements: - - '=' - !ruby/object:Gem::Version version: 2.0.0.beta9 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '=' - !ruby/object:Gem::Version version: 2.0.0.beta9 - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: '10.0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: '10.0' - !ruby/object:Gem::Dependency name: rspec requirement: !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: '2.13' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: '2.13' - !ruby/object:Gem::Dependency name: yard requirement: !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: '0.8' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: '0.8' - !ruby/object:Gem::Dependency name: bundler requirement: !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: '1.3' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: '1.3' - !ruby/object:Gem::Dependency name: simplecov requirement: !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: '0.7' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: '0.7' description: |2 Automatic Ruby code style checking tool. Aims to enforce the community-driven Ruby Style Guide. email: bozhidar@batsov.com executables: - rubocop extensions: [] extra_rdoc_files: - LICENSE.txt - README.md files: - .gitignore - .rspec - .rubocop.yml - .travis.yml - .yardopts - CHANGELOG.md - CONTRIBUTING.md - Gemfile - LICENSE.txt - README.md - Rakefile - bin/rubocop - config/default.yml - config/disabled.yml - config/enabled.yml - lib/rubocop.rb - lib/rubocop/cli.rb - lib/rubocop/config.rb - lib/rubocop/config_store.rb - lib/rubocop/cop/cop.rb - lib/rubocop/cop/lint/assignment_in_condition.rb - lib/rubocop/cop/lint/end_alignment.rb - lib/rubocop/cop/lint/end_in_method.rb - lib/rubocop/cop/lint/ensure_return.rb - lib/rubocop/cop/lint/eval.rb - lib/rubocop/cop/lint/handle_exceptions.rb - lib/rubocop/cop/lint/literal_in_condition.rb - lib/rubocop/cop/lint/loop.rb - lib/rubocop/cop/lint/rescue_exception.rb - lib/rubocop/cop/lint/shadowing_outer_local_variable.rb - lib/rubocop/cop/lint/unreachable_code.rb - lib/rubocop/cop/lint/unused_local_variable.rb - lib/rubocop/cop/lint/void.rb - lib/rubocop/cop/offence.rb - lib/rubocop/cop/rails/validation.rb - lib/rubocop/cop/style/access_control.rb - lib/rubocop/cop/style/alias.rb - lib/rubocop/cop/style/align_parameters.rb - lib/rubocop/cop/style/and_or.rb - lib/rubocop/cop/style/ascii_comments.rb - lib/rubocop/cop/style/ascii_identifiers.rb - lib/rubocop/cop/style/attr.rb - lib/rubocop/cop/style/avoid_class_vars.rb - lib/rubocop/cop/style/avoid_for.rb - lib/rubocop/cop/style/avoid_global_vars.rb - lib/rubocop/cop/style/avoid_perl_backrefs.rb - lib/rubocop/cop/style/avoid_perlisms.rb - lib/rubocop/cop/style/begin_block.rb - lib/rubocop/cop/style/block_comments.rb - lib/rubocop/cop/style/block_nesting.rb - lib/rubocop/cop/style/blocks.rb - lib/rubocop/cop/style/case_equality.rb - lib/rubocop/cop/style/case_indentation.rb - lib/rubocop/cop/style/character_literal.rb - lib/rubocop/cop/style/class_and_module_camel_case.rb - lib/rubocop/cop/style/class_methods.rb - lib/rubocop/cop/style/collection_methods.rb - lib/rubocop/cop/style/colon_method_call.rb - lib/rubocop/cop/style/constant_name.rb - lib/rubocop/cop/style/def_parentheses.rb - lib/rubocop/cop/style/documentation.rb - lib/rubocop/cop/style/dot_position.rb - lib/rubocop/cop/style/empty_line_between_defs.rb - lib/rubocop/cop/style/empty_lines.rb - lib/rubocop/cop/style/empty_literal.rb - lib/rubocop/cop/style/encoding.rb - lib/rubocop/cop/style/end_block.rb - lib/rubocop/cop/style/end_of_line.rb - lib/rubocop/cop/style/favor_join.rb - lib/rubocop/cop/style/favor_modifier.rb - lib/rubocop/cop/style/favor_sprintf.rb - lib/rubocop/cop/style/favor_unless_over_negated_if.rb - lib/rubocop/cop/style/hash_syntax.rb - lib/rubocop/cop/style/if_then_else.rb - lib/rubocop/cop/style/lambda.rb - lib/rubocop/cop/style/leading_comment_space.rb - lib/rubocop/cop/style/line_continuation.rb - lib/rubocop/cop/style/line_length.rb - lib/rubocop/cop/style/method_and_variable_snake_case.rb - lib/rubocop/cop/style/method_call_parentheses.rb - lib/rubocop/cop/style/method_length.rb - lib/rubocop/cop/style/not.rb - lib/rubocop/cop/style/numeric_literals.rb - lib/rubocop/cop/style/op_method.rb - lib/rubocop/cop/style/parameter_lists.rb - lib/rubocop/cop/style/parentheses_around_condition.rb - lib/rubocop/cop/style/proc.rb - lib/rubocop/cop/style/reduce_arguments.rb - lib/rubocop/cop/style/regexp_literal.rb - lib/rubocop/cop/style/rescue_modifier.rb - lib/rubocop/cop/style/semicolon.rb - lib/rubocop/cop/style/single_line_methods.rb - lib/rubocop/cop/style/space_after_comma_etc.rb - lib/rubocop/cop/style/space_after_control_keyword.rb - lib/rubocop/cop/style/string_literals.rb - lib/rubocop/cop/style/surrounding_space.rb - lib/rubocop/cop/style/symbol_array.rb - lib/rubocop/cop/style/symbol_name.rb - lib/rubocop/cop/style/tab.rb - lib/rubocop/cop/style/ternary_operator.rb - lib/rubocop/cop/style/trailing_whitespace.rb - lib/rubocop/cop/style/trivial_accessors.rb - lib/rubocop/cop/style/unless_else.rb - lib/rubocop/cop/style/variable_interpolation.rb - lib/rubocop/cop/style/when_then.rb - lib/rubocop/cop/style/while_until_do.rb - lib/rubocop/cop/style/word_array.rb - lib/rubocop/cop/util.rb - lib/rubocop/cop/variable_inspector.rb - lib/rubocop/formatter/base_formatter.rb - lib/rubocop/formatter/clang_style_formatter.rb - lib/rubocop/formatter/emacs_style_formatter.rb - lib/rubocop/formatter/formatter_set.rb - lib/rubocop/formatter/json_formatter.rb - lib/rubocop/formatter/progress_formatter.rb - lib/rubocop/formatter/simple_text_formatter.rb - lib/rubocop/version.rb - rubocop.gemspec - spec/.rubocop.yml - spec/project_spec.rb - spec/rubocop/cli_spec.rb - spec/rubocop/config_spec.rb - spec/rubocop/config_store_spec.rb - spec/rubocop/cops/cop_spec.rb - spec/rubocop/cops/lint/assignment_in_condition_spec.rb - spec/rubocop/cops/lint/end_alignment_spec.rb - spec/rubocop/cops/lint/end_in_method_spec.rb - spec/rubocop/cops/lint/ensure_return_spec.rb - spec/rubocop/cops/lint/eval_spec.rb - spec/rubocop/cops/lint/handle_exceptions_spec.rb - spec/rubocop/cops/lint/literal_in_condition_spec.rb - spec/rubocop/cops/lint/loop_spec.rb - spec/rubocop/cops/lint/rescue_exception_spec.rb - spec/rubocop/cops/lint/shadowing_outer_local_variable_spec.rb - spec/rubocop/cops/lint/unreachable_code_spec.rb - spec/rubocop/cops/lint/unused_local_variable_spec.rb - spec/rubocop/cops/lint/void_spec.rb - spec/rubocop/cops/offence_spec.rb - spec/rubocop/cops/rails/validation_spec.rb - spec/rubocop/cops/style/access_control_spec.rb - spec/rubocop/cops/style/alias_spec.rb - spec/rubocop/cops/style/align_parameters_spec.rb - spec/rubocop/cops/style/and_or_spec.rb - spec/rubocop/cops/style/ascii_comments_spec.rb - spec/rubocop/cops/style/ascii_identifiers_spec.rb - spec/rubocop/cops/style/attr_spec.rb - spec/rubocop/cops/style/avoid_class_vars_spec.rb - spec/rubocop/cops/style/avoid_for_spec.rb - spec/rubocop/cops/style/avoid_global_vars_spec.rb - spec/rubocop/cops/style/avoid_perl_backrefs_spec.rb - spec/rubocop/cops/style/avoid_perlisms_spec.rb - spec/rubocop/cops/style/begin_block_spec.rb - spec/rubocop/cops/style/block_comments_spec.rb - spec/rubocop/cops/style/block_nesting_spec.rb - spec/rubocop/cops/style/blocks_spec.rb - spec/rubocop/cops/style/case_equality_spec.rb - spec/rubocop/cops/style/case_indentation_spec.rb - spec/rubocop/cops/style/character_literal_spec.rb - spec/rubocop/cops/style/class_and_module_camel_case_spec.rb - spec/rubocop/cops/style/class_methods_spec.rb - spec/rubocop/cops/style/collection_methods_spec.rb - spec/rubocop/cops/style/colon_method_call_spec.rb - spec/rubocop/cops/style/constant_name_spec.rb - spec/rubocop/cops/style/def_with_parentheses_spec.rb - spec/rubocop/cops/style/def_without_parentheses_spec.rb - spec/rubocop/cops/style/documentation_spec.rb - spec/rubocop/cops/style/dot_position_spec.rb - spec/rubocop/cops/style/empty_line_between_defs_spec.rb - spec/rubocop/cops/style/empty_lines_spec.rb - spec/rubocop/cops/style/empty_literal_spec.rb - spec/rubocop/cops/style/encoding_spec.rb - spec/rubocop/cops/style/end_block_spec.rb - spec/rubocop/cops/style/end_of_line_spec.rb - spec/rubocop/cops/style/favor_join_spec.rb - spec/rubocop/cops/style/favor_modifier_spec.rb - spec/rubocop/cops/style/favor_sprintf_spec.rb - spec/rubocop/cops/style/favor_unless_over_negated_if_spec.rb - spec/rubocop/cops/style/favor_until_over_negated_while_spec.rb - spec/rubocop/cops/style/hash_syntax_spec.rb - spec/rubocop/cops/style/if_with_semicolon_spec.rb - spec/rubocop/cops/style/lambda_spec.rb - spec/rubocop/cops/style/leading_comment_space_spec.rb - spec/rubocop/cops/style/line_continuation_spec.rb - spec/rubocop/cops/style/line_length_spec.rb - spec/rubocop/cops/style/method_and_variable_snake_case_spec.rb - spec/rubocop/cops/style/method_call_parentheses_spec.rb - spec/rubocop/cops/style/method_length_spec.rb - spec/rubocop/cops/style/multiline_if_then_spec.rb - spec/rubocop/cops/style/not_spec.rb - spec/rubocop/cops/style/numeric_literals_spec.rb - spec/rubocop/cops/style/one_line_conditional_spec.rb - spec/rubocop/cops/style/op_method_spec.rb - spec/rubocop/cops/style/parameter_lists_spec.rb - spec/rubocop/cops/style/parentheses_around_condition_spec.rb - spec/rubocop/cops/style/proc_spec.rb - spec/rubocop/cops/style/reduce_arguments_spec.rb - spec/rubocop/cops/style/regexp_literal_spec.rb - spec/rubocop/cops/style/rescue_modifier_spec.rb - spec/rubocop/cops/style/semicolon_spec.rb - spec/rubocop/cops/style/single_line_methods_spec.rb - spec/rubocop/cops/style/space_after_colon_spec.rb - spec/rubocop/cops/style/space_after_comma_spec.rb - spec/rubocop/cops/style/space_after_control_keyword_spec.rb - spec/rubocop/cops/style/space_after_semicolon_spec.rb - spec/rubocop/cops/style/space_around_braces_spec.rb - spec/rubocop/cops/style/space_around_equals_in_default_parameter_spec.rb - spec/rubocop/cops/style/space_around_operators_spec.rb - spec/rubocop/cops/style/space_inside_brackets_spec.rb - spec/rubocop/cops/style/space_inside_hash_literal_braces_spec.rb - spec/rubocop/cops/style/space_inside_parens_spec.rb - spec/rubocop/cops/style/string_literals_spec.rb - spec/rubocop/cops/style/symbol_array_spec.rb - spec/rubocop/cops/style/symbol_name_spec.rb - spec/rubocop/cops/style/tab_spec.rb - spec/rubocop/cops/style/ternary_operator_spec.rb - spec/rubocop/cops/style/trailing_whitespace_spec.rb - spec/rubocop/cops/style/trivial_accessors_spec.rb - spec/rubocop/cops/style/unless_else_spec.rb - spec/rubocop/cops/style/variable_interpolation_spec.rb - spec/rubocop/cops/style/when_then_spec.rb - spec/rubocop/cops/style/while_until_do_spec.rb - spec/rubocop/cops/style/word_array_spec.rb - spec/rubocop/cops/variable_inspector_spec.rb - spec/rubocop/formatter/base_formatter_spec.rb - spec/rubocop/formatter/clang_style_formatter_spec.rb - spec/rubocop/formatter/emacs_style_formatter_spec.rb - spec/rubocop/formatter/formatter_set_spec.rb - spec/rubocop/formatter/json_formatter_spec.rb - spec/rubocop/formatter/progress_formatter_spec.rb - spec/rubocop/formatter/simple_text_formatter_spec.rb - spec/spec_helper.rb - spec/support/file_helper.rb - spec/support/isolated_environment.rb - spec/support/mri_syntax_checker.rb - spec/support/shared_examples.rb homepage: http://github.com/bbatsov/rubocop licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: 1.9.2 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: Automatic Ruby code style checking tool. test_files: - spec/.rubocop.yml - spec/project_spec.rb - spec/rubocop/cli_spec.rb - spec/rubocop/config_spec.rb - spec/rubocop/config_store_spec.rb - spec/rubocop/cops/cop_spec.rb - spec/rubocop/cops/lint/assignment_in_condition_spec.rb - spec/rubocop/cops/lint/end_alignment_spec.rb - spec/rubocop/cops/lint/end_in_method_spec.rb - spec/rubocop/cops/lint/ensure_return_spec.rb - spec/rubocop/cops/lint/eval_spec.rb - spec/rubocop/cops/lint/handle_exceptions_spec.rb - spec/rubocop/cops/lint/literal_in_condition_spec.rb - spec/rubocop/cops/lint/loop_spec.rb - spec/rubocop/cops/lint/rescue_exception_spec.rb - spec/rubocop/cops/lint/shadowing_outer_local_variable_spec.rb - spec/rubocop/cops/lint/unreachable_code_spec.rb - spec/rubocop/cops/lint/unused_local_variable_spec.rb - spec/rubocop/cops/lint/void_spec.rb - spec/rubocop/cops/offence_spec.rb - spec/rubocop/cops/rails/validation_spec.rb - spec/rubocop/cops/style/access_control_spec.rb - spec/rubocop/cops/style/alias_spec.rb - spec/rubocop/cops/style/align_parameters_spec.rb - spec/rubocop/cops/style/and_or_spec.rb - spec/rubocop/cops/style/ascii_comments_spec.rb - spec/rubocop/cops/style/ascii_identifiers_spec.rb - spec/rubocop/cops/style/attr_spec.rb - spec/rubocop/cops/style/avoid_class_vars_spec.rb - spec/rubocop/cops/style/avoid_for_spec.rb - spec/rubocop/cops/style/avoid_global_vars_spec.rb - spec/rubocop/cops/style/avoid_perl_backrefs_spec.rb - spec/rubocop/cops/style/avoid_perlisms_spec.rb - spec/rubocop/cops/style/begin_block_spec.rb - spec/rubocop/cops/style/block_comments_spec.rb - spec/rubocop/cops/style/block_nesting_spec.rb - spec/rubocop/cops/style/blocks_spec.rb - spec/rubocop/cops/style/case_equality_spec.rb - spec/rubocop/cops/style/case_indentation_spec.rb - spec/rubocop/cops/style/character_literal_spec.rb - spec/rubocop/cops/style/class_and_module_camel_case_spec.rb - spec/rubocop/cops/style/class_methods_spec.rb - spec/rubocop/cops/style/collection_methods_spec.rb - spec/rubocop/cops/style/colon_method_call_spec.rb - spec/rubocop/cops/style/constant_name_spec.rb - spec/rubocop/cops/style/def_with_parentheses_spec.rb - spec/rubocop/cops/style/def_without_parentheses_spec.rb - spec/rubocop/cops/style/documentation_spec.rb - spec/rubocop/cops/style/dot_position_spec.rb - spec/rubocop/cops/style/empty_line_between_defs_spec.rb - spec/rubocop/cops/style/empty_lines_spec.rb - spec/rubocop/cops/style/empty_literal_spec.rb - spec/rubocop/cops/style/encoding_spec.rb - spec/rubocop/cops/style/end_block_spec.rb - spec/rubocop/cops/style/end_of_line_spec.rb - spec/rubocop/cops/style/favor_join_spec.rb - spec/rubocop/cops/style/favor_modifier_spec.rb - spec/rubocop/cops/style/favor_sprintf_spec.rb - spec/rubocop/cops/style/favor_unless_over_negated_if_spec.rb - spec/rubocop/cops/style/favor_until_over_negated_while_spec.rb - spec/rubocop/cops/style/hash_syntax_spec.rb - spec/rubocop/cops/style/if_with_semicolon_spec.rb - spec/rubocop/cops/style/lambda_spec.rb - spec/rubocop/cops/style/leading_comment_space_spec.rb - spec/rubocop/cops/style/line_continuation_spec.rb - spec/rubocop/cops/style/line_length_spec.rb - spec/rubocop/cops/style/method_and_variable_snake_case_spec.rb - spec/rubocop/cops/style/method_call_parentheses_spec.rb - spec/rubocop/cops/style/method_length_spec.rb - spec/rubocop/cops/style/multiline_if_then_spec.rb - spec/rubocop/cops/style/not_spec.rb - spec/rubocop/cops/style/numeric_literals_spec.rb - spec/rubocop/cops/style/one_line_conditional_spec.rb - spec/rubocop/cops/style/op_method_spec.rb - spec/rubocop/cops/style/parameter_lists_spec.rb - spec/rubocop/cops/style/parentheses_around_condition_spec.rb - spec/rubocop/cops/style/proc_spec.rb - spec/rubocop/cops/style/reduce_arguments_spec.rb - spec/rubocop/cops/style/regexp_literal_spec.rb - spec/rubocop/cops/style/rescue_modifier_spec.rb - spec/rubocop/cops/style/semicolon_spec.rb - spec/rubocop/cops/style/single_line_methods_spec.rb - spec/rubocop/cops/style/space_after_colon_spec.rb - spec/rubocop/cops/style/space_after_comma_spec.rb - spec/rubocop/cops/style/space_after_control_keyword_spec.rb - spec/rubocop/cops/style/space_after_semicolon_spec.rb - spec/rubocop/cops/style/space_around_braces_spec.rb - spec/rubocop/cops/style/space_around_equals_in_default_parameter_spec.rb - spec/rubocop/cops/style/space_around_operators_spec.rb - spec/rubocop/cops/style/space_inside_brackets_spec.rb - spec/rubocop/cops/style/space_inside_hash_literal_braces_spec.rb - spec/rubocop/cops/style/space_inside_parens_spec.rb - spec/rubocop/cops/style/string_literals_spec.rb - spec/rubocop/cops/style/symbol_array_spec.rb - spec/rubocop/cops/style/symbol_name_spec.rb - spec/rubocop/cops/style/tab_spec.rb - spec/rubocop/cops/style/ternary_operator_spec.rb - spec/rubocop/cops/style/trailing_whitespace_spec.rb - spec/rubocop/cops/style/trivial_accessors_spec.rb - spec/rubocop/cops/style/unless_else_spec.rb - spec/rubocop/cops/style/variable_interpolation_spec.rb - spec/rubocop/cops/style/when_then_spec.rb - spec/rubocop/cops/style/while_until_do_spec.rb - spec/rubocop/cops/style/word_array_spec.rb - spec/rubocop/cops/variable_inspector_spec.rb - spec/rubocop/formatter/base_formatter_spec.rb - spec/rubocop/formatter/clang_style_formatter_spec.rb - spec/rubocop/formatter/emacs_style_formatter_spec.rb - spec/rubocop/formatter/formatter_set_spec.rb - spec/rubocop/formatter/json_formatter_spec.rb - spec/rubocop/formatter/progress_formatter_spec.rb - spec/rubocop/formatter/simple_text_formatter_spec.rb - spec/spec_helper.rb - spec/support/file_helper.rb - spec/support/isolated_environment.rb - spec/support/mri_syntax_checker.rb - spec/support/shared_examples.rb has_rdoc: