# -*- encoding: utf-8 -*- # stub: rubocop-rspec 1.1.0 ruby lib Gem::Specification.new do |s| s.name = "rubocop-rspec".freeze s.version = "1.1.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 = ["Ian MacLeod".freeze, "Nils Gemeinhardt".freeze] s.date = "2014-06-25" s.description = " Code style checking for RSpec files.\n A plugin for the RuboCop code style enforcing & linting tool.\n".freeze s.email = ["ian@nevir.net".freeze, "git@nilsgemeinhardt.de".freeze] s.extra_rdoc_files = ["MIT-LICENSE.md".freeze, "README.md".freeze] s.files = ["CHANGELOG.md".freeze, "Gemfile".freeze, "MIT-LICENSE.md".freeze, "README.md".freeze, "Rakefile".freeze, "config/default.yml".freeze, "lib/rubocop-rspec.rb".freeze, "lib/rubocop/cop/rspec/describe_class.rb".freeze, "lib/rubocop/cop/rspec/describe_method.rb".freeze, "lib/rubocop/cop/rspec/described_class.rb".freeze, "lib/rubocop/cop/rspec/example_wording.rb".freeze, "lib/rubocop/cop/rspec/file_name.rb".freeze, "lib/rubocop/cop/rspec/instance_variable.rb".freeze, "lib/rubocop/cop/rspec/multiple_describes.rb".freeze, "lib/rubocop/rspec/inject.rb".freeze, "lib/rubocop/rspec/top_level_describe.rb".freeze, "lib/rubocop/rspec/version.rb".freeze, "rubocop-rspec.gemspec".freeze, "spec/project_spec.rb".freeze, "spec/rubocop/cop/rspec/describe_class_spec.rb".freeze, "spec/rubocop/cop/rspec/describe_method_spec.rb".freeze, "spec/rubocop/cop/rspec/described_class_spec.rb".freeze, "spec/rubocop/cop/rspec/example_wording_spec.rb".freeze, "spec/rubocop/cop/rspec/file_name_spec.rb".freeze, "spec/rubocop/cop/rspec/instance_variable_spec.rb".freeze, "spec/rubocop/cop/rspec/multiple_describes_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "http://github.com/nevir/rubocop-rspec".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 = "Code style checking for RSpec files".freeze s.test_files = ["spec/project_spec.rb".freeze, "spec/rubocop/cop/rspec/describe_class_spec.rb".freeze, "spec/rubocop/cop/rspec/describe_method_spec.rb".freeze, "spec/rubocop/cop/rspec/described_class_spec.rb".freeze, "spec/rubocop/cop/rspec/example_wording_spec.rb".freeze, "spec/rubocop/cop/rspec/file_name_spec.rb".freeze, "spec/rubocop/cop/rspec/instance_variable_spec.rb".freeze, "spec/rubocop/cop/rspec/multiple_describes_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 0.23".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.8".freeze]) end