# -*- encoding: utf-8 -*- # stub: rubocop 0.5.0 ruby lib Gem::Specification.new do |s| s.name = "rubocop".freeze s.version = "0.5.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. Aims to enforce the community-driven Ruby Style Guide.".freeze s.email = "bozhidar@batsov.com".freeze s.executables = ["rubocop".freeze] s.extra_rdoc_files = ["LICENSE.txt".freeze, "README.md".freeze] s.files = [".document".freeze, ".rspec".freeze, ".rubocop.yml".freeze, ".travis.yml".freeze, "CHANGELOG.md".freeze, "CONTRIBUTING.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "VERSION".freeze, "bin/rubocop".freeze, "lib/rubocop.rb".freeze, "lib/rubocop/cli.rb".freeze, "lib/rubocop/cop/alias.rb".freeze, "lib/rubocop/cop/align_parameters.rb".freeze, "lib/rubocop/cop/ampersands_pipes_vs_and_or.rb".freeze, "lib/rubocop/cop/avoid_class_vars.rb".freeze, "lib/rubocop/cop/avoid_for.rb".freeze, "lib/rubocop/cop/avoid_perl_backrefs.rb".freeze, "lib/rubocop/cop/avoid_perlisms.rb".freeze, "lib/rubocop/cop/blocks.rb".freeze, "lib/rubocop/cop/class_and_module_camel_case.rb".freeze, "lib/rubocop/cop/collection_methods.rb".freeze, "lib/rubocop/cop/cop.rb".freeze, "lib/rubocop/cop/def_parentheses.rb".freeze, "lib/rubocop/cop/empty_lines.rb".freeze, "lib/rubocop/cop/encoding.rb".freeze, "lib/rubocop/cop/end_of_line.rb".freeze, "lib/rubocop/cop/favor_modifier.rb".freeze, "lib/rubocop/cop/favor_sprintf.rb".freeze, "lib/rubocop/cop/favor_unless_over_negated_if.rb".freeze, "lib/rubocop/cop/grammar.rb".freeze, "lib/rubocop/cop/hash_syntax.rb".freeze, "lib/rubocop/cop/if_then_else.rb".freeze, "lib/rubocop/cop/indentation.rb".freeze, "lib/rubocop/cop/line_length.rb".freeze, "lib/rubocop/cop/method_and_variable_snake_case.rb".freeze, "lib/rubocop/cop/new_lambda_literal.rb".freeze, "lib/rubocop/cop/numeric_literals.rb".freeze, "lib/rubocop/cop/offence.rb".freeze, "lib/rubocop/cop/parameter_lists.rb".freeze, "lib/rubocop/cop/parentheses_around_condition.rb".freeze, "lib/rubocop/cop/semicolon.rb".freeze, "lib/rubocop/cop/space_after_comma_etc.rb".freeze, "lib/rubocop/cop/string_literals.rb".freeze, "lib/rubocop/cop/surrounding_space.rb".freeze, "lib/rubocop/cop/symbol_snake_case.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/unless_else.rb".freeze, "lib/rubocop/cop/variable_interpolation.rb".freeze, "lib/rubocop/cop/when_then.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/rubocop/cli_spec.rb".freeze, "spec/rubocop/cops/alias_spec.rb".freeze, "spec/rubocop/cops/align_parameters_spec.rb".freeze, "spec/rubocop/cops/ampersands_pipes_vs_and_or_spec.rb".freeze, "spec/rubocop/cops/avoid_class_vars_spec.rb".freeze, "spec/rubocop/cops/avoid_for_spec.rb".freeze, "spec/rubocop/cops/avoid_perl_backrefs_spec.rb".freeze, "spec/rubocop/cops/avoid_perlisms_spec.rb".freeze, "spec/rubocop/cops/class_and_module_camel_case_spec.rb".freeze, "spec/rubocop/cops/collection_methods_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_lines_spec.rb".freeze, "spec/rubocop/cops/encoding_spec.rb".freeze, "spec/rubocop/cops/end_of_line_spec.rb".freeze, "spec/rubocop/cops/favor_modifier_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/grammar_spec.rb".freeze, "spec/rubocop/cops/hash_syntax_spec.rb".freeze, "spec/rubocop/cops/if_with_semicolon_spec.rb".freeze, "spec/rubocop/cops/indentation_spec.rb".freeze, "spec/rubocop/cops/line_length_spec.rb".freeze, "spec/rubocop/cops/method_and_variable_snake_case_spec.rb".freeze, "spec/rubocop/cops/multiline_blocks_spec.rb".freeze, "spec/rubocop/cops/multiline_if_then_spec.rb".freeze, "spec/rubocop/cops/new_lambda_literal_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/parameter_lists_spec.rb".freeze, "spec/rubocop/cops/parentheses_around_condition_spec.rb".freeze, "spec/rubocop/cops/semicolon_spec.rb".freeze, "spec/rubocop/cops/single_line_blocks_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_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_parens_spec.rb".freeze, "spec/rubocop/cops/string_literals_spec.rb".freeze, "spec/rubocop/cops/symbol_snake_case_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/unless_else_spec.rb".freeze, "spec/rubocop/cops/variable_interpolation_spec.rb".freeze, "spec/rubocop/cops/when_then_spec.rb".freeze, "spec/rubocop/reports/emacs_style_spec.rb".freeze, "spec/rubocop/reports/report_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "http://github.com/bbatsov/rubocop".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Automatic Ruby code style checking tool.".freeze s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end