# -*- encoding: utf-8 -*- # stub: rubocop 1.8.0 ruby lib Gem::Specification.new do |s| s.name = "rubocop".freeze s.version = "1.8.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "bug_tracker_uri" => "https://github.com/rubocop-hq/rubocop/issues", "changelog_uri" => "https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md", "documentation_uri" => "https://docs.rubocop.org/rubocop/1.8/", "homepage_uri" => "https://rubocop.org/", "source_code_uri" => "https://github.com/rubocop-hq/rubocop/" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Bozhidar Batsov".freeze, "Jonas Arvidsson".freeze, "Yuji Nakayama".freeze] s.bindir = "exe".freeze s.date = "2021-01-07" s.description = " RuboCop is a Ruby code style checking and code formatting tool.\n It 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 = ["LICENSE.txt".freeze, "README.md".freeze, "assets/logo.png".freeze, "assets/output.html.erb".freeze, "config/default.yml".freeze, "config/obsoletion.yml".freeze, "exe/rubocop".freeze, "lib/rubocop.rb".freeze, "lib/rubocop/ast_aliases.rb".freeze, "lib/rubocop/cached_data.rb".freeze, "lib/rubocop/cli.rb".freeze, "lib/rubocop/cli/command.rb".freeze, "lib/rubocop/cli/command/auto_genenerate_config.rb".freeze, "lib/rubocop/cli/command/base.rb".freeze, "lib/rubocop/cli/command/execute_runner.rb".freeze, "lib/rubocop/cli/command/init_dotfile.rb".freeze, "lib/rubocop/cli/command/show_cops.rb".freeze, "lib/rubocop/cli/command/suggest_extensions.rb".freeze, "lib/rubocop/cli/command/version.rb".freeze, "lib/rubocop/cli/environment.rb".freeze, "lib/rubocop/comment_config.rb".freeze, "lib/rubocop/config.rb".freeze, "lib/rubocop/config_loader.rb".freeze, "lib/rubocop/config_loader_resolver.rb".freeze, "lib/rubocop/config_obsoletion.rb".freeze, "lib/rubocop/config_obsoletion/changed_enforced_styles.rb".freeze, "lib/rubocop/config_obsoletion/changed_parameter.rb".freeze, "lib/rubocop/config_obsoletion/cop_rule.rb".freeze, "lib/rubocop/config_obsoletion/extracted_cop.rb".freeze, "lib/rubocop/config_obsoletion/parameter_rule.rb".freeze, "lib/rubocop/config_obsoletion/removed_cop.rb".freeze, "lib/rubocop/config_obsoletion/renamed_cop.rb".freeze, "lib/rubocop/config_obsoletion/rule.rb".freeze, "lib/rubocop/config_obsoletion/split_cop.rb".freeze, "lib/rubocop/config_regeneration.rb".freeze, "lib/rubocop/config_store.rb".freeze, "lib/rubocop/config_validator.rb".freeze, "lib/rubocop/cop/autocorrect_logic.rb".freeze, "lib/rubocop/cop/badge.rb".freeze, "lib/rubocop/cop/base.rb".freeze, "lib/rubocop/cop/bundler/duplicated_gem.rb".freeze, "lib/rubocop/cop/bundler/gem_comment.rb".freeze, "lib/rubocop/cop/bundler/insecure_protocol_source.rb".freeze, "lib/rubocop/cop/bundler/ordered_gems.rb".freeze, "lib/rubocop/cop/commissioner.rb".freeze, "lib/rubocop/cop/cop.rb".freeze, "lib/rubocop/cop/corrector.rb".freeze, "lib/rubocop/cop/correctors/alignment_corrector.rb".freeze, "lib/rubocop/cop/correctors/condition_corrector.rb".freeze, "lib/rubocop/cop/correctors/each_to_for_corrector.rb".freeze, "lib/rubocop/cop/correctors/empty_line_corrector.rb".freeze, "lib/rubocop/cop/correctors/for_to_each_corrector.rb".freeze, "lib/rubocop/cop/correctors/lambda_literal_to_method_corrector.rb".freeze, "lib/rubocop/cop/correctors/line_break_corrector.rb".freeze, "lib/rubocop/cop/correctors/multiline_literal_brace_corrector.rb".freeze, "lib/rubocop/cop/correctors/ordered_gem_corrector.rb".freeze, "lib/rubocop/cop/correctors/parentheses_corrector.rb".freeze, "lib/rubocop/cop/correctors/percent_literal_corrector.rb".freeze, "lib/rubocop/cop/correctors/punctuation_corrector.rb".freeze, "lib/rubocop/cop/correctors/space_corrector.rb".freeze, "lib/rubocop/cop/correctors/string_literal_corrector.rb".freeze, "lib/rubocop/cop/correctors/unused_arg_corrector.rb".freeze, "lib/rubocop/cop/documentation.rb".freeze, "lib/rubocop/cop/force.rb".freeze, "lib/rubocop/cop/gemspec/duplicated_assignment.rb".freeze, "lib/rubocop/cop/gemspec/ordered_dependencies.rb".freeze, "lib/rubocop/cop/gemspec/required_ruby_version.rb".freeze, "lib/rubocop/cop/gemspec/ruby_version_globals_usage.rb".freeze, "lib/rubocop/cop/generator.rb".freeze, "lib/rubocop/cop/generator/configuration_injector.rb".freeze, "lib/rubocop/cop/generator/require_file_injector.rb".freeze, "lib/rubocop/cop/ignored_node.rb".freeze, "lib/rubocop/cop/internal_affairs.rb".freeze, "lib/rubocop/cop/internal_affairs/method_name_equal.rb".freeze, "lib/rubocop/cop/internal_affairs/node_destructuring.rb".freeze, "lib/rubocop/cop/internal_affairs/node_type_predicate.rb".freeze, "lib/rubocop/cop/internal_affairs/offense_location_keyword.rb".freeze, "lib/rubocop/cop/internal_affairs/redundant_location_argument.rb".freeze, "lib/rubocop/cop/internal_affairs/redundant_message_argument.rb".freeze, "lib/rubocop/cop/internal_affairs/style_detected_api_use.rb".freeze, "lib/rubocop/cop/internal_affairs/useless_message_assertion.rb".freeze, "lib/rubocop/cop/layout/access_modifier_indentation.rb".freeze, "lib/rubocop/cop/layout/argument_alignment.rb".freeze, "lib/rubocop/cop/layout/array_alignment.rb".freeze, "lib/rubocop/cop/layout/assignment_indentation.rb".freeze, "lib/rubocop/cop/layout/begin_end_alignment.rb".freeze, "lib/rubocop/cop/layout/block_alignment.rb".freeze, "lib/rubocop/cop/layout/block_end_newline.rb".freeze, "lib/rubocop/cop/layout/case_indentation.rb".freeze, "lib/rubocop/cop/layout/class_structure.rb".freeze, "lib/rubocop/cop/layout/closing_heredoc_indentation.rb".freeze, "lib/rubocop/cop/layout/closing_parenthesis_indentation.rb".freeze, "lib/rubocop/cop/layout/comment_indentation.rb".freeze, "lib/rubocop/cop/layout/condition_position.rb".freeze, "lib/rubocop/cop/layout/def_end_alignment.rb".freeze, "lib/rubocop/cop/layout/dot_position.rb".freeze, "lib/rubocop/cop/layout/else_alignment.rb".freeze, "lib/rubocop/cop/layout/empty_comment.rb".freeze, "lib/rubocop/cop/layout/empty_line_after_guard_clause.rb".freeze, "lib/rubocop/cop/layout/empty_line_after_magic_comment.rb".freeze, "lib/rubocop/cop/layout/empty_line_after_multiline_condition.rb".freeze, "lib/rubocop/cop/layout/empty_line_between_defs.rb".freeze, "lib/rubocop/cop/layout/empty_lines.rb".freeze, "lib/rubocop/cop/layout/empty_lines_around_access_modifier.rb".freeze, "lib/rubocop/cop/layout/empty_lines_around_arguments.rb".freeze, "lib/rubocop/cop/layout/empty_lines_around_attribute_accessor.rb".freeze, "lib/rubocop/cop/layout/empty_lines_around_begin_body.rb".freeze, "lib/rubocop/cop/layout/empty_lines_around_block_body.rb".freeze, "lib/rubocop/cop/layout/empty_lines_around_class_body.rb".freeze, "lib/rubocop/cop/layout/empty_lines_around_exception_handling_keywords.rb".freeze, "lib/rubocop/cop/layout/empty_lines_around_method_body.rb".freeze, "lib/rubocop/cop/layout/empty_lines_around_module_body.rb".freeze, "lib/rubocop/cop/layout/end_alignment.rb".freeze, "lib/rubocop/cop/layout/end_of_line.rb".freeze, "lib/rubocop/cop/layout/extra_spacing.rb".freeze, "lib/rubocop/cop/layout/first_argument_indentation.rb".freeze, "lib/rubocop/cop/layout/first_array_element_indentation.rb".freeze, "lib/rubocop/cop/layout/first_array_element_line_break.rb".freeze, "lib/rubocop/cop/layout/first_hash_element_indentation.rb".freeze, "lib/rubocop/cop/layout/first_hash_element_line_break.rb".freeze, "lib/rubocop/cop/layout/first_method_argument_line_break.rb".freeze, "lib/rubocop/cop/layout/first_method_parameter_line_break.rb".freeze, "lib/rubocop/cop/layout/first_parameter_indentation.rb".freeze, "lib/rubocop/cop/layout/hash_alignment.rb".freeze, "lib/rubocop/cop/layout/heredoc_argument_closing_parenthesis.rb".freeze, "lib/rubocop/cop/layout/heredoc_indentation.rb".freeze, "lib/rubocop/cop/layout/indentation_consistency.rb".freeze, "lib/rubocop/cop/layout/indentation_style.rb".freeze, "lib/rubocop/cop/layout/indentation_width.rb".freeze, "lib/rubocop/cop/layout/initial_indentation.rb".freeze, "lib/rubocop/cop/layout/leading_comment_space.rb".freeze, "lib/rubocop/cop/layout/leading_empty_lines.rb".freeze, "lib/rubocop/cop/layout/line_length.rb".freeze, "lib/rubocop/cop/layout/multiline_array_brace_layout.rb".freeze, "lib/rubocop/cop/layout/multiline_array_line_breaks.rb".freeze, "lib/rubocop/cop/layout/multiline_assignment_layout.rb".freeze, "lib/rubocop/cop/layout/multiline_block_layout.rb".freeze, "lib/rubocop/cop/layout/multiline_hash_brace_layout.rb".freeze, "lib/rubocop/cop/layout/multiline_hash_key_line_breaks.rb".freeze, "lib/rubocop/cop/layout/multiline_method_argument_line_breaks.rb".freeze, "lib/rubocop/cop/layout/multiline_method_call_brace_layout.rb".freeze, "lib/rubocop/cop/layout/multiline_method_call_indentation.rb".freeze, "lib/rubocop/cop/layout/multiline_method_definition_brace_layout.rb".freeze, "lib/rubocop/cop/layout/multiline_operation_indentation.rb".freeze, "lib/rubocop/cop/layout/parameter_alignment.rb".freeze, "lib/rubocop/cop/layout/rescue_ensure_alignment.rb".freeze, "lib/rubocop/cop/layout/space_after_colon.rb".freeze, "lib/rubocop/cop/layout/space_after_comma.rb".freeze, "lib/rubocop/cop/layout/space_after_method_name.rb".freeze, "lib/rubocop/cop/layout/space_after_not.rb".freeze, "lib/rubocop/cop/layout/space_after_semicolon.rb".freeze, "lib/rubocop/cop/layout/space_around_block_parameters.rb".freeze, "lib/rubocop/cop/layout/space_around_equals_in_parameter_default.rb".freeze, "lib/rubocop/cop/layout/space_around_keyword.rb".freeze, "lib/rubocop/cop/layout/space_around_method_call_operator.rb".freeze, "lib/rubocop/cop/layout/space_around_operators.rb".freeze, "lib/rubocop/cop/layout/space_before_block_braces.rb".freeze, "lib/rubocop/cop/layout/space_before_brackets.rb".freeze, "lib/rubocop/cop/layout/space_before_comma.rb".freeze, "lib/rubocop/cop/layout/space_before_comment.rb".freeze, "lib/rubocop/cop/layout/space_before_first_arg.rb".freeze, "lib/rubocop/cop/layout/space_before_semicolon.rb".freeze, "lib/rubocop/cop/layout/space_in_lambda_literal.rb".freeze, "lib/rubocop/cop/layout/space_inside_array_literal_brackets.rb".freeze, "lib/rubocop/cop/layout/space_inside_array_percent_literal.rb".freeze, "lib/rubocop/cop/layout/space_inside_block_braces.rb".freeze, "lib/rubocop/cop/layout/space_inside_hash_literal_braces.rb".freeze, "lib/rubocop/cop/layout/space_inside_parens.rb".freeze, "lib/rubocop/cop/layout/space_inside_percent_literal_delimiters.rb".freeze, "lib/rubocop/cop/layout/space_inside_range_literal.rb".freeze, "lib/rubocop/cop/layout/space_inside_reference_brackets.rb".freeze, "lib/rubocop/cop/layout/space_inside_string_interpolation.rb".freeze, "lib/rubocop/cop/layout/trailing_empty_lines.rb".freeze, "lib/rubocop/cop/layout/trailing_whitespace.rb".freeze, "lib/rubocop/cop/legacy/corrections_proxy.rb".freeze, "lib/rubocop/cop/legacy/corrector.rb".freeze, "lib/rubocop/cop/lint/ambiguous_assignment.rb".freeze, "lib/rubocop/cop/lint/ambiguous_block_association.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/big_decimal_new.rb".freeze, "lib/rubocop/cop/lint/binary_operator_with_identical_operands.rb".freeze, "lib/rubocop/cop/lint/boolean_symbol.rb".freeze, "lib/rubocop/cop/lint/circular_argument_reference.rb".freeze, "lib/rubocop/cop/lint/constant_definition_in_block.rb".freeze, "lib/rubocop/cop/lint/constant_resolution.rb".freeze, "lib/rubocop/cop/lint/debugger.rb".freeze, "lib/rubocop/cop/lint/deprecated_class_methods.rb".freeze, "lib/rubocop/cop/lint/deprecated_constants.rb".freeze, "lib/rubocop/cop/lint/deprecated_open_ssl_constant.rb".freeze, "lib/rubocop/cop/lint/disjunctive_assignment_in_constructor.rb".freeze, "lib/rubocop/cop/lint/duplicate_branch.rb".freeze, "lib/rubocop/cop/lint/duplicate_case_condition.rb".freeze, "lib/rubocop/cop/lint/duplicate_elsif_condition.rb".freeze, "lib/rubocop/cop/lint/duplicate_hash_key.rb".freeze, "lib/rubocop/cop/lint/duplicate_methods.rb".freeze, "lib/rubocop/cop/lint/duplicate_regexp_character_class_element.rb".freeze, "lib/rubocop/cop/lint/duplicate_require.rb".freeze, "lib/rubocop/cop/lint/duplicate_rescue_exception.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_block.rb".freeze, "lib/rubocop/cop/lint/empty_class.rb".freeze, "lib/rubocop/cop/lint/empty_conditional_body.rb".freeze, "lib/rubocop/cop/lint/empty_ensure.rb".freeze, "lib/rubocop/cop/lint/empty_expression.rb".freeze, "lib/rubocop/cop/lint/empty_file.rb".freeze, "lib/rubocop/cop/lint/empty_interpolation.rb".freeze, "lib/rubocop/cop/lint/empty_when.rb".freeze, "lib/rubocop/cop/lint/ensure_return.rb".freeze, "lib/rubocop/cop/lint/erb_new_arguments.rb".freeze, "lib/rubocop/cop/lint/flip_flop.rb".freeze, "lib/rubocop/cop/lint/float_comparison.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/hash_compare_by_identity.rb".freeze, "lib/rubocop/cop/lint/heredoc_method_call_position.rb".freeze, "lib/rubocop/cop/lint/identity_comparison.rb".freeze, "lib/rubocop/cop/lint/implicit_string_concatenation.rb".freeze, "lib/rubocop/cop/lint/ineffective_access_modifier.rb".freeze, "lib/rubocop/cop/lint/inherit_exception.rb".freeze, "lib/rubocop/cop/lint/interpolation_check.rb".freeze, "lib/rubocop/cop/lint/lambda_without_literal_block.rb".freeze, "lib/rubocop/cop/lint/literal_as_condition.rb".freeze, "lib/rubocop/cop/lint/literal_in_interpolation.rb".freeze, "lib/rubocop/cop/lint/loop.rb".freeze, "lib/rubocop/cop/lint/missing_cop_enable_directive.rb".freeze, "lib/rubocop/cop/lint/missing_super.rb".freeze, "lib/rubocop/cop/lint/mixed_regexp_capture_types.rb".freeze, "lib/rubocop/cop/lint/multiple_comparison.rb".freeze, "lib/rubocop/cop/lint/nested_method_definition.rb".freeze, "lib/rubocop/cop/lint/nested_percent_literal.rb".freeze, "lib/rubocop/cop/lint/next_without_accumulator.rb".freeze, "lib/rubocop/cop/lint/no_return_in_begin_end_blocks.rb".freeze, "lib/rubocop/cop/lint/non_deterministic_require_order.rb".freeze, "lib/rubocop/cop/lint/non_local_exit_from_iterator.rb".freeze, "lib/rubocop/cop/lint/number_conversion.rb".freeze, "lib/rubocop/cop/lint/ordered_magic_comments.rb".freeze, "lib/rubocop/cop/lint/out_of_range_regexp_ref.rb".freeze, "lib/rubocop/cop/lint/parentheses_as_grouped_expression.rb".freeze, "lib/rubocop/cop/lint/percent_string_array.rb".freeze, "lib/rubocop/cop/lint/percent_symbol_array.rb".freeze, "lib/rubocop/cop/lint/raise_exception.rb".freeze, "lib/rubocop/cop/lint/rand_one.rb".freeze, "lib/rubocop/cop/lint/redundant_cop_disable_directive.rb".freeze, "lib/rubocop/cop/lint/redundant_cop_enable_directive.rb".freeze, "lib/rubocop/cop/lint/redundant_dir_glob_sort.rb".freeze, "lib/rubocop/cop/lint/redundant_require_statement.rb".freeze, "lib/rubocop/cop/lint/redundant_safe_navigation.rb".freeze, "lib/rubocop/cop/lint/redundant_splat_expansion.rb".freeze, "lib/rubocop/cop/lint/redundant_string_coercion.rb".freeze, "lib/rubocop/cop/lint/redundant_with_index.rb".freeze, "lib/rubocop/cop/lint/redundant_with_object.rb".freeze, "lib/rubocop/cop/lint/regexp_as_condition.rb".freeze, "lib/rubocop/cop/lint/require_parentheses.rb".freeze, "lib/rubocop/cop/lint/rescue_exception.rb".freeze, "lib/rubocop/cop/lint/rescue_type.rb".freeze, "lib/rubocop/cop/lint/return_in_void_context.rb".freeze, "lib/rubocop/cop/lint/safe_navigation_chain.rb".freeze, "lib/rubocop/cop/lint/safe_navigation_consistency.rb".freeze, "lib/rubocop/cop/lint/safe_navigation_with_empty.rb".freeze, "lib/rubocop/cop/lint/script_permission.rb".freeze, "lib/rubocop/cop/lint/self_assignment.rb".freeze, "lib/rubocop/cop/lint/send_with_mixin_argument.rb".freeze, "lib/rubocop/cop/lint/shadowed_argument.rb".freeze, "lib/rubocop/cop/lint/shadowed_exception.rb".freeze, "lib/rubocop/cop/lint/shadowing_outer_local_variable.rb".freeze, "lib/rubocop/cop/lint/struct_new_override.rb".freeze, "lib/rubocop/cop/lint/suppressed_exception.rb".freeze, "lib/rubocop/cop/lint/syntax.rb".freeze, "lib/rubocop/cop/lint/to_enum_arguments.rb".freeze, "lib/rubocop/cop/lint/to_json.rb".freeze, "lib/rubocop/cop/lint/top_level_return_with_argument.rb".freeze, "lib/rubocop/cop/lint/trailing_comma_in_attribute_declaration.rb".freeze, "lib/rubocop/cop/lint/underscore_prefixed_variable_name.rb".freeze, "lib/rubocop/cop/lint/unexpected_block_arity.rb".freeze, "lib/rubocop/cop/lint/unified_integer.rb".freeze, "lib/rubocop/cop/lint/unmodified_reduce_accumulator.rb".freeze, "lib/rubocop/cop/lint/unreachable_code.rb".freeze, "lib/rubocop/cop/lint/unreachable_loop.rb".freeze, "lib/rubocop/cop/lint/unused_block_argument.rb".freeze, "lib/rubocop/cop/lint/unused_method_argument.rb".freeze, "lib/rubocop/cop/lint/uri_escape_unescape.rb".freeze, "lib/rubocop/cop/lint/uri_regexp.rb".freeze, "lib/rubocop/cop/lint/useless_access_modifier.rb".freeze, "lib/rubocop/cop/lint/useless_assignment.rb".freeze, "lib/rubocop/cop/lint/useless_else_without_rescue.rb".freeze, "lib/rubocop/cop/lint/useless_method_definition.rb".freeze, "lib/rubocop/cop/lint/useless_setter_call.rb".freeze, "lib/rubocop/cop/lint/useless_times.rb".freeze, "lib/rubocop/cop/lint/void.rb".freeze, "lib/rubocop/cop/message_annotator.rb".freeze, "lib/rubocop/cop/metrics/abc_size.rb".freeze, "lib/rubocop/cop/metrics/block_length.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/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/metrics/utils/abc_size_calculator.rb".freeze, "lib/rubocop/cop/metrics/utils/code_length_calculator.rb".freeze, "lib/rubocop/cop/metrics/utils/iterating_block.rb".freeze, "lib/rubocop/cop/metrics/utils/repeated_attribute_discount.rb".freeze, "lib/rubocop/cop/metrics/utils/repeated_csend_discount.rb".freeze, "lib/rubocop/cop/migration/department_name.rb".freeze, "lib/rubocop/cop/mixin/alignment.rb".freeze, "lib/rubocop/cop/mixin/allowed_identifiers.rb".freeze, "lib/rubocop/cop/mixin/allowed_methods.rb".freeze, "lib/rubocop/cop/mixin/annotation_comment.rb".freeze, "lib/rubocop/cop/mixin/array_min_size.rb".freeze, "lib/rubocop/cop/mixin/array_syntax.rb".freeze, "lib/rubocop/cop/mixin/auto_corrector.rb".freeze, "lib/rubocop/cop/mixin/check_assignment.rb".freeze, "lib/rubocop/cop/mixin/check_line_breakable.rb".freeze, "lib/rubocop/cop/mixin/code_length.rb".freeze, "lib/rubocop/cop/mixin/comments_help.rb".freeze, "lib/rubocop/cop/mixin/configurable_enforced_style.rb".freeze, "lib/rubocop/cop/mixin/configurable_formatting.rb".freeze, "lib/rubocop/cop/mixin/configurable_max.rb".freeze, "lib/rubocop/cop/mixin/configurable_naming.rb".freeze, "lib/rubocop/cop/mixin/configurable_numbering.rb".freeze, "lib/rubocop/cop/mixin/def_node.rb".freeze, "lib/rubocop/cop/mixin/documentation_comment.rb".freeze, "lib/rubocop/cop/mixin/duplication.rb".freeze, "lib/rubocop/cop/mixin/empty_lines_around_body.rb".freeze, "lib/rubocop/cop/mixin/empty_parameter.rb".freeze, "lib/rubocop/cop/mixin/end_keyword_alignment.rb".freeze, "lib/rubocop/cop/mixin/enforce_superclass.rb".freeze, "lib/rubocop/cop/mixin/first_element_line_break.rb".freeze, "lib/rubocop/cop/mixin/frozen_string_literal.rb".freeze, "lib/rubocop/cop/mixin/hash_alignment_styles.rb".freeze, "lib/rubocop/cop/mixin/hash_transform_method.rb".freeze, "lib/rubocop/cop/mixin/heredoc.rb".freeze, "lib/rubocop/cop/mixin/ignored_methods.rb".freeze, "lib/rubocop/cop/mixin/ignored_pattern.rb".freeze, "lib/rubocop/cop/mixin/integer_node.rb".freeze, "lib/rubocop/cop/mixin/interpolation.rb".freeze, "lib/rubocop/cop/mixin/line_length_help.rb".freeze, "lib/rubocop/cop/mixin/match_range.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_element_indentation.rb".freeze, "lib/rubocop/cop/mixin/multiline_element_line_breaks.rb".freeze, "lib/rubocop/cop/mixin/multiline_expression_indentation.rb".freeze, "lib/rubocop/cop/mixin/multiline_literal_brace_layout.rb".freeze, "lib/rubocop/cop/mixin/negative_conditional.rb".freeze, "lib/rubocop/cop/mixin/nil_methods.rb".freeze, "lib/rubocop/cop/mixin/on_normal_if_unless.rb".freeze, "lib/rubocop/cop/mixin/ordered_gem_node.rb".freeze, "lib/rubocop/cop/mixin/parentheses.rb".freeze, "lib/rubocop/cop/mixin/percent_array.rb".freeze, "lib/rubocop/cop/mixin/percent_literal.rb".freeze, "lib/rubocop/cop/mixin/preceding_following_alignment.rb".freeze, "lib/rubocop/cop/mixin/preferred_delimiters.rb".freeze, "lib/rubocop/cop/mixin/range_help.rb".freeze, "lib/rubocop/cop/mixin/rational_literal.rb".freeze, "lib/rubocop/cop/mixin/rescue_node.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/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/target_ruby_version.rb".freeze, "lib/rubocop/cop/mixin/trailing_body.rb".freeze, "lib/rubocop/cop/mixin/trailing_comma.rb".freeze, "lib/rubocop/cop/mixin/uncommunicative_name.rb".freeze, "lib/rubocop/cop/mixin/unused_argument.rb".freeze, "lib/rubocop/cop/mixin/visibility_help.rb".freeze, "lib/rubocop/cop/naming/accessor_method_name.rb".freeze, "lib/rubocop/cop/naming/ascii_identifiers.rb".freeze, "lib/rubocop/cop/naming/binary_operator_parameter_name.rb".freeze, "lib/rubocop/cop/naming/block_parameter_name.rb".freeze, "lib/rubocop/cop/naming/class_and_module_camel_case.rb".freeze, "lib/rubocop/cop/naming/constant_name.rb".freeze, "lib/rubocop/cop/naming/file_name.rb".freeze, "lib/rubocop/cop/naming/heredoc_delimiter_case.rb".freeze, "lib/rubocop/cop/naming/heredoc_delimiter_naming.rb".freeze, "lib/rubocop/cop/naming/memoized_instance_variable_name.rb".freeze, "lib/rubocop/cop/naming/method_name.rb".freeze, "lib/rubocop/cop/naming/method_parameter_name.rb".freeze, "lib/rubocop/cop/naming/predicate_name.rb".freeze, "lib/rubocop/cop/naming/rescued_exceptions_variable_name.rb".freeze, "lib/rubocop/cop/naming/variable_name.rb".freeze, "lib/rubocop/cop/naming/variable_number.rb".freeze, "lib/rubocop/cop/offense.rb".freeze, "lib/rubocop/cop/registry.rb".freeze, "lib/rubocop/cop/security/eval.rb".freeze, "lib/rubocop/cop/security/json_load.rb".freeze, "lib/rubocop/cop/security/marshal_load.rb".freeze, "lib/rubocop/cop/security/open.rb".freeze, "lib/rubocop/cop/security/yaml_load.rb".freeze, "lib/rubocop/cop/severity.rb".freeze, "lib/rubocop/cop/style/access_modifier_declarations.rb".freeze, "lib/rubocop/cop/style/accessor_grouping.rb".freeze, "lib/rubocop/cop/style/alias.rb".freeze, "lib/rubocop/cop/style/and_or.rb".freeze, "lib/rubocop/cop/style/arguments_forwarding.rb".freeze, "lib/rubocop/cop/style/array_coercion.rb".freeze, "lib/rubocop/cop/style/array_join.rb".freeze, "lib/rubocop/cop/style/ascii_comments.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/bisected_attr_accessor.rb".freeze, "lib/rubocop/cop/style/block_comments.rb".freeze, "lib/rubocop/cop/style/block_delimiters.rb".freeze, "lib/rubocop/cop/style/case_equality.rb".freeze, "lib/rubocop/cop/style/case_like_if.rb".freeze, "lib/rubocop/cop/style/character_literal.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_equality_comparison.rb".freeze, "lib/rubocop/cop/style/class_methods.rb".freeze, "lib/rubocop/cop/style/class_methods_definitions.rb".freeze, "lib/rubocop/cop/style/class_vars.rb".freeze, "lib/rubocop/cop/style/collection_compact.rb".freeze, "lib/rubocop/cop/style/collection_methods.rb".freeze, "lib/rubocop/cop/style/colon_method_call.rb".freeze, "lib/rubocop/cop/style/colon_method_definition.rb".freeze, "lib/rubocop/cop/style/combinable_loops.rb".freeze, "lib/rubocop/cop/style/command_literal.rb".freeze, "lib/rubocop/cop/style/comment_annotation.rb".freeze, "lib/rubocop/cop/style/commented_keyword.rb".freeze, "lib/rubocop/cop/style/conditional_assignment.rb".freeze, "lib/rubocop/cop/style/constant_visibility.rb".freeze, "lib/rubocop/cop/style/copyright.rb".freeze, "lib/rubocop/cop/style/date_time.rb".freeze, "lib/rubocop/cop/style/def_with_parentheses.rb".freeze, "lib/rubocop/cop/style/dir.rb".freeze, "lib/rubocop/cop/style/disable_cops_within_source_code_directive.rb".freeze, "lib/rubocop/cop/style/document_dynamic_eval_definition.rb".freeze, "lib/rubocop/cop/style/documentation.rb".freeze, "lib/rubocop/cop/style/documentation_method.rb".freeze, "lib/rubocop/cop/style/double_cop_disable_directive.rb".freeze, "lib/rubocop/cop/style/double_negation.rb".freeze, "lib/rubocop/cop/style/each_for_simple_loop.rb".freeze, "lib/rubocop/cop/style/each_with_object.rb".freeze, "lib/rubocop/cop/style/empty_block_parameter.rb".freeze, "lib/rubocop/cop/style/empty_case_condition.rb".freeze, "lib/rubocop/cop/style/empty_else.rb".freeze, "lib/rubocop/cop/style/empty_lambda_parameter.rb".freeze, "lib/rubocop/cop/style/empty_literal.rb".freeze, "lib/rubocop/cop/style/empty_method.rb".freeze, "lib/rubocop/cop/style/encoding.rb".freeze, "lib/rubocop/cop/style/end_block.rb".freeze, "lib/rubocop/cop/style/endless_method.rb".freeze, "lib/rubocop/cop/style/eval_with_location.rb".freeze, "lib/rubocop/cop/style/even_odd.rb".freeze, "lib/rubocop/cop/style/expand_path_arguments.rb".freeze, "lib/rubocop/cop/style/explicit_block_argument.rb".freeze, "lib/rubocop/cop/style/exponential_notation.rb".freeze, "lib/rubocop/cop/style/float_division.rb".freeze, "lib/rubocop/cop/style/for.rb".freeze, "lib/rubocop/cop/style/format_string.rb".freeze, "lib/rubocop/cop/style/format_string_token.rb".freeze, "lib/rubocop/cop/style/frozen_string_literal_comment.rb".freeze, "lib/rubocop/cop/style/global_std_stream.rb".freeze, "lib/rubocop/cop/style/global_vars.rb".freeze, "lib/rubocop/cop/style/guard_clause.rb".freeze, "lib/rubocop/cop/style/hash_as_last_array_item.rb".freeze, "lib/rubocop/cop/style/hash_each_methods.rb".freeze, "lib/rubocop/cop/style/hash_except.rb".freeze, "lib/rubocop/cop/style/hash_like_case.rb".freeze, "lib/rubocop/cop/style/hash_syntax.rb".freeze, "lib/rubocop/cop/style/hash_transform_keys.rb".freeze, "lib/rubocop/cop/style/hash_transform_values.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_unless_modifier_of_if_unless.rb".freeze, "lib/rubocop/cop/style/if_with_semicolon.rb".freeze, "lib/rubocop/cop/style/implicit_runtime_error.rb".freeze, "lib/rubocop/cop/style/infinite_loop.rb".freeze, "lib/rubocop/cop/style/inline_comment.rb".freeze, "lib/rubocop/cop/style/inverse_methods.rb".freeze, "lib/rubocop/cop/style/ip_addresses.rb".freeze, "lib/rubocop/cop/style/keyword_parameters_order.rb".freeze, "lib/rubocop/cop/style/lambda.rb".freeze, "lib/rubocop/cop/style/lambda_call.rb".freeze, "lib/rubocop/cop/style/line_end_concatenation.rb".freeze, "lib/rubocop/cop/style/method_call_with_args_parentheses.rb".freeze, "lib/rubocop/cop/style/method_call_with_args_parentheses/omit_parentheses.rb".freeze, "lib/rubocop/cop/style/method_call_with_args_parentheses/require_parentheses.rb".freeze, "lib/rubocop/cop/style/method_call_without_args_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/min_max.rb".freeze, "lib/rubocop/cop/style/missing_else.rb".freeze, "lib/rubocop/cop/style/missing_respond_to_missing.rb".freeze, "lib/rubocop/cop/style/mixin_grouping.rb".freeze, "lib/rubocop/cop/style/mixin_usage.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_modifier.rb".freeze, "lib/rubocop/cop/style/multiline_if_then.rb".freeze, "lib/rubocop/cop/style/multiline_memoization.rb".freeze, "lib/rubocop/cop/style/multiline_method_signature.rb".freeze, "lib/rubocop/cop/style/multiline_ternary_operator.rb".freeze, "lib/rubocop/cop/style/multiline_when_then.rb".freeze, "lib/rubocop/cop/style/multiple_comparison.rb".freeze, "lib/rubocop/cop/style/mutable_constant.rb".freeze, "lib/rubocop/cop/style/negated_if.rb".freeze, "lib/rubocop/cop/style/negated_if_else_condition.rb".freeze, "lib/rubocop/cop/style/negated_unless.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/nil_lambda.rb".freeze, "lib/rubocop/cop/style/non_nil_check.rb".freeze, "lib/rubocop/cop/style/not.rb".freeze, "lib/rubocop/cop/style/numeric_literal_prefix.rb".freeze, "lib/rubocop/cop/style/numeric_literals.rb".freeze, "lib/rubocop/cop/style/numeric_predicate.rb".freeze, "lib/rubocop/cop/style/one_line_conditional.rb".freeze, "lib/rubocop/cop/style/option_hash.rb".freeze, "lib/rubocop/cop/style/optional_arguments.rb".freeze, "lib/rubocop/cop/style/optional_boolean_parameter.rb".freeze, "lib/rubocop/cop/style/or_assignment.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/preferred_hash_methods.rb".freeze, "lib/rubocop/cop/style/proc.rb".freeze, "lib/rubocop/cop/style/raise_args.rb".freeze, "lib/rubocop/cop/style/random_with_offset.rb".freeze, "lib/rubocop/cop/style/redundant_argument.rb".freeze, "lib/rubocop/cop/style/redundant_assignment.rb".freeze, "lib/rubocop/cop/style/redundant_begin.rb".freeze, "lib/rubocop/cop/style/redundant_capital_w.rb".freeze, "lib/rubocop/cop/style/redundant_condition.rb".freeze, "lib/rubocop/cop/style/redundant_conditional.rb".freeze, "lib/rubocop/cop/style/redundant_exception.rb".freeze, "lib/rubocop/cop/style/redundant_fetch_block.rb".freeze, "lib/rubocop/cop/style/redundant_file_extension_in_require.rb".freeze, "lib/rubocop/cop/style/redundant_freeze.rb".freeze, "lib/rubocop/cop/style/redundant_interpolation.rb".freeze, "lib/rubocop/cop/style/redundant_parentheses.rb".freeze, "lib/rubocop/cop/style/redundant_percent_q.rb".freeze, "lib/rubocop/cop/style/redundant_regexp_character_class.rb".freeze, "lib/rubocop/cop/style/redundant_regexp_escape.rb".freeze, "lib/rubocop/cop/style/redundant_return.rb".freeze, "lib/rubocop/cop/style/redundant_self.rb".freeze, "lib/rubocop/cop/style/redundant_self_assignment.rb".freeze, "lib/rubocop/cop/style/redundant_sort.rb".freeze, "lib/rubocop/cop/style/redundant_sort_by.rb".freeze, "lib/rubocop/cop/style/regexp_literal.rb".freeze, "lib/rubocop/cop/style/rescue_modifier.rb".freeze, "lib/rubocop/cop/style/rescue_standard_error.rb".freeze, "lib/rubocop/cop/style/return_nil.rb".freeze, "lib/rubocop/cop/style/safe_navigation.rb".freeze, "lib/rubocop/cop/style/sample.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_argument_dig.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/slicing_with_range.rb".freeze, "lib/rubocop/cop/style/sole_nested_conditional.rb".freeze, "lib/rubocop/cop/style/special_global_vars.rb".freeze, "lib/rubocop/cop/style/stabby_lambda_parentheses.rb".freeze, "lib/rubocop/cop/style/static_class.rb".freeze, "lib/rubocop/cop/style/stderr_puts.rb".freeze, "lib/rubocop/cop/style/string_concatenation.rb".freeze, "lib/rubocop/cop/style/string_hash_keys.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/strip.rb".freeze, "lib/rubocop/cop/style/struct_inheritance.rb".freeze, "lib/rubocop/cop/style/swap_values.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/ternary_parentheses.rb".freeze, "lib/rubocop/cop/style/trailing_body_on_class.rb".freeze, "lib/rubocop/cop/style/trailing_body_on_method_definition.rb".freeze, "lib/rubocop/cop/style/trailing_body_on_module.rb".freeze, "lib/rubocop/cop/style/trailing_comma_in_arguments.rb".freeze, "lib/rubocop/cop/style/trailing_comma_in_array_literal.rb".freeze, "lib/rubocop/cop/style/trailing_comma_in_block_args.rb".freeze, "lib/rubocop/cop/style/trailing_comma_in_hash_literal.rb".freeze, "lib/rubocop/cop/style/trailing_method_end_statement.rb".freeze, "lib/rubocop/cop/style/trailing_underscore_variable.rb".freeze, "lib/rubocop/cop/style/trivial_accessors.rb".freeze, "lib/rubocop/cop/style/unless_else.rb".freeze, "lib/rubocop/cop/style/unpack_first.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/while_until_modifier.rb".freeze, "lib/rubocop/cop/style/word_array.rb".freeze, "lib/rubocop/cop/style/yoda_condition.rb".freeze, "lib/rubocop/cop/style/zero_length_predicate.rb".freeze, "lib/rubocop/cop/team.rb".freeze, "lib/rubocop/cop/util.rb".freeze, "lib/rubocop/cop/utils/format_string.rb".freeze, "lib/rubocop/cop/variable_force.rb".freeze, "lib/rubocop/cop/variable_force/assignment.rb".freeze, "lib/rubocop/cop/variable_force/branch.rb".freeze, "lib/rubocop/cop/variable_force/branchable.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/cops_documentation_generator.rb".freeze, "lib/rubocop/core_ext/hash.rb".freeze, "lib/rubocop/core_ext/string.rb".freeze, "lib/rubocop/directive_comment.rb".freeze, "lib/rubocop/error.rb".freeze, "lib/rubocop/ext/processed_source.rb".freeze, "lib/rubocop/ext/regexp_node.rb".freeze, "lib/rubocop/ext/regexp_parser.rb".freeze, "lib/rubocop/file_finder.rb".freeze, "lib/rubocop/formatter/auto_gen_config_formatter.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/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/git_hub_actions_formatter.rb".freeze, "lib/rubocop/formatter/html_formatter.rb".freeze, "lib/rubocop/formatter/json_formatter.rb".freeze, "lib/rubocop/formatter/junit_formatter.rb".freeze, "lib/rubocop/formatter/offense_count_formatter.rb".freeze, "lib/rubocop/formatter/pacman_formatter.rb".freeze, "lib/rubocop/formatter/progress_formatter.rb".freeze, "lib/rubocop/formatter/quiet_formatter.rb".freeze, "lib/rubocop/formatter/simple_text_formatter.rb".freeze, "lib/rubocop/formatter/tap_formatter.rb".freeze, "lib/rubocop/formatter/text_util.rb".freeze, "lib/rubocop/formatter/worst_offenders_formatter.rb".freeze, "lib/rubocop/lockfile.rb".freeze, "lib/rubocop/magic_comment.rb".freeze, "lib/rubocop/name_similarity.rb".freeze, "lib/rubocop/options.rb".freeze, "lib/rubocop/path_util.rb".freeze, "lib/rubocop/platform.rb".freeze, "lib/rubocop/rake_task.rb".freeze, "lib/rubocop/remote_config.rb".freeze, "lib/rubocop/result_cache.rb".freeze, "lib/rubocop/rspec/cop_helper.rb".freeze, "lib/rubocop/rspec/expect_offense.rb".freeze, "lib/rubocop/rspec/host_environment_simulation_helper.rb".freeze, "lib/rubocop/rspec/shared_contexts.rb".freeze, "lib/rubocop/rspec/support.rb".freeze, "lib/rubocop/runner.rb".freeze, "lib/rubocop/string_interpreter.rb".freeze, "lib/rubocop/target_finder.rb".freeze, "lib/rubocop/target_ruby.rb".freeze, "lib/rubocop/util.rb".freeze, "lib/rubocop/version.rb".freeze, "lib/rubocop/warning.rb".freeze, "lib/rubocop/yaml_duplication_checker.rb".freeze] s.homepage = "https://github.com/rubocop-hq/rubocop".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.4.0".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.10".freeze]) s.add_runtime_dependency(%q.freeze, [">= 3.0.0.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 2.2.2".freeze, "< 4.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.8".freeze, "< 3.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.2.0".freeze, "< 2.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.7".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.4.0".freeze, "< 3.0".freeze]) s.add_development_dependency(%q.freeze, [">= 1.15.0".freeze, "< 3.0".freeze]) end