# -*- encoding: utf-8 -*- # stub: sabat-rubocop 0.9.0 ruby lib Gem::Specification.new do |s| s.name = "sabat-rubocop".freeze s.version = "0.9.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-07-04" 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/cop.rb".freeze, "lib/rubocop/cop/lint/assignment_in_condition.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/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/unused_local_variable.rb".freeze, "lib/rubocop/cop/lint/void.rb".freeze, "lib/rubocop/cop/offence.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_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/avoid_class_vars.rb".freeze, "lib/rubocop/cop/style/avoid_for.rb".freeze, "lib/rubocop/cop/style/avoid_global_vars.rb".freeze, "lib/rubocop/cop/style/avoid_perl_backrefs.rb".freeze, "lib/rubocop/cop/style/avoid_perlisms.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/collection_methods.rb".freeze, "lib/rubocop/cop/style/colon_method_call.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/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/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/lambda.rb".freeze, "lib/rubocop/cop/style/leading_comment_space.rb".freeze, "lib/rubocop/cop/style/line_continuation.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/multiline_if_then.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/proc.rb".freeze, "lib/rubocop/cop/style/reduce_arguments.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/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/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_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/util.rb".freeze, "lib/rubocop/cop/variable_inspector.rb".freeze, "lib/rubocop/formatter/base_formatter.rb".freeze, "lib/rubocop/formatter/clang_style_formatter.rb".freeze, "lib/rubocop/formatter/emacs_style_formatter.rb".freeze, "lib/rubocop/formatter/formatter_set.rb".freeze, "lib/rubocop/formatter/json_formatter.rb".freeze, "lib/rubocop/formatter/progress_formatter.rb".freeze, "lib/rubocop/formatter/simple_text_formatter.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/cops/cop_spec.rb".freeze, "spec/rubocop/cops/lint/assignment_in_condition_spec.rb".freeze, "spec/rubocop/cops/lint/end_alignment_spec.rb".freeze, "spec/rubocop/cops/lint/end_in_method_spec.rb".freeze, "spec/rubocop/cops/lint/ensure_return_spec.rb".freeze, "spec/rubocop/cops/lint/eval_spec.rb".freeze, "spec/rubocop/cops/lint/handle_exceptions_spec.rb".freeze, "spec/rubocop/cops/lint/literal_in_condition_spec.rb".freeze, "spec/rubocop/cops/lint/loop_spec.rb".freeze, "spec/rubocop/cops/lint/rescue_exception_spec.rb".freeze, "spec/rubocop/cops/lint/shadowing_outer_local_variable_spec.rb".freeze, "spec/rubocop/cops/lint/unreachable_code_spec.rb".freeze, "spec/rubocop/cops/lint/unused_local_variable_spec.rb".freeze, "spec/rubocop/cops/lint/void_spec.rb".freeze, "spec/rubocop/cops/offence_spec.rb".freeze, "spec/rubocop/cops/rails/validation_spec.rb".freeze, "spec/rubocop/cops/style/access_control_spec.rb".freeze, "spec/rubocop/cops/style/alias_spec.rb".freeze, "spec/rubocop/cops/style/align_parameters_spec.rb".freeze, "spec/rubocop/cops/style/and_or_spec.rb".freeze, "spec/rubocop/cops/style/ascii_comments_spec.rb".freeze, "spec/rubocop/cops/style/ascii_identifiers_spec.rb".freeze, "spec/rubocop/cops/style/attr_spec.rb".freeze, "spec/rubocop/cops/style/avoid_class_vars_spec.rb".freeze, "spec/rubocop/cops/style/avoid_for_spec.rb".freeze, "spec/rubocop/cops/style/avoid_global_vars_spec.rb".freeze, "spec/rubocop/cops/style/avoid_perl_backrefs_spec.rb".freeze, "spec/rubocop/cops/style/avoid_perlisms_spec.rb".freeze, "spec/rubocop/cops/style/begin_block_spec.rb".freeze, "spec/rubocop/cops/style/block_comments_spec.rb".freeze, "spec/rubocop/cops/style/block_nesting_spec.rb".freeze, "spec/rubocop/cops/style/blocks_spec.rb".freeze, "spec/rubocop/cops/style/case_equality_spec.rb".freeze, "spec/rubocop/cops/style/case_indentation_spec.rb".freeze, "spec/rubocop/cops/style/character_literal_spec.rb".freeze, "spec/rubocop/cops/style/class_and_module_camel_case_spec.rb".freeze, "spec/rubocop/cops/style/class_methods_spec.rb".freeze, "spec/rubocop/cops/style/collection_methods_spec.rb".freeze, "spec/rubocop/cops/style/colon_method_call_spec.rb".freeze, "spec/rubocop/cops/style/constant_name_spec.rb".freeze, "spec/rubocop/cops/style/def_with_parentheses_spec.rb".freeze, "spec/rubocop/cops/style/def_without_parentheses_spec.rb".freeze, "spec/rubocop/cops/style/documentation_spec.rb".freeze, "spec/rubocop/cops/style/dot_position_spec.rb".freeze, "spec/rubocop/cops/style/empty_line_between_defs_spec.rb".freeze, "spec/rubocop/cops/style/empty_lines_spec.rb".freeze, "spec/rubocop/cops/style/empty_literal_spec.rb".freeze, "spec/rubocop/cops/style/encoding_spec.rb".freeze, "spec/rubocop/cops/style/end_block_spec.rb".freeze, "spec/rubocop/cops/style/end_of_line_spec.rb".freeze, "spec/rubocop/cops/style/favor_join_spec.rb".freeze, "spec/rubocop/cops/style/favor_modifier_spec.rb".freeze, "spec/rubocop/cops/style/favor_sprintf_spec.rb".freeze, "spec/rubocop/cops/style/favor_unless_over_negated_if_spec.rb".freeze, "spec/rubocop/cops/style/favor_until_over_negated_while_spec.rb".freeze, "spec/rubocop/cops/style/hash_syntax_spec.rb".freeze, "spec/rubocop/cops/style/if_with_semicolon_spec.rb".freeze, "spec/rubocop/cops/style/lambda_spec.rb".freeze, "spec/rubocop/cops/style/leading_comment_space_spec.rb".freeze, "spec/rubocop/cops/style/line_continuation_spec.rb".freeze, "spec/rubocop/cops/style/line_length_spec.rb".freeze, "spec/rubocop/cops/style/method_and_variable_snake_case_spec.rb".freeze, "spec/rubocop/cops/style/method_call_parentheses_spec.rb".freeze, "spec/rubocop/cops/style/method_length_spec.rb".freeze, "spec/rubocop/cops/style/multiline_if_then_spec.rb".freeze, "spec/rubocop/cops/style/not_spec.rb".freeze, "spec/rubocop/cops/style/numeric_literals_spec.rb".freeze, "spec/rubocop/cops/style/one_line_conditional_spec.rb".freeze, "spec/rubocop/cops/style/op_method_spec.rb".freeze, "spec/rubocop/cops/style/parameter_lists_spec.rb".freeze, "spec/rubocop/cops/style/parentheses_around_condition_spec.rb".freeze, "spec/rubocop/cops/style/proc_spec.rb".freeze, "spec/rubocop/cops/style/reduce_arguments_spec.rb".freeze, "spec/rubocop/cops/style/regexp_literal_spec.rb".freeze, "spec/rubocop/cops/style/rescue_modifier_spec.rb".freeze, "spec/rubocop/cops/style/semicolon_spec.rb".freeze, "spec/rubocop/cops/style/single_line_methods_spec.rb".freeze, "spec/rubocop/cops/style/space_after_colon_spec.rb".freeze, "spec/rubocop/cops/style/space_after_comma_spec.rb".freeze, "spec/rubocop/cops/style/space_after_control_keyword_spec.rb".freeze, "spec/rubocop/cops/style/space_after_semicolon_spec.rb".freeze, "spec/rubocop/cops/style/space_around_braces_spec.rb".freeze, "spec/rubocop/cops/style/space_around_equals_in_default_parameter_spec.rb".freeze, "spec/rubocop/cops/style/space_around_operators_spec.rb".freeze, "spec/rubocop/cops/style/space_inside_brackets_spec.rb".freeze, "spec/rubocop/cops/style/space_inside_hash_literal_braces_spec.rb".freeze, "spec/rubocop/cops/style/space_inside_parens_spec.rb".freeze, "spec/rubocop/cops/style/string_literals_spec.rb".freeze, "spec/rubocop/cops/style/symbol_array_spec.rb".freeze, "spec/rubocop/cops/style/symbol_name_spec.rb".freeze, "spec/rubocop/cops/style/tab_spec.rb".freeze, "spec/rubocop/cops/style/ternary_operator_spec.rb".freeze, "spec/rubocop/cops/style/trailing_whitespace_spec.rb".freeze, "spec/rubocop/cops/style/trivial_accessors_spec.rb".freeze, "spec/rubocop/cops/style/unless_else_spec.rb".freeze, "spec/rubocop/cops/style/variable_interpolation_spec.rb".freeze, "spec/rubocop/cops/style/when_then_spec.rb".freeze, "spec/rubocop/cops/style/while_until_do_spec.rb".freeze, "spec/rubocop/cops/style/word_array_spec.rb".freeze, "spec/rubocop/cops/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/emacs_style_formatter_spec.rb".freeze, "spec/rubocop/formatter/formatter_set_spec.rb".freeze, "spec/rubocop/formatter/json_formatter_spec.rb".freeze, "spec/rubocop/formatter/progress_formatter_spec.rb".freeze, "spec/rubocop/formatter/simple_text_formatter_spec.rb".freeze, "spec/spec_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_examples.rb".freeze] s.homepage = "http://github.com/sabat/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/cops/cop_spec.rb".freeze, "spec/rubocop/cops/lint/assignment_in_condition_spec.rb".freeze, "spec/rubocop/cops/lint/end_alignment_spec.rb".freeze, "spec/rubocop/cops/lint/end_in_method_spec.rb".freeze, "spec/rubocop/cops/lint/ensure_return_spec.rb".freeze, "spec/rubocop/cops/lint/eval_spec.rb".freeze, "spec/rubocop/cops/lint/handle_exceptions_spec.rb".freeze, "spec/rubocop/cops/lint/literal_in_condition_spec.rb".freeze, "spec/rubocop/cops/lint/loop_spec.rb".freeze, "spec/rubocop/cops/lint/rescue_exception_spec.rb".freeze, "spec/rubocop/cops/lint/shadowing_outer_local_variable_spec.rb".freeze, "spec/rubocop/cops/lint/unreachable_code_spec.rb".freeze, "spec/rubocop/cops/lint/unused_local_variable_spec.rb".freeze, "spec/rubocop/cops/lint/void_spec.rb".freeze, "spec/rubocop/cops/offence_spec.rb".freeze, "spec/rubocop/cops/rails/validation_spec.rb".freeze, "spec/rubocop/cops/style/access_control_spec.rb".freeze, "spec/rubocop/cops/style/alias_spec.rb".freeze, "spec/rubocop/cops/style/align_parameters_spec.rb".freeze, "spec/rubocop/cops/style/and_or_spec.rb".freeze, "spec/rubocop/cops/style/ascii_comments_spec.rb".freeze, "spec/rubocop/cops/style/ascii_identifiers_spec.rb".freeze, "spec/rubocop/cops/style/attr_spec.rb".freeze, "spec/rubocop/cops/style/avoid_class_vars_spec.rb".freeze, "spec/rubocop/cops/style/avoid_for_spec.rb".freeze, "spec/rubocop/cops/style/avoid_global_vars_spec.rb".freeze, "spec/rubocop/cops/style/avoid_perl_backrefs_spec.rb".freeze, "spec/rubocop/cops/style/avoid_perlisms_spec.rb".freeze, "spec/rubocop/cops/style/begin_block_spec.rb".freeze, "spec/rubocop/cops/style/block_comments_spec.rb".freeze, "spec/rubocop/cops/style/block_nesting_spec.rb".freeze, "spec/rubocop/cops/style/blocks_spec.rb".freeze, "spec/rubocop/cops/style/case_equality_spec.rb".freeze, "spec/rubocop/cops/style/case_indentation_spec.rb".freeze, "spec/rubocop/cops/style/character_literal_spec.rb".freeze, "spec/rubocop/cops/style/class_and_module_camel_case_spec.rb".freeze, "spec/rubocop/cops/style/class_methods_spec.rb".freeze, "spec/rubocop/cops/style/collection_methods_spec.rb".freeze, "spec/rubocop/cops/style/colon_method_call_spec.rb".freeze, "spec/rubocop/cops/style/constant_name_spec.rb".freeze, "spec/rubocop/cops/style/def_with_parentheses_spec.rb".freeze, "spec/rubocop/cops/style/def_without_parentheses_spec.rb".freeze, "spec/rubocop/cops/style/documentation_spec.rb".freeze, "spec/rubocop/cops/style/dot_position_spec.rb".freeze, "spec/rubocop/cops/style/empty_line_between_defs_spec.rb".freeze, "spec/rubocop/cops/style/empty_lines_spec.rb".freeze, "spec/rubocop/cops/style/empty_literal_spec.rb".freeze, "spec/rubocop/cops/style/encoding_spec.rb".freeze, "spec/rubocop/cops/style/end_block_spec.rb".freeze, "spec/rubocop/cops/style/end_of_line_spec.rb".freeze, "spec/rubocop/cops/style/favor_join_spec.rb".freeze, "spec/rubocop/cops/style/favor_modifier_spec.rb".freeze, "spec/rubocop/cops/style/favor_sprintf_spec.rb".freeze, "spec/rubocop/cops/style/favor_unless_over_negated_if_spec.rb".freeze, "spec/rubocop/cops/style/favor_until_over_negated_while_spec.rb".freeze, "spec/rubocop/cops/style/hash_syntax_spec.rb".freeze, "spec/rubocop/cops/style/if_with_semicolon_spec.rb".freeze, "spec/rubocop/cops/style/lambda_spec.rb".freeze, "spec/rubocop/cops/style/leading_comment_space_spec.rb".freeze, "spec/rubocop/cops/style/line_continuation_spec.rb".freeze, "spec/rubocop/cops/style/line_length_spec.rb".freeze, "spec/rubocop/cops/style/method_and_variable_snake_case_spec.rb".freeze, "spec/rubocop/cops/style/method_call_parentheses_spec.rb".freeze, "spec/rubocop/cops/style/method_length_spec.rb".freeze, "spec/rubocop/cops/style/multiline_if_then_spec.rb".freeze, "spec/rubocop/cops/style/not_spec.rb".freeze, "spec/rubocop/cops/style/numeric_literals_spec.rb".freeze, "spec/rubocop/cops/style/one_line_conditional_spec.rb".freeze, "spec/rubocop/cops/style/op_method_spec.rb".freeze, "spec/rubocop/cops/style/parameter_lists_spec.rb".freeze, "spec/rubocop/cops/style/parentheses_around_condition_spec.rb".freeze, "spec/rubocop/cops/style/proc_spec.rb".freeze, "spec/rubocop/cops/style/reduce_arguments_spec.rb".freeze, "spec/rubocop/cops/style/regexp_literal_spec.rb".freeze, "spec/rubocop/cops/style/rescue_modifier_spec.rb".freeze, "spec/rubocop/cops/style/semicolon_spec.rb".freeze, "spec/rubocop/cops/style/single_line_methods_spec.rb".freeze, "spec/rubocop/cops/style/space_after_colon_spec.rb".freeze, "spec/rubocop/cops/style/space_after_comma_spec.rb".freeze, "spec/rubocop/cops/style/space_after_control_keyword_spec.rb".freeze, "spec/rubocop/cops/style/space_after_semicolon_spec.rb".freeze, "spec/rubocop/cops/style/space_around_braces_spec.rb".freeze, "spec/rubocop/cops/style/space_around_equals_in_default_parameter_spec.rb".freeze, "spec/rubocop/cops/style/space_around_operators_spec.rb".freeze, "spec/rubocop/cops/style/space_inside_brackets_spec.rb".freeze, "spec/rubocop/cops/style/space_inside_hash_literal_braces_spec.rb".freeze, "spec/rubocop/cops/style/space_inside_parens_spec.rb".freeze, "spec/rubocop/cops/style/string_literals_spec.rb".freeze, "spec/rubocop/cops/style/symbol_array_spec.rb".freeze, "spec/rubocop/cops/style/symbol_name_spec.rb".freeze, "spec/rubocop/cops/style/tab_spec.rb".freeze, "spec/rubocop/cops/style/ternary_operator_spec.rb".freeze, "spec/rubocop/cops/style/trailing_whitespace_spec.rb".freeze, "spec/rubocop/cops/style/trivial_accessors_spec.rb".freeze, "spec/rubocop/cops/style/unless_else_spec.rb".freeze, "spec/rubocop/cops/style/variable_interpolation_spec.rb".freeze, "spec/rubocop/cops/style/when_then_spec.rb".freeze, "spec/rubocop/cops/style/while_until_do_spec.rb".freeze, "spec/rubocop/cops/style/word_array_spec.rb".freeze, "spec/rubocop/cops/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/emacs_style_formatter_spec.rb".freeze, "spec/rubocop/formatter/formatter_set_spec.rb".freeze, "spec/rubocop/formatter/json_formatter_spec.rb".freeze, "spec/rubocop/formatter/progress_formatter_spec.rb".freeze, "spec/rubocop/formatter/simple_text_formatter_spec.rb".freeze, "spec/spec_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_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.beta9".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.13".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