# -*- encoding: utf-8 -*- # stub: rubocop 0.36.0 ruby lib Gem::Specification.new do |s| s.name = "rubocop".freeze s.version = "0.36.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, "Jonas Arvidsson".freeze, "Yuji Nakayama".freeze] s.date = "2016-01-14" s.description = " Automatic Ruby code style checking tool.\n Aims to enforce the community-driven Ruby Style Guide.\n".freeze s.email = "rubocop@googlegroups.com".freeze s.executables = ["rubocop".freeze] s.extra_rdoc_files = ["LICENSE.txt".freeze, "README.md".freeze] s.files = [".yardopts".freeze, "CHANGELOG.md".freeze, "CONTRIBUTING.md".freeze, "LICENSE.txt".freeze, "README.md".freeze, "assets/logo.png".freeze, "assets/output.html.erb".freeze, "bin/rubocop".freeze, "config/default.yml".freeze, "config/disabled.yml".freeze, "config/enabled.yml".freeze, "lib/rubocop.rb".freeze, "lib/rubocop/ast_node.rb".freeze, "lib/rubocop/ast_node/builder.rb".freeze, "lib/rubocop/ast_node/sexp.rb".freeze, "lib/rubocop/cached_data.rb".freeze, "lib/rubocop/cli.rb".freeze, "lib/rubocop/comment_config.rb".freeze, "lib/rubocop/config.rb".freeze, "lib/rubocop/config_loader.rb".freeze, "lib/rubocop/config_store.rb".freeze, "lib/rubocop/cop/autocorrect_logic.rb".freeze, "lib/rubocop/cop/commissioner.rb".freeze, "lib/rubocop/cop/cop.rb".freeze, "lib/rubocop/cop/corrector.rb".freeze, "lib/rubocop/cop/force.rb".freeze, "lib/rubocop/cop/ignored_node.rb".freeze, "lib/rubocop/cop/lint/ambiguous_operator.rb".freeze, "lib/rubocop/cop/lint/ambiguous_regexp_literal.rb".freeze, "lib/rubocop/cop/lint/assignment_in_condition.rb".freeze, "lib/rubocop/cop/lint/block_alignment.rb".freeze, "lib/rubocop/cop/lint/circular_argument_reference.rb".freeze, "lib/rubocop/cop/lint/condition_position.rb".freeze, "lib/rubocop/cop/lint/debugger.rb".freeze, "lib/rubocop/cop/lint/def_end_alignment.rb".freeze, "lib/rubocop/cop/lint/deprecated_class_methods.rb".freeze, "lib/rubocop/cop/lint/duplicate_methods.rb".freeze, "lib/rubocop/cop/lint/duplicated_key.rb".freeze, "lib/rubocop/cop/lint/each_with_object_argument.rb".freeze, "lib/rubocop/cop/lint/else_layout.rb".freeze, "lib/rubocop/cop/lint/empty_ensure.rb".freeze, "lib/rubocop/cop/lint/empty_interpolation.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/float_out_of_range.rb".freeze, "lib/rubocop/cop/lint/format_parameter_mismatch.rb".freeze, "lib/rubocop/cop/lint/handle_exceptions.rb".freeze, "lib/rubocop/cop/lint/implicit_string_concatenation.rb".freeze, "lib/rubocop/cop/lint/ineffective_access_modifier.rb".freeze, "lib/rubocop/cop/lint/invalid_character_literal.rb".freeze, "lib/rubocop/cop/lint/literal_in_condition.rb".freeze, "lib/rubocop/cop/lint/literal_in_interpolation.rb".freeze, "lib/rubocop/cop/lint/loop.rb".freeze, "lib/rubocop/cop/lint/nested_method_definition.rb".freeze, "lib/rubocop/cop/lint/next_without_accumulator.rb".freeze, "lib/rubocop/cop/lint/non_local_exit_from_iterator.rb".freeze, "lib/rubocop/cop/lint/parentheses_as_grouped_expression.rb".freeze, "lib/rubocop/cop/lint/rand_one.rb".freeze, "lib/rubocop/cop/lint/require_parentheses.rb".freeze, "lib/rubocop/cop/lint/rescue_exception.rb".freeze, "lib/rubocop/cop/lint/shadowing_outer_local_variable.rb".freeze, "lib/rubocop/cop/lint/string_conversion_in_interpolation.rb".freeze, "lib/rubocop/cop/lint/syntax.rb".freeze, "lib/rubocop/cop/lint/underscore_prefixed_variable_name.rb".freeze, "lib/rubocop/cop/lint/unneeded_disable.rb".freeze, "lib/rubocop/cop/lint/unreachable_code.rb".freeze, "lib/rubocop/cop/lint/unused_block_argument.rb".freeze, "lib/rubocop/cop/lint/unused_method_argument.rb".freeze, "lib/rubocop/cop/lint/useless_access_modifier.rb".freeze, "lib/rubocop/cop/lint/useless_assignment.rb".freeze, "lib/rubocop/cop/lint/useless_comparison.rb".freeze, "lib/rubocop/cop/lint/useless_else_without_rescue.rb".freeze, "lib/rubocop/cop/lint/useless_setter_call.rb".freeze, "lib/rubocop/cop/lint/void.rb".freeze, "lib/rubocop/cop/metrics/abc_size.rb".freeze, "lib/rubocop/cop/metrics/block_nesting.rb".freeze, "lib/rubocop/cop/metrics/class_length.rb".freeze, "lib/rubocop/cop/metrics/cyclomatic_complexity.rb".freeze, "lib/rubocop/cop/metrics/line_length.rb".freeze, "lib/rubocop/cop/metrics/method_length.rb".freeze, "lib/rubocop/cop/metrics/module_length.rb".freeze, "lib/rubocop/cop/metrics/parameter_lists.rb".freeze, "lib/rubocop/cop/metrics/perceived_complexity.rb".freeze, "lib/rubocop/cop/mixin/access_modifier_node.rb".freeze, "lib/rubocop/cop/mixin/annotation_comment.rb".freeze, "lib/rubocop/cop/mixin/array_hash_indentation.rb".freeze, "lib/rubocop/cop/mixin/array_syntax.rb".freeze, "lib/rubocop/cop/mixin/autocorrect_alignment.rb".freeze, "lib/rubocop/cop/mixin/autocorrect_unless_changing_ast.rb".freeze, "lib/rubocop/cop/mixin/check_assignment.rb".freeze, "lib/rubocop/cop/mixin/classish_length.rb".freeze, "lib/rubocop/cop/mixin/code_length.rb".freeze, "lib/rubocop/cop/mixin/configurable_enforced_style.rb".freeze, "lib/rubocop/cop/mixin/configurable_max.rb".freeze, "lib/rubocop/cop/mixin/configurable_naming.rb".freeze, "lib/rubocop/cop/mixin/empty_lines_around_body.rb".freeze, "lib/rubocop/cop/mixin/end_keyword_alignment.rb".freeze, "lib/rubocop/cop/mixin/first_element_line_break.rb".freeze, "lib/rubocop/cop/mixin/hash_node.rb".freeze, "lib/rubocop/cop/mixin/if_node.rb".freeze, "lib/rubocop/cop/mixin/method_complexity.rb".freeze, "lib/rubocop/cop/mixin/method_preference.rb".freeze, "lib/rubocop/cop/mixin/min_body_length.rb".freeze, "lib/rubocop/cop/mixin/multiline_expression_indentation.rb".freeze, "lib/rubocop/cop/mixin/negative_conditional.rb".freeze, "lib/rubocop/cop/mixin/on_method_def.rb".freeze, "lib/rubocop/cop/mixin/on_normal_if_unless.rb".freeze, "lib/rubocop/cop/mixin/parentheses.rb".freeze, "lib/rubocop/cop/mixin/parser_diagnostic.rb".freeze, "lib/rubocop/cop/mixin/percent_literal.rb".freeze, "lib/rubocop/cop/mixin/preceding_following_alignment.rb".freeze, "lib/rubocop/cop/mixin/safe_assignment.rb".freeze, "lib/rubocop/cop/mixin/space_after_punctuation.rb".freeze, "lib/rubocop/cop/mixin/space_before_punctuation.rb".freeze, "lib/rubocop/cop/mixin/space_inside.rb".freeze, "lib/rubocop/cop/mixin/statement_modifier.rb".freeze, "lib/rubocop/cop/mixin/string_help.rb".freeze, "lib/rubocop/cop/mixin/string_literals_help.rb".freeze, "lib/rubocop/cop/mixin/surrounding_space.rb".freeze, "lib/rubocop/cop/mixin/trailing_comma.rb".freeze, "lib/rubocop/cop/mixin/unused_argument.rb".freeze, "lib/rubocop/cop/offense.rb".freeze, "lib/rubocop/cop/performance/case_when_splat.rb".freeze, "lib/rubocop/cop/performance/casecmp.rb".freeze, "lib/rubocop/cop/performance/count.rb".freeze, "lib/rubocop/cop/performance/detect.rb".freeze, "lib/rubocop/cop/performance/double_start_end_with.rb".freeze, "lib/rubocop/cop/performance/end_with.rb".freeze, "lib/rubocop/cop/performance/fixed_size.rb".freeze, "lib/rubocop/cop/performance/flat_map.rb".freeze, "lib/rubocop/cop/performance/hash_each.rb".freeze, "lib/rubocop/cop/performance/lstrip_rstrip.rb".freeze, "lib/rubocop/cop/performance/range_include.rb".freeze, "lib/rubocop/cop/performance/redundant_block_call.rb".freeze, "lib/rubocop/cop/performance/redundant_match.rb".freeze, "lib/rubocop/cop/performance/redundant_merge.rb".freeze, "lib/rubocop/cop/performance/redundant_sort_by.rb".freeze, "lib/rubocop/cop/performance/reverse_each.rb".freeze, "lib/rubocop/cop/performance/sample.rb".freeze, "lib/rubocop/cop/performance/size.rb".freeze, "lib/rubocop/cop/performance/start_with.rb".freeze, "lib/rubocop/cop/performance/string_replacement.rb".freeze, "lib/rubocop/cop/performance/times_map.rb".freeze, "lib/rubocop/cop/rails/action_filter.rb".freeze, "lib/rubocop/cop/rails/date.rb".freeze, "lib/rubocop/cop/rails/delegate.rb".freeze, "lib/rubocop/cop/rails/find_by.rb".freeze, "lib/rubocop/cop/rails/find_each.rb".freeze, "lib/rubocop/cop/rails/has_and_belongs_to_many.rb".freeze, "lib/rubocop/cop/rails/output.rb".freeze, "lib/rubocop/cop/rails/pluralization_grammar.rb".freeze, "lib/rubocop/cop/rails/read_write_attribute.rb".freeze, "lib/rubocop/cop/rails/scope_args.rb".freeze, "lib/rubocop/cop/rails/time_zone.rb".freeze, "lib/rubocop/cop/rails/validation.rb".freeze, "lib/rubocop/cop/severity.rb".freeze, "lib/rubocop/cop/style/access_modifier_indentation.rb".freeze, "lib/rubocop/cop/style/accessor_method_name.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/array_join.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/auto_resource_cleanup.rb".freeze, "lib/rubocop/cop/style/bare_percent_literals.rb".freeze, "lib/rubocop/cop/style/begin_block.rb".freeze, "lib/rubocop/cop/style/block_comments.rb".freeze, "lib/rubocop/cop/style/block_delimiters.rb".freeze, "lib/rubocop/cop/style/block_end_newline.rb".freeze, "lib/rubocop/cop/style/braces_around_hash_parameters.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_and_module_children.rb".freeze, "lib/rubocop/cop/style/class_check.rb".freeze, "lib/rubocop/cop/style/class_methods.rb".freeze, "lib/rubocop/cop/style/class_vars.rb".freeze, "lib/rubocop/cop/style/closing_parenthesis_indentation.rb".freeze, "lib/rubocop/cop/style/collection_methods.rb".freeze, "lib/rubocop/cop/style/colon_method_call.rb".freeze, "lib/rubocop/cop/style/command_literal.rb".freeze, "lib/rubocop/cop/style/comment_annotation.rb".freeze, "lib/rubocop/cop/style/comment_indentation.rb".freeze, "lib/rubocop/cop/style/conditional_assignment.rb".freeze, "lib/rubocop/cop/style/constant_name.rb".freeze, "lib/rubocop/cop/style/copyright.rb".freeze, "lib/rubocop/cop/style/def_with_parentheses.rb".freeze, "lib/rubocop/cop/style/deprecated_hash_methods.rb".freeze, "lib/rubocop/cop/style/documentation.rb".freeze, "lib/rubocop/cop/style/dot_position.rb".freeze, "lib/rubocop/cop/style/double_negation.rb".freeze, "lib/rubocop/cop/style/each_with_object.rb".freeze, "lib/rubocop/cop/style/else_alignment.rb".freeze, "lib/rubocop/cop/style/empty_else.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_lines_around_access_modifier.rb".freeze, "lib/rubocop/cop/style/empty_lines_around_block_body.rb".freeze, "lib/rubocop/cop/style/empty_lines_around_class_body.rb".freeze, "lib/rubocop/cop/style/empty_lines_around_method_body.rb".freeze, "lib/rubocop/cop/style/empty_lines_around_module_body.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/extra_spacing.rb".freeze, "lib/rubocop/cop/style/file_name.rb".freeze, "lib/rubocop/cop/style/first_array_element_line_break.rb".freeze, "lib/rubocop/cop/style/first_hash_element_line_break.rb".freeze, "lib/rubocop/cop/style/first_method_argument_line_break.rb".freeze, "lib/rubocop/cop/style/first_method_parameter_line_break.rb".freeze, "lib/rubocop/cop/style/first_parameter_indentation.rb".freeze, "lib/rubocop/cop/style/flip_flop.rb".freeze, "lib/rubocop/cop/style/for.rb".freeze, "lib/rubocop/cop/style/format_string.rb".freeze, "lib/rubocop/cop/style/frozen_string_literal_comment.rb".freeze, "lib/rubocop/cop/style/global_vars.rb".freeze, "lib/rubocop/cop/style/guard_clause.rb".freeze, "lib/rubocop/cop/style/hash_syntax.rb".freeze, "lib/rubocop/cop/style/identical_conditional_branches.rb".freeze, "lib/rubocop/cop/style/if_inside_else.rb".freeze, "lib/rubocop/cop/style/if_unless_modifier.rb".freeze, "lib/rubocop/cop/style/if_with_semicolon.rb".freeze, "lib/rubocop/cop/style/indent_array.rb".freeze, "lib/rubocop/cop/style/indent_assignment.rb".freeze, "lib/rubocop/cop/style/indent_hash.rb".freeze, "lib/rubocop/cop/style/indentation_consistency.rb".freeze, "lib/rubocop/cop/style/indentation_width.rb".freeze, "lib/rubocop/cop/style/infinite_loop.rb".freeze, "lib/rubocop/cop/style/initial_indentation.rb".freeze, "lib/rubocop/cop/style/inline_comment.rb".freeze, "lib/rubocop/cop/style/lambda.rb".freeze, "lib/rubocop/cop/style/lambda_call.rb".freeze, "lib/rubocop/cop/style/leading_comment_space.rb".freeze, "lib/rubocop/cop/style/line_end_concatenation.rb".freeze, "lib/rubocop/cop/style/method_call_parentheses.rb".freeze, "lib/rubocop/cop/style/method_called_on_do_end_block.rb".freeze, "lib/rubocop/cop/style/method_def_parentheses.rb".freeze, "lib/rubocop/cop/style/method_name.rb".freeze, "lib/rubocop/cop/style/missing_else.rb".freeze, "lib/rubocop/cop/style/module_function.rb".freeze, "lib/rubocop/cop/style/multiline_array_brace_layout.rb".freeze, "lib/rubocop/cop/style/multiline_assignment_layout.rb".freeze, "lib/rubocop/cop/style/multiline_block_chain.rb".freeze, "lib/rubocop/cop/style/multiline_block_layout.rb".freeze, "lib/rubocop/cop/style/multiline_if_then.rb".freeze, "lib/rubocop/cop/style/multiline_method_call_indentation.rb".freeze, "lib/rubocop/cop/style/multiline_operation_indentation.rb".freeze, "lib/rubocop/cop/style/multiline_ternary_operator.rb".freeze, "lib/rubocop/cop/style/mutable_constant.rb".freeze, "lib/rubocop/cop/style/negated_if.rb".freeze, "lib/rubocop/cop/style/negated_while.rb".freeze, "lib/rubocop/cop/style/nested_modifier.rb".freeze, "lib/rubocop/cop/style/nested_parenthesized_calls.rb".freeze, "lib/rubocop/cop/style/nested_ternary_operator.rb".freeze, "lib/rubocop/cop/style/next.rb".freeze, "lib/rubocop/cop/style/nil_comparison.rb".freeze, "lib/rubocop/cop/style/non_nil_check.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/option_hash.rb".freeze, "lib/rubocop/cop/style/optional_arguments.rb".freeze, "lib/rubocop/cop/style/parallel_assignment.rb".freeze, "lib/rubocop/cop/style/parentheses_around_condition.rb".freeze, "lib/rubocop/cop/style/percent_literal_delimiters.rb".freeze, "lib/rubocop/cop/style/percent_q_literals.rb".freeze, "lib/rubocop/cop/style/perl_backrefs.rb".freeze, "lib/rubocop/cop/style/predicate_name.rb".freeze, "lib/rubocop/cop/style/proc.rb".freeze, "lib/rubocop/cop/style/raise_args.rb".freeze, "lib/rubocop/cop/style/redundant_begin.rb".freeze, "lib/rubocop/cop/style/redundant_exception.rb".freeze, "lib/rubocop/cop/style/redundant_freeze.rb".freeze, "lib/rubocop/cop/style/redundant_parentheses.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_ensure_alignment.rb".freeze, "lib/rubocop/cop/style/rescue_modifier.rb".freeze, "lib/rubocop/cop/style/self_assignment.rb".freeze, "lib/rubocop/cop/style/semicolon.rb".freeze, "lib/rubocop/cop/style/send.rb".freeze, "lib/rubocop/cop/style/signal_exception.rb".freeze, "lib/rubocop/cop/style/single_line_block_params.rb".freeze, "lib/rubocop/cop/style/single_line_methods.rb".freeze, "lib/rubocop/cop/style/space_after_colon.rb".freeze, "lib/rubocop/cop/style/space_after_comma.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_after_not.rb".freeze, "lib/rubocop/cop/style/space_after_semicolon.rb".freeze, "lib/rubocop/cop/style/space_around_block_parameters.rb".freeze, "lib/rubocop/cop/style/space_around_equals_in_parameter_default.rb".freeze, "lib/rubocop/cop/style/space_around_operators.rb".freeze, "lib/rubocop/cop/style/space_before_block_braces.rb".freeze, "lib/rubocop/cop/style/space_before_comma.rb".freeze, "lib/rubocop/cop/style/space_before_comment.rb".freeze, "lib/rubocop/cop/style/space_before_first_arg.rb".freeze, "lib/rubocop/cop/style/space_before_modifier_keyword.rb".freeze, "lib/rubocop/cop/style/space_before_semicolon.rb".freeze, "lib/rubocop/cop/style/space_inside_block_braces.rb".freeze, "lib/rubocop/cop/style/space_inside_brackets.rb".freeze, "lib/rubocop/cop/style/space_inside_hash_literal_braces.rb".freeze, "lib/rubocop/cop/style/space_inside_parens.rb".freeze, "lib/rubocop/cop/style/space_inside_range_literal.rb".freeze, "lib/rubocop/cop/style/space_inside_string_interpolation.rb".freeze, "lib/rubocop/cop/style/special_global_vars.rb".freeze, "lib/rubocop/cop/style/stabby_lambda_parentheses.rb".freeze, "lib/rubocop/cop/style/string_literals.rb".freeze, "lib/rubocop/cop/style/string_literals_in_interpolation.rb".freeze, "lib/rubocop/cop/style/string_methods.rb".freeze, "lib/rubocop/cop/style/struct_inheritance.rb".freeze, "lib/rubocop/cop/style/symbol_array.rb".freeze, "lib/rubocop/cop/style/symbol_literal.rb".freeze, "lib/rubocop/cop/style/symbol_proc.rb".freeze, "lib/rubocop/cop/style/tab.rb".freeze, "lib/rubocop/cop/style/trailing_blank_lines.rb".freeze, "lib/rubocop/cop/style/trailing_comma_in_arguments.rb".freeze, "lib/rubocop/cop/style/trailing_comma_in_literal.rb".freeze, "lib/rubocop/cop/style/trailing_underscore_variable.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/unneeded_capital_w.rb".freeze, "lib/rubocop/cop/style/unneeded_interpolation.rb".freeze, "lib/rubocop/cop/style/unneeded_percent_q.rb".freeze, "lib/rubocop/cop/style/variable_interpolation.rb".freeze, "lib/rubocop/cop/style/variable_name.rb".freeze, "lib/rubocop/cop/style/when_then.rb".freeze, "lib/rubocop/cop/style/while_until_do.rb".freeze, "lib/rubocop/cop/style/while_until_modifier.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_force.rb".freeze, "lib/rubocop/cop/variable_force/assignment.rb".freeze, "lib/rubocop/cop/variable_force/locatable.rb".freeze, "lib/rubocop/cop/variable_force/reference.rb".freeze, "lib/rubocop/cop/variable_force/scope.rb".freeze, "lib/rubocop/cop/variable_force/variable.rb".freeze, "lib/rubocop/cop/variable_force/variable_table.rb".freeze, "lib/rubocop/error.rb".freeze, "lib/rubocop/formatter/base_formatter.rb".freeze, "lib/rubocop/formatter/clang_style_formatter.rb".freeze, "lib/rubocop/formatter/colorizable.rb".freeze, "lib/rubocop/formatter/disabled_config_formatter.rb".freeze, "lib/rubocop/formatter/disabled_lines_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/fuubar_style_formatter.rb".freeze, "lib/rubocop/formatter/html_formatter.rb".freeze, "lib/rubocop/formatter/json_formatter.rb".freeze, "lib/rubocop/formatter/offense_count_formatter.rb".freeze, "lib/rubocop/formatter/progress_formatter.rb".freeze, "lib/rubocop/formatter/simple_text_formatter.rb".freeze, "lib/rubocop/formatter/text_util.rb".freeze, "lib/rubocop/formatter/worst_offenders_formatter.rb".freeze, "lib/rubocop/name_similarity.rb".freeze, "lib/rubocop/node_pattern.rb".freeze, "lib/rubocop/options.rb".freeze, "lib/rubocop/path_util.rb".freeze, "lib/rubocop/processed_source.rb".freeze, "lib/rubocop/rake_task.rb".freeze, "lib/rubocop/remote_config.rb".freeze, "lib/rubocop/result_cache.rb".freeze, "lib/rubocop/runner.rb".freeze, "lib/rubocop/string_util.rb".freeze, "lib/rubocop/target_finder.rb".freeze, "lib/rubocop/token.rb".freeze, "lib/rubocop/version.rb".freeze, "lib/rubocop/warning.rb".freeze, "logo/rubo-logo-horizontal.png".freeze, "logo/rubo-logo-square.png".freeze, "logo/rubo-logo-symbol.png".freeze, "relnotes/v0.19.0.md".freeze, "relnotes/v0.19.1.md".freeze, "relnotes/v0.20.0.md".freeze, "relnotes/v0.20.1.md".freeze, "relnotes/v0.21.0.md".freeze, "relnotes/v0.22.0.md".freeze, "relnotes/v0.23.0.md".freeze, "relnotes/v0.24.0.md".freeze, "relnotes/v0.24.1.md".freeze, "relnotes/v0.25.0.md".freeze, "relnotes/v0.26.0.md".freeze, "relnotes/v0.26.1.md".freeze, "relnotes/v0.27.0.md".freeze, "relnotes/v0.27.1.md".freeze, "relnotes/v0.28.0.md".freeze, "relnotes/v0.29.0.md".freeze, "relnotes/v0.29.1.md".freeze, "relnotes/v0.30.0.md".freeze, "relnotes/v0.30.1.md".freeze, "relnotes/v0.31.0.md".freeze, "relnotes/v0.32.0.md".freeze, "relnotes/v0.32.1.md".freeze, "relnotes/v0.33.0.md".freeze, "relnotes/v0.34.0.md".freeze, "relnotes/v0.34.1.md".freeze, "relnotes/v0.34.2.md".freeze, "relnotes/v0.35.0.md".freeze, "relnotes/v0.36.0.md".freeze, "rubocop.gemspec".freeze] s.homepage = "http://github.com/bbatsov/rubocop".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 1.9.3".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Automatic Ruby code style checking tool.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 1.99.1".freeze, "< 3.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 2.3.0.0".freeze, "< 3.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.7".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.3".freeze]) end