# -*- encoding: utf-8 -*- # stub: rubocop 0.2.1 ruby lib Gem::Specification.new do |s| s.name = "rubocop".freeze s.version = "0.2.1".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-01-12" 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, ".rbenv-version".freeze, ".rspec".freeze, ".rvmrc".freeze, ".travis.yml".freeze, "CONTRIBUTING.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "VERSION".freeze, "bin/rubocop".freeze, "features/rubocop.feature".freeze, "features/step_definitions/rubocop_steps.rb".freeze, "features/support/env.rb".freeze, "lib/rubocop.rb".freeze, "lib/rubocop/cli.rb".freeze, "lib/rubocop/cop/align_parameters.rb".freeze, "lib/rubocop/cop/blocks.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/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/numeric_literals.rb".freeze, "lib/rubocop/cop/offence.rb".freeze, "lib/rubocop/cop/parameter_lists.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/tab.rb".freeze, "lib/rubocop/cop/ternary_operator.rb".freeze, "lib/rubocop/cop/trailing_whitespace.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/align_parameters_spec.rb".freeze, "spec/rubocop/cops/blocks_spec.rb".freeze, "spec/rubocop/cops/cop_spec.rb".freeze, "spec/rubocop/cops/def_parentheses_spec.rb".freeze, "spec/rubocop/cops/empty_lines_spec.rb".freeze, "spec/rubocop/cops/end_of_line_spec.rb".freeze, "spec/rubocop/cops/grammar_spec.rb".freeze, "spec/rubocop/cops/hash_syntax_spec.rb".freeze, "spec/rubocop/cops/if_then_else_spec.rb".freeze, "spec/rubocop/cops/indentation_spec.rb".freeze, "spec/rubocop/cops/line_length_spec.rb".freeze, "spec/rubocop/cops/numeric_literals_spec.rb".freeze, "spec/rubocop/cops/offence_spec.rb".freeze, "spec/rubocop/cops/parameter_lists_spec.rb".freeze, "spec/rubocop/cops/space_after_comma_etc_spec.rb".freeze, "spec/rubocop/cops/string_literals_spec.rb".freeze, "spec/rubocop/cops/surrounding_space_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/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_development_dependency(%q<rake>.freeze, ["~> 10.0.0".freeze]) s.add_development_dependency(%q<rspec>.freeze, ["~> 2.12.0".freeze]) s.add_development_dependency(%q<yard>.freeze, ["~> 0.8.0".freeze]) s.add_development_dependency(%q<bundler>.freeze, ["~> 1.2.0".freeze]) s.add_development_dependency(%q<jeweler>.freeze, ["~> 1.8.3".freeze]) s.add_development_dependency(%q<simplecov>.freeze, [">= 0".freeze]) end