# -*- encoding: utf-8 -*- # stub: rubocop 0.8.0 ruby lib Gem::Specification.new do |s| s.name = "rubocop".freeze s.version = "0.8.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-04-17" 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, "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/access_control.rb".freeze, "lib/rubocop/cop/alias.rb".freeze, "lib/rubocop/cop/align_parameters.rb".freeze, "lib/rubocop/cop/and_or.rb".freeze, "lib/rubocop/cop/ascii_comments.rb".freeze, "lib/rubocop/cop/ascii_identifiers.rb".freeze, "lib/rubocop/cop/avoid_class_vars.rb".freeze, "lib/rubocop/cop/avoid_for.rb".freeze, "lib/rubocop/cop/avoid_global_vars.rb".freeze, "lib/rubocop/cop/avoid_perl_backrefs.rb".freeze, "lib/rubocop/cop/avoid_perlisms.rb".freeze, "lib/rubocop/cop/block_comments.rb".freeze, "lib/rubocop/cop/blocks.rb".freeze, "lib/rubocop/cop/case_indentation.rb".freeze, "lib/rubocop/cop/class_and_module_camel_case.rb".freeze, "lib/rubocop/cop/class_methods.rb".freeze, "lib/rubocop/cop/collection_methods.rb".freeze, "lib/rubocop/cop/colon_method_call.rb".freeze, "lib/rubocop/cop/constant_name.rb".freeze, "lib/rubocop/cop/cop.rb".freeze, "lib/rubocop/cop/def_parentheses.rb".freeze, "lib/rubocop/cop/empty_line_between_defs.rb".freeze, "lib/rubocop/cop/empty_lines.rb".freeze, "lib/rubocop/cop/empty_literal.rb".freeze, "lib/rubocop/cop/encoding.rb".freeze, "lib/rubocop/cop/end_of_line.rb".freeze, "lib/rubocop/cop/ensure_return.rb".freeze, "lib/rubocop/cop/eval.rb".freeze, "lib/rubocop/cop/favor_join.rb".freeze, "lib/rubocop/cop/favor_modifier.rb".freeze, "lib/rubocop/cop/favor_percent_r.rb".freeze, "lib/rubocop/cop/favor_sprintf.rb".freeze, "lib/rubocop/cop/favor_unless_over_negated_if.rb".freeze, "lib/rubocop/cop/handle_exceptions.rb".freeze, "lib/rubocop/cop/hash_syntax.rb".freeze, "lib/rubocop/cop/if_then_else.rb".freeze, "lib/rubocop/cop/leading_comment_space.rb".freeze, "lib/rubocop/cop/line_continuation.rb".freeze, "lib/rubocop/cop/line_length.rb".freeze, "lib/rubocop/cop/loop.rb".freeze, "lib/rubocop/cop/method_and_variable_snake_case.rb".freeze, "lib/rubocop/cop/method_length.rb".freeze, "lib/rubocop/cop/new_lambda_literal.rb".freeze, "lib/rubocop/cop/not.rb".freeze, "lib/rubocop/cop/numeric_literals.rb".freeze, "lib/rubocop/cop/offence.rb".freeze, "lib/rubocop/cop/op_method.rb".freeze, "lib/rubocop/cop/parameter_lists.rb".freeze, "lib/rubocop/cop/parentheses_around_condition.rb".freeze, "lib/rubocop/cop/percent_r.rb".freeze, "lib/rubocop/cop/reduce_arguments.rb".freeze, "lib/rubocop/cop/rescue_exception.rb".freeze, "lib/rubocop/cop/rescue_modifier.rb".freeze, "lib/rubocop/cop/semicolon.rb".freeze, "lib/rubocop/cop/single_line_methods.rb".freeze, "lib/rubocop/cop/space_after_comma_etc.rb".freeze, "lib/rubocop/cop/space_after_control_keyword.rb".freeze, "lib/rubocop/cop/string_literals.rb".freeze, "lib/rubocop/cop/surrounding_space.rb".freeze, "lib/rubocop/cop/symbol_array.rb".freeze, "lib/rubocop/cop/symbol_name.rb".freeze, "lib/rubocop/cop/syntax.rb".freeze, "lib/rubocop/cop/tab.rb".freeze, "lib/rubocop/cop/ternary_operator.rb".freeze, "lib/rubocop/cop/trailing_whitespace.rb".freeze, "lib/rubocop/cop/trivial_accessors.rb".freeze, "lib/rubocop/cop/unless_else.rb".freeze, "lib/rubocop/cop/util.rb".freeze, "lib/rubocop/cop/variable_interpolation.rb".freeze, "lib/rubocop/cop/when_then.rb".freeze, "lib/rubocop/cop/word_array.rb".freeze, "lib/rubocop/report/emacs_style.rb".freeze, "lib/rubocop/report/plain_text.rb".freeze, "lib/rubocop/report/report.rb".freeze, "lib/rubocop/version.rb".freeze, "rubocop.gemspec".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/access_control_spec.rb".freeze, "spec/rubocop/cops/alias_spec.rb".freeze, "spec/rubocop/cops/align_parameters_spec.rb".freeze, "spec/rubocop/cops/and_or_spec.rb".freeze, "spec/rubocop/cops/ascii_comments_spec.rb".freeze, "spec/rubocop/cops/ascii_identifiers_spec.rb".freeze, "spec/rubocop/cops/avoid_class_vars_spec.rb".freeze, "spec/rubocop/cops/avoid_for_spec.rb".freeze, "spec/rubocop/cops/avoid_global_vars_spec.rb".freeze, "spec/rubocop/cops/avoid_perl_backrefs_spec.rb".freeze, "spec/rubocop/cops/avoid_perlisms_spec.rb".freeze, "spec/rubocop/cops/block_comments_spec.rb".freeze, "spec/rubocop/cops/blocks_spec.rb".freeze, "spec/rubocop/cops/case_indentation_spec.rb".freeze, "spec/rubocop/cops/class_and_module_camel_case_spec.rb".freeze, "spec/rubocop/cops/class_methods_spec.rb".freeze, "spec/rubocop/cops/collection_methods_spec.rb".freeze, "spec/rubocop/cops/colon_method_call_spec.rb".freeze, "spec/rubocop/cops/constant_name_spec.rb".freeze, "spec/rubocop/cops/cop_spec.rb".freeze, "spec/rubocop/cops/def_with_parentheses_spec.rb".freeze, "spec/rubocop/cops/def_without_parentheses_spec.rb".freeze, "spec/rubocop/cops/empty_line_between_defs_spec.rb".freeze, "spec/rubocop/cops/empty_lines_spec.rb".freeze, "spec/rubocop/cops/empty_literal_spec.rb".freeze, "spec/rubocop/cops/encoding_spec.rb".freeze, "spec/rubocop/cops/end_of_line_spec.rb".freeze, "spec/rubocop/cops/ensure_return_spec.rb".freeze, "spec/rubocop/cops/eval_spec.rb".freeze, "spec/rubocop/cops/favor_join_spec.rb".freeze, "spec/rubocop/cops/favor_modifier_spec.rb".freeze, "spec/rubocop/cops/favor_percent_r_spec.rb".freeze, "spec/rubocop/cops/favor_sprintf_spec.rb".freeze, "spec/rubocop/cops/favor_unless_over_negated_if_spec.rb".freeze, "spec/rubocop/cops/favor_until_over_negated_while_spec.rb".freeze, "spec/rubocop/cops/handle_exceptions_spec.rb".freeze, "spec/rubocop/cops/hash_syntax_spec.rb".freeze, "spec/rubocop/cops/if_with_semicolon_spec.rb".freeze, "spec/rubocop/cops/leading_comment_space_spec.rb".freeze, "spec/rubocop/cops/line_continuation_spec.rb".freeze, "spec/rubocop/cops/line_length_spec.rb".freeze, "spec/rubocop/cops/loop_spec.rb".freeze, "spec/rubocop/cops/method_and_variable_snake_case_spec.rb".freeze, "spec/rubocop/cops/method_length_spec.rb".freeze, "spec/rubocop/cops/multiline_if_then_spec.rb".freeze, "spec/rubocop/cops/new_lambda_literal_spec.rb".freeze, "spec/rubocop/cops/not_spec.rb".freeze, "spec/rubocop/cops/numeric_literals_spec.rb".freeze, "spec/rubocop/cops/offence_spec.rb".freeze, "spec/rubocop/cops/one_line_conditional_spec.rb".freeze, "spec/rubocop/cops/op_method_spec.rb".freeze, "spec/rubocop/cops/parameter_lists_spec.rb".freeze, "spec/rubocop/cops/parentheses_around_condition_spec.rb".freeze, "spec/rubocop/cops/percent_r_spec.rb".freeze, "spec/rubocop/cops/reduce_arguments_spec.rb".freeze, "spec/rubocop/cops/rescue_exception_spec.rb".freeze, "spec/rubocop/cops/rescue_modifier_spec.rb".freeze, "spec/rubocop/cops/semicolon_spec.rb".freeze, "spec/rubocop/cops/single_line_methods_spec.rb".freeze, "spec/rubocop/cops/space_after_colon_spec.rb".freeze, "spec/rubocop/cops/space_after_comma_spec.rb".freeze, "spec/rubocop/cops/space_after_control_keyword_spec.rb".freeze, "spec/rubocop/cops/space_after_semicolon_spec.rb".freeze, "spec/rubocop/cops/space_around_braces_spec.rb".freeze, "spec/rubocop/cops/space_around_equals_in_default_parameter_spec.rb".freeze, "spec/rubocop/cops/space_around_operators_spec.rb".freeze, "spec/rubocop/cops/space_inside_brackets_spec.rb".freeze, "spec/rubocop/cops/space_inside_hash_literal_braces_spec.rb".freeze, "spec/rubocop/cops/space_inside_parens_spec.rb".freeze, "spec/rubocop/cops/string_literals_spec.rb".freeze, "spec/rubocop/cops/symbol_array_spec.rb".freeze, "spec/rubocop/cops/symbol_name_spec.rb".freeze, "spec/rubocop/cops/syntax_spec.rb".freeze, "spec/rubocop/cops/tab_spec.rb".freeze, "spec/rubocop/cops/ternary_operator_spec.rb".freeze, "spec/rubocop/cops/trailing_whitespace_spec.rb".freeze, "spec/rubocop/cops/trivial_accessors_spec.rb".freeze, "spec/rubocop/cops/unless_else_spec.rb".freeze, "spec/rubocop/cops/variable_interpolation_spec.rb".freeze, "spec/rubocop/cops/when_then_spec.rb".freeze, "spec/rubocop/cops/word_array_spec.rb".freeze, "spec/rubocop/reports/emacs_style_spec.rb".freeze, "spec/rubocop/reports/report_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/file_helper.rb".freeze, "spec/support/isolated_environment.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/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/access_control_spec.rb".freeze, "spec/rubocop/cops/alias_spec.rb".freeze, "spec/rubocop/cops/align_parameters_spec.rb".freeze, "spec/rubocop/cops/and_or_spec.rb".freeze, "spec/rubocop/cops/ascii_comments_spec.rb".freeze, "spec/rubocop/cops/ascii_identifiers_spec.rb".freeze, "spec/rubocop/cops/avoid_class_vars_spec.rb".freeze, "spec/rubocop/cops/avoid_for_spec.rb".freeze, "spec/rubocop/cops/avoid_global_vars_spec.rb".freeze, "spec/rubocop/cops/avoid_perl_backrefs_spec.rb".freeze, "spec/rubocop/cops/avoid_perlisms_spec.rb".freeze, "spec/rubocop/cops/block_comments_spec.rb".freeze, "spec/rubocop/cops/blocks_spec.rb".freeze, "spec/rubocop/cops/case_indentation_spec.rb".freeze, "spec/rubocop/cops/class_and_module_camel_case_spec.rb".freeze, "spec/rubocop/cops/class_methods_spec.rb".freeze, "spec/rubocop/cops/collection_methods_spec.rb".freeze, "spec/rubocop/cops/colon_method_call_spec.rb".freeze, "spec/rubocop/cops/constant_name_spec.rb".freeze, "spec/rubocop/cops/cop_spec.rb".freeze, "spec/rubocop/cops/def_with_parentheses_spec.rb".freeze, "spec/rubocop/cops/def_without_parentheses_spec.rb".freeze, "spec/rubocop/cops/empty_line_between_defs_spec.rb".freeze, "spec/rubocop/cops/empty_lines_spec.rb".freeze, "spec/rubocop/cops/empty_literal_spec.rb".freeze, "spec/rubocop/cops/encoding_spec.rb".freeze, "spec/rubocop/cops/end_of_line_spec.rb".freeze, "spec/rubocop/cops/ensure_return_spec.rb".freeze, "spec/rubocop/cops/eval_spec.rb".freeze, "spec/rubocop/cops/favor_join_spec.rb".freeze, "spec/rubocop/cops/favor_modifier_spec.rb".freeze, "spec/rubocop/cops/favor_percent_r_spec.rb".freeze, "spec/rubocop/cops/favor_sprintf_spec.rb".freeze, "spec/rubocop/cops/favor_unless_over_negated_if_spec.rb".freeze, "spec/rubocop/cops/favor_until_over_negated_while_spec.rb".freeze, "spec/rubocop/cops/handle_exceptions_spec.rb".freeze, "spec/rubocop/cops/hash_syntax_spec.rb".freeze, "spec/rubocop/cops/if_with_semicolon_spec.rb".freeze, "spec/rubocop/cops/leading_comment_space_spec.rb".freeze, "spec/rubocop/cops/line_continuation_spec.rb".freeze, "spec/rubocop/cops/line_length_spec.rb".freeze, "spec/rubocop/cops/loop_spec.rb".freeze, "spec/rubocop/cops/method_and_variable_snake_case_spec.rb".freeze, "spec/rubocop/cops/method_length_spec.rb".freeze, "spec/rubocop/cops/multiline_if_then_spec.rb".freeze, "spec/rubocop/cops/new_lambda_literal_spec.rb".freeze, "spec/rubocop/cops/not_spec.rb".freeze, "spec/rubocop/cops/numeric_literals_spec.rb".freeze, "spec/rubocop/cops/offence_spec.rb".freeze, "spec/rubocop/cops/one_line_conditional_spec.rb".freeze, "spec/rubocop/cops/op_method_spec.rb".freeze, "spec/rubocop/cops/parameter_lists_spec.rb".freeze, "spec/rubocop/cops/parentheses_around_condition_spec.rb".freeze, "spec/rubocop/cops/percent_r_spec.rb".freeze, "spec/rubocop/cops/reduce_arguments_spec.rb".freeze, "spec/rubocop/cops/rescue_exception_spec.rb".freeze, "spec/rubocop/cops/rescue_modifier_spec.rb".freeze, "spec/rubocop/cops/semicolon_spec.rb".freeze, "spec/rubocop/cops/single_line_methods_spec.rb".freeze, "spec/rubocop/cops/space_after_colon_spec.rb".freeze, "spec/rubocop/cops/space_after_comma_spec.rb".freeze, "spec/rubocop/cops/space_after_control_keyword_spec.rb".freeze, "spec/rubocop/cops/space_after_semicolon_spec.rb".freeze, "spec/rubocop/cops/space_around_braces_spec.rb".freeze, "spec/rubocop/cops/space_around_equals_in_default_parameter_spec.rb".freeze, "spec/rubocop/cops/space_around_operators_spec.rb".freeze, "spec/rubocop/cops/space_inside_brackets_spec.rb".freeze, "spec/rubocop/cops/space_inside_hash_literal_braces_spec.rb".freeze, "spec/rubocop/cops/space_inside_parens_spec.rb".freeze, "spec/rubocop/cops/string_literals_spec.rb".freeze, "spec/rubocop/cops/symbol_array_spec.rb".freeze, "spec/rubocop/cops/symbol_name_spec.rb".freeze, "spec/rubocop/cops/syntax_spec.rb".freeze, "spec/rubocop/cops/tab_spec.rb".freeze, "spec/rubocop/cops/ternary_operator_spec.rb".freeze, "spec/rubocop/cops/trailing_whitespace_spec.rb".freeze, "spec/rubocop/cops/trivial_accessors_spec.rb".freeze, "spec/rubocop/cops/unless_else_spec.rb".freeze, "spec/rubocop/cops/variable_interpolation_spec.rb".freeze, "spec/rubocop/cops/when_then_spec.rb".freeze, "spec/rubocop/cops/word_array_spec.rb".freeze, "spec/rubocop/reports/emacs_style_spec.rb".freeze, "spec/rubocop/reports/report_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/file_helper.rb".freeze, "spec/support/isolated_environment.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 1.1.4".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.0.0.beta2".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