# -*- encoding: utf-8 -*- # stub: rubocop 0.13.0 ruby lib Gem::Specification.new do |s| s.name = "rubocop".freeze s.version = "0.13.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Bozhidar Batsov".freeze] s.date = "2013-09-13" s.description = " Automatic Ruby code style checking tool.\n Aims to enforce the community-driven Ruby Style Guide.\n".freeze s.email = "bozhidar@batsov.com".freeze s.executables = ["rubocop".freeze] s.extra_rdoc_files = ["LICENSE.txt".freeze, "README.md".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".rubocop.yml".freeze, ".travis.yml".freeze, ".yardopts".freeze, "CHANGELOG.md".freeze, "CONTRIBUTING.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/rubocop".freeze, "config/default.yml".freeze, "config/disabled.yml".freeze, "config/enabled.yml".freeze, "lib/rubocop.rb".freeze, "lib/rubocop/cli.rb".freeze, "lib/rubocop/config.rb".freeze, "lib/rubocop/config_store.rb".freeze, "lib/rubocop/cop/commissioner.rb".freeze, "lib/rubocop/cop/cop.rb".freeze, "lib/rubocop/cop/corrector.rb".freeze, "lib/rubocop/cop/lint/assignment_in_condition.rb".freeze, "lib/rubocop/cop/lint/block_alignment.rb".freeze, "lib/rubocop/cop/lint/empty_ensure.rb".freeze, "lib/rubocop/cop/lint/end_alignment.rb".freeze, "lib/rubocop/cop/lint/end_in_method.rb".freeze, "lib/rubocop/cop/lint/ensure_return.rb".freeze, "lib/rubocop/cop/lint/eval.rb".freeze, "lib/rubocop/cop/lint/handle_exceptions.rb".freeze, "lib/rubocop/cop/lint/literal_in_condition.rb".freeze, "lib/rubocop/cop/lint/loop.rb".freeze, "lib/rubocop/cop/lint/parentheses_as_grouped_expression.rb".freeze, "lib/rubocop/cop/lint/rescue_exception.rb".freeze, "lib/rubocop/cop/lint/shadowing_outer_local_variable.rb".freeze, "lib/rubocop/cop/lint/unreachable_code.rb".freeze, "lib/rubocop/cop/lint/useless_assignment.rb".freeze, "lib/rubocop/cop/lint/useless_comparison.rb".freeze, "lib/rubocop/cop/lint/useless_setter_call.rb".freeze, "lib/rubocop/cop/lint/void.rb".freeze, "lib/rubocop/cop/offence.rb".freeze, "lib/rubocop/cop/rails/has_and_belongs_to_many.rb".freeze, "lib/rubocop/cop/rails/read_attribute.rb".freeze, "lib/rubocop/cop/rails/validation.rb".freeze, "lib/rubocop/cop/style/access_control.rb".freeze, "lib/rubocop/cop/style/alias.rb".freeze, "lib/rubocop/cop/style/align_array.rb".freeze, "lib/rubocop/cop/style/align_hash.rb".freeze, "lib/rubocop/cop/style/align_parameters.rb".freeze, "lib/rubocop/cop/style/and_or.rb".freeze, "lib/rubocop/cop/style/ascii_comments.rb".freeze, "lib/rubocop/cop/style/ascii_identifiers.rb".freeze, "lib/rubocop/cop/style/attr.rb".freeze, "lib/rubocop/cop/style/begin_block.rb".freeze, "lib/rubocop/cop/style/block_comments.rb".freeze, "lib/rubocop/cop/style/block_nesting.rb".freeze, "lib/rubocop/cop/style/blocks.rb".freeze, "lib/rubocop/cop/style/case_equality.rb".freeze, "lib/rubocop/cop/style/case_indentation.rb".freeze, "lib/rubocop/cop/style/character_literal.rb".freeze, "lib/rubocop/cop/style/class_and_module_camel_case.rb".freeze, "lib/rubocop/cop/style/class_methods.rb".freeze, "lib/rubocop/cop/style/class_vars.rb".freeze, "lib/rubocop/cop/style/collection_methods.rb".freeze, "lib/rubocop/cop/style/colon_method_call.rb".freeze, "lib/rubocop/cop/style/comment_annotation.rb".freeze, "lib/rubocop/cop/style/constant_name.rb".freeze, "lib/rubocop/cop/style/def_parentheses.rb".freeze, "lib/rubocop/cop/style/documentation.rb".freeze, "lib/rubocop/cop/style/dot_position.rb".freeze, "lib/rubocop/cop/style/empty_line_between_defs.rb".freeze, "lib/rubocop/cop/style/empty_lines.rb".freeze, "lib/rubocop/cop/style/empty_literal.rb".freeze, "lib/rubocop/cop/style/encoding.rb".freeze, "lib/rubocop/cop/style/end_block.rb".freeze, "lib/rubocop/cop/style/end_of_line.rb".freeze, "lib/rubocop/cop/style/even_odd.rb".freeze, "lib/rubocop/cop/style/favor_join.rb".freeze, "lib/rubocop/cop/style/favor_modifier.rb".freeze, "lib/rubocop/cop/style/favor_sprintf.rb".freeze, "lib/rubocop/cop/style/favor_unless_over_negated_if.rb".freeze, "lib/rubocop/cop/style/final_newline.rb".freeze, "lib/rubocop/cop/style/for.rb".freeze, "lib/rubocop/cop/style/global_vars.rb".freeze, "lib/rubocop/cop/style/hash_methods.rb".freeze, "lib/rubocop/cop/style/hash_syntax.rb".freeze, "lib/rubocop/cop/style/if_then_else.rb".freeze, "lib/rubocop/cop/style/if_with_semicolon.rb".freeze, "lib/rubocop/cop/style/indentation_width.rb".freeze, "lib/rubocop/cop/style/lambda.rb".freeze, "lib/rubocop/cop/style/leading_comment_space.rb".freeze, "lib/rubocop/cop/style/line_length.rb".freeze, "lib/rubocop/cop/style/method_and_variable_snake_case.rb".freeze, "lib/rubocop/cop/style/method_call_parentheses.rb".freeze, "lib/rubocop/cop/style/method_length.rb".freeze, "lib/rubocop/cop/style/module_function.rb".freeze, "lib/rubocop/cop/style/multiline_block_chain.rb".freeze, "lib/rubocop/cop/style/multiline_if_then.rb".freeze, "lib/rubocop/cop/style/nil_comparison.rb".freeze, "lib/rubocop/cop/style/not.rb".freeze, "lib/rubocop/cop/style/numeric_literals.rb".freeze, "lib/rubocop/cop/style/one_line_conditional.rb".freeze, "lib/rubocop/cop/style/op_method.rb".freeze, "lib/rubocop/cop/style/parameter_lists.rb".freeze, "lib/rubocop/cop/style/parentheses_around_condition.rb".freeze, "lib/rubocop/cop/style/perl_backrefs.rb".freeze, "lib/rubocop/cop/style/proc.rb".freeze, "lib/rubocop/cop/style/reduce_arguments.rb".freeze, "lib/rubocop/cop/style/redundant_begin.rb".freeze, "lib/rubocop/cop/style/redundant_return.rb".freeze, "lib/rubocop/cop/style/redundant_self.rb".freeze, "lib/rubocop/cop/style/regexp_literal.rb".freeze, "lib/rubocop/cop/style/rescue_modifier.rb".freeze, "lib/rubocop/cop/style/semicolon.rb".freeze, "lib/rubocop/cop/style/signal_exception.rb".freeze, "lib/rubocop/cop/style/single_line_methods.rb".freeze, "lib/rubocop/cop/style/space_after_comma_etc.rb".freeze, "lib/rubocop/cop/style/space_after_control_keyword.rb".freeze, "lib/rubocop/cop/style/space_after_method_name.rb".freeze, "lib/rubocop/cop/style/space_before_modifier_keyword.rb".freeze, "lib/rubocop/cop/style/special_global_vars.rb".freeze, "lib/rubocop/cop/style/string_literals.rb".freeze, "lib/rubocop/cop/style/surrounding_space.rb".freeze, "lib/rubocop/cop/style/symbol_array.rb".freeze, "lib/rubocop/cop/style/symbol_name.rb".freeze, "lib/rubocop/cop/style/tab.rb".freeze, "lib/rubocop/cop/style/ternary_operator.rb".freeze, "lib/rubocop/cop/style/trailing_blank_lines.rb".freeze, "lib/rubocop/cop/style/trailing_whitespace.rb".freeze, "lib/rubocop/cop/style/trivial_accessors.rb".freeze, "lib/rubocop/cop/style/unless_else.rb".freeze, "lib/rubocop/cop/style/variable_interpolation.rb".freeze, "lib/rubocop/cop/style/when_then.rb".freeze, "lib/rubocop/cop/style/while_until_do.rb".freeze, "lib/rubocop/cop/style/word_array.rb".freeze, "lib/rubocop/cop/team.rb".freeze, "lib/rubocop/cop/util.rb".freeze, "lib/rubocop/cop/variable_inspector.rb".freeze, "lib/rubocop/cop/variable_inspector/assignment.rb".freeze, "lib/rubocop/cop/variable_inspector/locatable.rb".freeze, "lib/rubocop/cop/variable_inspector/reference.rb".freeze, "lib/rubocop/cop/variable_inspector/scope.rb".freeze, "lib/rubocop/cop/variable_inspector/variable.rb".freeze, "lib/rubocop/cop/variable_inspector/variable_table.rb".freeze, "lib/rubocop/formatter/base_formatter.rb".freeze, "lib/rubocop/formatter/clang_style_formatter.rb".freeze, "lib/rubocop/formatter/disabled_config_formatter.rb".freeze, "lib/rubocop/formatter/emacs_style_formatter.rb".freeze, "lib/rubocop/formatter/file_list_formatter.rb".freeze, "lib/rubocop/formatter/formatter_set.rb".freeze, "lib/rubocop/formatter/json_formatter.rb".freeze, "lib/rubocop/formatter/offence_count_formatter.rb".freeze, "lib/rubocop/formatter/progress_formatter.rb".freeze, "lib/rubocop/formatter/simple_text_formatter.rb".freeze, "lib/rubocop/processed_source.rb".freeze, "lib/rubocop/rake_task.rb".freeze, "lib/rubocop/source_parser.rb".freeze, "lib/rubocop/target_finder.rb".freeze, "lib/rubocop/token.rb".freeze, "lib/rubocop/version.rb".freeze, "rubocop.gemspec".freeze, "spec/.rubocop.yml".freeze, "spec/project_spec.rb".freeze, "spec/rubocop/cli_spec.rb".freeze, "spec/rubocop/config_spec.rb".freeze, "spec/rubocop/config_store_spec.rb".freeze, "spec/rubocop/cop/commissioner_spec.rb".freeze, "spec/rubocop/cop/cop_spec.rb".freeze, "spec/rubocop/cop/corrector_spec.rb".freeze, "spec/rubocop/cop/lint/assignment_in_condition_spec.rb".freeze, "spec/rubocop/cop/lint/block_alignment_spec.rb".freeze, "spec/rubocop/cop/lint/empty_ensure_spec.rb".freeze, "spec/rubocop/cop/lint/end_alignment_spec.rb".freeze, "spec/rubocop/cop/lint/end_in_method_spec.rb".freeze, "spec/rubocop/cop/lint/ensure_return_spec.rb".freeze, "spec/rubocop/cop/lint/eval_spec.rb".freeze, "spec/rubocop/cop/lint/handle_exceptions_spec.rb".freeze, "spec/rubocop/cop/lint/literal_in_condition_spec.rb".freeze, "spec/rubocop/cop/lint/loop_spec.rb".freeze, "spec/rubocop/cop/lint/parentheses_as_grouped_expression_spec.rb".freeze, "spec/rubocop/cop/lint/rescue_exception_spec.rb".freeze, "spec/rubocop/cop/lint/shadowing_outer_local_variable_spec.rb".freeze, "spec/rubocop/cop/lint/unreachable_code_spec.rb".freeze, "spec/rubocop/cop/lint/useless_assignment_spec.rb".freeze, "spec/rubocop/cop/lint/useless_comparison_spec.rb".freeze, "spec/rubocop/cop/lint/useless_setter_call_spec.rb".freeze, "spec/rubocop/cop/lint/void_spec.rb".freeze, "spec/rubocop/cop/offence_spec.rb".freeze, "spec/rubocop/cop/rails/has_and_belongs_to_many_spec.rb".freeze, "spec/rubocop/cop/rails/read_attribute_spec.rb".freeze, "spec/rubocop/cop/rails/validation_spec.rb".freeze, "spec/rubocop/cop/style/access_control_spec.rb".freeze, "spec/rubocop/cop/style/alias_spec.rb".freeze, "spec/rubocop/cop/style/align_array_spec.rb".freeze, "spec/rubocop/cop/style/align_hash_spec.rb".freeze, "spec/rubocop/cop/style/align_parameters_spec.rb".freeze, "spec/rubocop/cop/style/and_or_spec.rb".freeze, "spec/rubocop/cop/style/ascii_comments_spec.rb".freeze, "spec/rubocop/cop/style/ascii_identifiers_spec.rb".freeze, "spec/rubocop/cop/style/attr_spec.rb".freeze, "spec/rubocop/cop/style/begin_block_spec.rb".freeze, "spec/rubocop/cop/style/block_comments_spec.rb".freeze, "spec/rubocop/cop/style/block_nesting_spec.rb".freeze, "spec/rubocop/cop/style/blocks_spec.rb".freeze, "spec/rubocop/cop/style/case_equality_spec.rb".freeze, "spec/rubocop/cop/style/case_indentation_spec.rb".freeze, "spec/rubocop/cop/style/character_literal_spec.rb".freeze, "spec/rubocop/cop/style/class_and_module_camel_case_spec.rb".freeze, "spec/rubocop/cop/style/class_methods_spec.rb".freeze, "spec/rubocop/cop/style/class_vars_spec.rb".freeze, "spec/rubocop/cop/style/collection_methods_spec.rb".freeze, "spec/rubocop/cop/style/colon_method_call_spec.rb".freeze, "spec/rubocop/cop/style/comment_annotation_spec.rb".freeze, "spec/rubocop/cop/style/constant_name_spec.rb".freeze, "spec/rubocop/cop/style/def_with_parentheses_spec.rb".freeze, "spec/rubocop/cop/style/def_without_parentheses_spec.rb".freeze, "spec/rubocop/cop/style/documentation_spec.rb".freeze, "spec/rubocop/cop/style/dot_position_spec.rb".freeze, "spec/rubocop/cop/style/empty_line_between_defs_spec.rb".freeze, "spec/rubocop/cop/style/empty_lines_spec.rb".freeze, "spec/rubocop/cop/style/empty_literal_spec.rb".freeze, "spec/rubocop/cop/style/encoding_spec.rb".freeze, "spec/rubocop/cop/style/end_block_spec.rb".freeze, "spec/rubocop/cop/style/end_of_line_spec.rb".freeze, "spec/rubocop/cop/style/even_odd_spec.rb".freeze, "spec/rubocop/cop/style/favor_join_spec.rb".freeze, "spec/rubocop/cop/style/favor_modifier_spec.rb".freeze, "spec/rubocop/cop/style/favor_sprintf_spec.rb".freeze, "spec/rubocop/cop/style/favor_unless_over_negated_if_spec.rb".freeze, "spec/rubocop/cop/style/favor_until_over_negated_while_spec.rb".freeze, "spec/rubocop/cop/style/final_newline_spec.rb".freeze, "spec/rubocop/cop/style/for_spec.rb".freeze, "spec/rubocop/cop/style/global_vars_spec.rb".freeze, "spec/rubocop/cop/style/hash_methods_spec.rb".freeze, "spec/rubocop/cop/style/hash_syntax_spec.rb".freeze, "spec/rubocop/cop/style/if_with_semicolon_spec.rb".freeze, "spec/rubocop/cop/style/indentation_width_spec.rb".freeze, "spec/rubocop/cop/style/lambda_spec.rb".freeze, "spec/rubocop/cop/style/leading_comment_space_spec.rb".freeze, "spec/rubocop/cop/style/line_length_spec.rb".freeze, "spec/rubocop/cop/style/method_and_variable_snake_case_spec.rb".freeze, "spec/rubocop/cop/style/method_call_parentheses_spec.rb".freeze, "spec/rubocop/cop/style/method_length_spec.rb".freeze, "spec/rubocop/cop/style/module_function_spec.rb".freeze, "spec/rubocop/cop/style/multiline_block_chain_spec.rb".freeze, "spec/rubocop/cop/style/multiline_if_then_spec.rb".freeze, "spec/rubocop/cop/style/nil_comparison_spec.rb".freeze, "spec/rubocop/cop/style/not_spec.rb".freeze, "spec/rubocop/cop/style/numeric_literals_spec.rb".freeze, "spec/rubocop/cop/style/one_line_conditional_spec.rb".freeze, "spec/rubocop/cop/style/op_method_spec.rb".freeze, "spec/rubocop/cop/style/parameter_lists_spec.rb".freeze, "spec/rubocop/cop/style/parentheses_around_condition_spec.rb".freeze, "spec/rubocop/cop/style/perl_backrefs_spec.rb".freeze, "spec/rubocop/cop/style/proc_spec.rb".freeze, "spec/rubocop/cop/style/reduce_arguments_spec.rb".freeze, "spec/rubocop/cop/style/redundant_begin_spec.rb".freeze, "spec/rubocop/cop/style/redundant_return_spec.rb".freeze, "spec/rubocop/cop/style/redundant_self_spec.rb".freeze, "spec/rubocop/cop/style/regexp_literal_spec.rb".freeze, "spec/rubocop/cop/style/rescue_modifier_spec.rb".freeze, "spec/rubocop/cop/style/semicolon_spec.rb".freeze, "spec/rubocop/cop/style/signal_exception_spec.rb".freeze, "spec/rubocop/cop/style/single_line_methods_spec.rb".freeze, "spec/rubocop/cop/style/space_after_colon_spec.rb".freeze, "spec/rubocop/cop/style/space_after_comma_spec.rb".freeze, "spec/rubocop/cop/style/space_after_control_keyword_spec.rb".freeze, "spec/rubocop/cop/style/space_after_method_name_spec.rb".freeze, "spec/rubocop/cop/style/space_after_semicolon_spec.rb".freeze, "spec/rubocop/cop/style/space_around_braces_spec.rb".freeze, "spec/rubocop/cop/style/space_around_equals_in_default_parameter_spec.rb".freeze, "spec/rubocop/cop/style/space_around_operators_spec.rb".freeze, "spec/rubocop/cop/style/space_before_modifier_keyword_spec.rb".freeze, "spec/rubocop/cop/style/space_inside_brackets_spec.rb".freeze, "spec/rubocop/cop/style/space_inside_hash_literal_braces_spec.rb".freeze, "spec/rubocop/cop/style/space_inside_parens_spec.rb".freeze, "spec/rubocop/cop/style/special_global_vars_spec.rb".freeze, "spec/rubocop/cop/style/string_literals_spec.rb".freeze, "spec/rubocop/cop/style/symbol_array_spec.rb".freeze, "spec/rubocop/cop/style/symbol_name_spec.rb".freeze, "spec/rubocop/cop/style/tab_spec.rb".freeze, "spec/rubocop/cop/style/ternary_operator_spec.rb".freeze, "spec/rubocop/cop/style/trailing_blank_lines_spec.rb".freeze, "spec/rubocop/cop/style/trailing_whitespace_spec.rb".freeze, "spec/rubocop/cop/style/trivial_accessors_spec.rb".freeze, "spec/rubocop/cop/style/unless_else_spec.rb".freeze, "spec/rubocop/cop/style/variable_interpolation_spec.rb".freeze, "spec/rubocop/cop/style/when_then_spec.rb".freeze, "spec/rubocop/cop/style/while_until_do_spec.rb".freeze, "spec/rubocop/cop/style/word_array_spec.rb".freeze, "spec/rubocop/cop/team_spec.rb".freeze, "spec/rubocop/cop/variable_inspector/assignment_spec.rb".freeze, "spec/rubocop/cop/variable_inspector/locatable_spec.rb".freeze, "spec/rubocop/cop/variable_inspector/scope_spec.rb".freeze, "spec/rubocop/cop/variable_inspector/variable_spec.rb".freeze, "spec/rubocop/cop/variable_inspector/variable_table_spec.rb".freeze, "spec/rubocop/cop/variable_inspector_spec.rb".freeze, "spec/rubocop/formatter/base_formatter_spec.rb".freeze, "spec/rubocop/formatter/clang_style_formatter_spec.rb".freeze, "spec/rubocop/formatter/disabled_config_formatter_spec.rb".freeze, "spec/rubocop/formatter/emacs_style_formatter_spec.rb".freeze, "spec/rubocop/formatter/file_list_formatter_spec.rb".freeze, "spec/rubocop/formatter/formatter_set_spec.rb".freeze, "spec/rubocop/formatter/json_formatter_spec.rb".freeze, "spec/rubocop/formatter/offence_count_formatter_spec.rb".freeze, "spec/rubocop/formatter/progress_formatter_spec.rb".freeze, "spec/rubocop/formatter/simple_text_formatter_spec.rb".freeze, "spec/rubocop/processed_source_spec.rb".freeze, "spec/rubocop/source_parser_spec.rb".freeze, "spec/rubocop/target_finder_spec.rb".freeze, "spec/rubocop/token_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/ast_helper.rb".freeze, "spec/support/file_helper.rb".freeze, "spec/support/isolated_environment.rb".freeze, "spec/support/mri_syntax_checker.rb".freeze, "spec/support/shared_context.rb".freeze, "spec/support/shared_examples.rb".freeze] s.homepage = "http://github.com/bbatsov/rubocop".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 1.9.2".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Automatic Ruby code style checking tool.".freeze s.test_files = ["spec/.rubocop.yml".freeze, "spec/project_spec.rb".freeze, "spec/rubocop/cli_spec.rb".freeze, "spec/rubocop/config_spec.rb".freeze, "spec/rubocop/config_store_spec.rb".freeze, "spec/rubocop/cop/commissioner_spec.rb".freeze, "spec/rubocop/cop/cop_spec.rb".freeze, "spec/rubocop/cop/corrector_spec.rb".freeze, "spec/rubocop/cop/lint/assignment_in_condition_spec.rb".freeze, "spec/rubocop/cop/lint/block_alignment_spec.rb".freeze, "spec/rubocop/cop/lint/empty_ensure_spec.rb".freeze, "spec/rubocop/cop/lint/end_alignment_spec.rb".freeze, "spec/rubocop/cop/lint/end_in_method_spec.rb".freeze, "spec/rubocop/cop/lint/ensure_return_spec.rb".freeze, "spec/rubocop/cop/lint/eval_spec.rb".freeze, "spec/rubocop/cop/lint/handle_exceptions_spec.rb".freeze, "spec/rubocop/cop/lint/literal_in_condition_spec.rb".freeze, "spec/rubocop/cop/lint/loop_spec.rb".freeze, "spec/rubocop/cop/lint/parentheses_as_grouped_expression_spec.rb".freeze, "spec/rubocop/cop/lint/rescue_exception_spec.rb".freeze, "spec/rubocop/cop/lint/shadowing_outer_local_variable_spec.rb".freeze, "spec/rubocop/cop/lint/unreachable_code_spec.rb".freeze, "spec/rubocop/cop/lint/useless_assignment_spec.rb".freeze, "spec/rubocop/cop/lint/useless_comparison_spec.rb".freeze, "spec/rubocop/cop/lint/useless_setter_call_spec.rb".freeze, "spec/rubocop/cop/lint/void_spec.rb".freeze, "spec/rubocop/cop/offence_spec.rb".freeze, "spec/rubocop/cop/rails/has_and_belongs_to_many_spec.rb".freeze, "spec/rubocop/cop/rails/read_attribute_spec.rb".freeze, "spec/rubocop/cop/rails/validation_spec.rb".freeze, "spec/rubocop/cop/style/access_control_spec.rb".freeze, "spec/rubocop/cop/style/alias_spec.rb".freeze, "spec/rubocop/cop/style/align_array_spec.rb".freeze, "spec/rubocop/cop/style/align_hash_spec.rb".freeze, "spec/rubocop/cop/style/align_parameters_spec.rb".freeze, "spec/rubocop/cop/style/and_or_spec.rb".freeze, "spec/rubocop/cop/style/ascii_comments_spec.rb".freeze, "spec/rubocop/cop/style/ascii_identifiers_spec.rb".freeze, "spec/rubocop/cop/style/attr_spec.rb".freeze, "spec/rubocop/cop/style/begin_block_spec.rb".freeze, "spec/rubocop/cop/style/block_comments_spec.rb".freeze, "spec/rubocop/cop/style/block_nesting_spec.rb".freeze, "spec/rubocop/cop/style/blocks_spec.rb".freeze, "spec/rubocop/cop/style/case_equality_spec.rb".freeze, "spec/rubocop/cop/style/case_indentation_spec.rb".freeze, "spec/rubocop/cop/style/character_literal_spec.rb".freeze, "spec/rubocop/cop/style/class_and_module_camel_case_spec.rb".freeze, "spec/rubocop/cop/style/class_methods_spec.rb".freeze, "spec/rubocop/cop/style/class_vars_spec.rb".freeze, "spec/rubocop/cop/style/collection_methods_spec.rb".freeze, "spec/rubocop/cop/style/colon_method_call_spec.rb".freeze, "spec/rubocop/cop/style/comment_annotation_spec.rb".freeze, "spec/rubocop/cop/style/constant_name_spec.rb".freeze, "spec/rubocop/cop/style/def_with_parentheses_spec.rb".freeze, "spec/rubocop/cop/style/def_without_parentheses_spec.rb".freeze, "spec/rubocop/cop/style/documentation_spec.rb".freeze, "spec/rubocop/cop/style/dot_position_spec.rb".freeze, "spec/rubocop/cop/style/empty_line_between_defs_spec.rb".freeze, "spec/rubocop/cop/style/empty_lines_spec.rb".freeze, "spec/rubocop/cop/style/empty_literal_spec.rb".freeze, "spec/rubocop/cop/style/encoding_spec.rb".freeze, "spec/rubocop/cop/style/end_block_spec.rb".freeze, "spec/rubocop/cop/style/end_of_line_spec.rb".freeze, "spec/rubocop/cop/style/even_odd_spec.rb".freeze, "spec/rubocop/cop/style/favor_join_spec.rb".freeze, "spec/rubocop/cop/style/favor_modifier_spec.rb".freeze, "spec/rubocop/cop/style/favor_sprintf_spec.rb".freeze, "spec/rubocop/cop/style/favor_unless_over_negated_if_spec.rb".freeze, "spec/rubocop/cop/style/favor_until_over_negated_while_spec.rb".freeze, "spec/rubocop/cop/style/final_newline_spec.rb".freeze, "spec/rubocop/cop/style/for_spec.rb".freeze, "spec/rubocop/cop/style/global_vars_spec.rb".freeze, "spec/rubocop/cop/style/hash_methods_spec.rb".freeze, "spec/rubocop/cop/style/hash_syntax_spec.rb".freeze, "spec/rubocop/cop/style/if_with_semicolon_spec.rb".freeze, "spec/rubocop/cop/style/indentation_width_spec.rb".freeze, "spec/rubocop/cop/style/lambda_spec.rb".freeze, "spec/rubocop/cop/style/leading_comment_space_spec.rb".freeze, "spec/rubocop/cop/style/line_length_spec.rb".freeze, "spec/rubocop/cop/style/method_and_variable_snake_case_spec.rb".freeze, "spec/rubocop/cop/style/method_call_parentheses_spec.rb".freeze, "spec/rubocop/cop/style/method_length_spec.rb".freeze, "spec/rubocop/cop/style/module_function_spec.rb".freeze, "spec/rubocop/cop/style/multiline_block_chain_spec.rb".freeze, "spec/rubocop/cop/style/multiline_if_then_spec.rb".freeze, "spec/rubocop/cop/style/nil_comparison_spec.rb".freeze, "spec/rubocop/cop/style/not_spec.rb".freeze, "spec/rubocop/cop/style/numeric_literals_spec.rb".freeze, "spec/rubocop/cop/style/one_line_conditional_spec.rb".freeze, "spec/rubocop/cop/style/op_method_spec.rb".freeze, "spec/rubocop/cop/style/parameter_lists_spec.rb".freeze, "spec/rubocop/cop/style/parentheses_around_condition_spec.rb".freeze, "spec/rubocop/cop/style/perl_backrefs_spec.rb".freeze, "spec/rubocop/cop/style/proc_spec.rb".freeze, "spec/rubocop/cop/style/reduce_arguments_spec.rb".freeze, "spec/rubocop/cop/style/redundant_begin_spec.rb".freeze, "spec/rubocop/cop/style/redundant_return_spec.rb".freeze, "spec/rubocop/cop/style/redundant_self_spec.rb".freeze, "spec/rubocop/cop/style/regexp_literal_spec.rb".freeze, "spec/rubocop/cop/style/rescue_modifier_spec.rb".freeze, "spec/rubocop/cop/style/semicolon_spec.rb".freeze, "spec/rubocop/cop/style/signal_exception_spec.rb".freeze, "spec/rubocop/cop/style/single_line_methods_spec.rb".freeze, "spec/rubocop/cop/style/space_after_colon_spec.rb".freeze, "spec/rubocop/cop/style/space_after_comma_spec.rb".freeze, "spec/rubocop/cop/style/space_after_control_keyword_spec.rb".freeze, "spec/rubocop/cop/style/space_after_method_name_spec.rb".freeze, "spec/rubocop/cop/style/space_after_semicolon_spec.rb".freeze, "spec/rubocop/cop/style/space_around_braces_spec.rb".freeze, "spec/rubocop/cop/style/space_around_equals_in_default_parameter_spec.rb".freeze, "spec/rubocop/cop/style/space_around_operators_spec.rb".freeze, "spec/rubocop/cop/style/space_before_modifier_keyword_spec.rb".freeze, "spec/rubocop/cop/style/space_inside_brackets_spec.rb".freeze, "spec/rubocop/cop/style/space_inside_hash_literal_braces_spec.rb".freeze, "spec/rubocop/cop/style/space_inside_parens_spec.rb".freeze, "spec/rubocop/cop/style/special_global_vars_spec.rb".freeze, "spec/rubocop/cop/style/string_literals_spec.rb".freeze, "spec/rubocop/cop/style/symbol_array_spec.rb".freeze, "spec/rubocop/cop/style/symbol_name_spec.rb".freeze, "spec/rubocop/cop/style/tab_spec.rb".freeze, "spec/rubocop/cop/style/ternary_operator_spec.rb".freeze, "spec/rubocop/cop/style/trailing_blank_lines_spec.rb".freeze, "spec/rubocop/cop/style/trailing_whitespace_spec.rb".freeze, "spec/rubocop/cop/style/trivial_accessors_spec.rb".freeze, "spec/rubocop/cop/style/unless_else_spec.rb".freeze, "spec/rubocop/cop/style/variable_interpolation_spec.rb".freeze, "spec/rubocop/cop/style/when_then_spec.rb".freeze, "spec/rubocop/cop/style/while_until_do_spec.rb".freeze, "spec/rubocop/cop/style/word_array_spec.rb".freeze, "spec/rubocop/cop/team_spec.rb".freeze, "spec/rubocop/cop/variable_inspector/assignment_spec.rb".freeze, "spec/rubocop/cop/variable_inspector/locatable_spec.rb".freeze, "spec/rubocop/cop/variable_inspector/scope_spec.rb".freeze, "spec/rubocop/cop/variable_inspector/variable_spec.rb".freeze, "spec/rubocop/cop/variable_inspector/variable_table_spec.rb".freeze, "spec/rubocop/cop/variable_inspector_spec.rb".freeze, "spec/rubocop/formatter/base_formatter_spec.rb".freeze, "spec/rubocop/formatter/clang_style_formatter_spec.rb".freeze, "spec/rubocop/formatter/disabled_config_formatter_spec.rb".freeze, "spec/rubocop/formatter/emacs_style_formatter_spec.rb".freeze, "spec/rubocop/formatter/file_list_formatter_spec.rb".freeze, "spec/rubocop/formatter/formatter_set_spec.rb".freeze, "spec/rubocop/formatter/json_formatter_spec.rb".freeze, "spec/rubocop/formatter/offence_count_formatter_spec.rb".freeze, "spec/rubocop/formatter/progress_formatter_spec.rb".freeze, "spec/rubocop/formatter/simple_text_formatter_spec.rb".freeze, "spec/rubocop/processed_source_spec.rb".freeze, "spec/rubocop/source_parser_spec.rb".freeze, "spec/rubocop/target_finder_spec.rb".freeze, "spec/rubocop/token_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/ast_helper.rb".freeze, "spec/support/file_helper.rb".freeze, "spec/support/isolated_environment.rb".freeze, "spec/support/mri_syntax_checker.rb".freeze, "spec/support/shared_context.rb".freeze, "spec/support/shared_examples.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 1.1.4".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.0.0.pre6".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.3.3".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.0.6".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.14".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.8".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.3".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.7".freeze]) end