# -*- encoding: utf-8 -*- # stub: rubocop-rspec 1.43.2 ruby lib Gem::Specification.new do |s| s.name = "rubocop-rspec".freeze s.version = "1.43.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "changelog_uri" => "https://github.com/rubocop-hq/rubocop-rspec/blob/master/CHANGELOG.md", "documentation_uri" => "https://rubocop-rspec.readthedocs.io/" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["John Backus".freeze, "Ian MacLeod".freeze, "Nils Gemeinhardt".freeze] s.date = "2020-08-25" s.description = " Code style checking for RSpec files.\n A plugin for the RuboCop code style enforcing & linting tool.\n".freeze s.email = ["johncbackus@gmail.com".freeze, "ian@nevir.net".freeze, "git@nilsgemeinhardt.de".freeze] s.extra_rdoc_files = ["MIT-LICENSE.md".freeze, "README.md".freeze] s.files = ["CHANGELOG.md".freeze, "CODE_OF_CONDUCT.md".freeze, "MIT-LICENSE.md".freeze, "README.md".freeze, "config/default.yml".freeze, "lib/rubocop-rspec.rb".freeze, "lib/rubocop/cop/rspec/align_left_let_brace.rb".freeze, "lib/rubocop/cop/rspec/align_right_let_brace.rb".freeze, "lib/rubocop/cop/rspec/any_instance.rb".freeze, "lib/rubocop/cop/rspec/around_block.rb".freeze, "lib/rubocop/cop/rspec/base.rb".freeze, "lib/rubocop/cop/rspec/be.rb".freeze, "lib/rubocop/cop/rspec/be_eql.rb".freeze, "lib/rubocop/cop/rspec/before_after_all.rb".freeze, "lib/rubocop/cop/rspec/capybara/current_path_expectation.rb".freeze, "lib/rubocop/cop/rspec/capybara/feature_methods.rb".freeze, "lib/rubocop/cop/rspec/capybara/visibility_matcher.rb".freeze, "lib/rubocop/cop/rspec/context_method.rb".freeze, "lib/rubocop/cop/rspec/context_wording.rb".freeze, "lib/rubocop/cop/rspec/cop.rb".freeze, "lib/rubocop/cop/rspec/describe_class.rb".freeze, "lib/rubocop/cop/rspec/describe_method.rb".freeze, "lib/rubocop/cop/rspec/describe_symbol.rb".freeze, "lib/rubocop/cop/rspec/described_class.rb".freeze, "lib/rubocop/cop/rspec/described_class_module_wrapping.rb".freeze, "lib/rubocop/cop/rspec/dialect.rb".freeze, "lib/rubocop/cop/rspec/empty_example_group.rb".freeze, "lib/rubocop/cop/rspec/empty_hook.rb".freeze, "lib/rubocop/cop/rspec/empty_line_after_example.rb".freeze, "lib/rubocop/cop/rspec/empty_line_after_example_group.rb".freeze, "lib/rubocop/cop/rspec/empty_line_after_final_let.rb".freeze, "lib/rubocop/cop/rspec/empty_line_after_hook.rb".freeze, "lib/rubocop/cop/rspec/empty_line_after_subject.rb".freeze, "lib/rubocop/cop/rspec/example_length.rb".freeze, "lib/rubocop/cop/rspec/example_without_description.rb".freeze, "lib/rubocop/cop/rspec/example_wording.rb".freeze, "lib/rubocop/cop/rspec/expect_actual.rb".freeze, "lib/rubocop/cop/rspec/expect_change.rb".freeze, "lib/rubocop/cop/rspec/expect_in_hook.rb".freeze, "lib/rubocop/cop/rspec/expect_output.rb".freeze, "lib/rubocop/cop/rspec/factory_bot/attribute_defined_statically.rb".freeze, "lib/rubocop/cop/rspec/factory_bot/create_list.rb".freeze, "lib/rubocop/cop/rspec/factory_bot/factory_class_name.rb".freeze, "lib/rubocop/cop/rspec/file_path.rb".freeze, "lib/rubocop/cop/rspec/focus.rb".freeze, "lib/rubocop/cop/rspec/hook_argument.rb".freeze, "lib/rubocop/cop/rspec/hooks_before_examples.rb".freeze, "lib/rubocop/cop/rspec/implicit_block_expectation.rb".freeze, "lib/rubocop/cop/rspec/implicit_expect.rb".freeze, "lib/rubocop/cop/rspec/implicit_subject.rb".freeze, "lib/rubocop/cop/rspec/instance_spy.rb".freeze, "lib/rubocop/cop/rspec/instance_variable.rb".freeze, "lib/rubocop/cop/rspec/invalid_predicate_matcher.rb".freeze, "lib/rubocop/cop/rspec/it_behaves_like.rb".freeze, "lib/rubocop/cop/rspec/iterated_expectation.rb".freeze, "lib/rubocop/cop/rspec/leading_subject.rb".freeze, "lib/rubocop/cop/rspec/leaky_constant_declaration.rb".freeze, "lib/rubocop/cop/rspec/let_before_examples.rb".freeze, "lib/rubocop/cop/rspec/let_setup.rb".freeze, "lib/rubocop/cop/rspec/message_chain.rb".freeze, "lib/rubocop/cop/rspec/message_expectation.rb".freeze, "lib/rubocop/cop/rspec/message_spies.rb".freeze, "lib/rubocop/cop/rspec/missing_example_group_argument.rb".freeze, "lib/rubocop/cop/rspec/multiple_describes.rb".freeze, "lib/rubocop/cop/rspec/multiple_expectations.rb".freeze, "lib/rubocop/cop/rspec/multiple_memoized_helpers.rb".freeze, "lib/rubocop/cop/rspec/multiple_subjects.rb".freeze, "lib/rubocop/cop/rspec/named_subject.rb".freeze, "lib/rubocop/cop/rspec/nested_groups.rb".freeze, "lib/rubocop/cop/rspec/not_to_not.rb".freeze, "lib/rubocop/cop/rspec/overwriting_setup.rb".freeze, "lib/rubocop/cop/rspec/pending.rb".freeze, "lib/rubocop/cop/rspec/predicate_matcher.rb".freeze, "lib/rubocop/cop/rspec/rails/http_status.rb".freeze, "lib/rubocop/cop/rspec/receive_counts.rb".freeze, "lib/rubocop/cop/rspec/receive_never.rb".freeze, "lib/rubocop/cop/rspec/repeated_description.rb".freeze, "lib/rubocop/cop/rspec/repeated_example.rb".freeze, "lib/rubocop/cop/rspec/repeated_example_group_body.rb".freeze, "lib/rubocop/cop/rspec/repeated_example_group_description.rb".freeze, "lib/rubocop/cop/rspec/return_from_stub.rb".freeze, "lib/rubocop/cop/rspec/scattered_let.rb".freeze, "lib/rubocop/cop/rspec/scattered_setup.rb".freeze, "lib/rubocop/cop/rspec/shared_context.rb".freeze, "lib/rubocop/cop/rspec/shared_examples.rb".freeze, "lib/rubocop/cop/rspec/single_argument_message_chain.rb".freeze, "lib/rubocop/cop/rspec/subject_stub.rb".freeze, "lib/rubocop/cop/rspec/unspecified_exception.rb".freeze, "lib/rubocop/cop/rspec/variable_definition.rb".freeze, "lib/rubocop/cop/rspec/variable_name.rb".freeze, "lib/rubocop/cop/rspec/verified_doubles.rb".freeze, "lib/rubocop/cop/rspec/void_expect.rb".freeze, "lib/rubocop/cop/rspec/yield.rb".freeze, "lib/rubocop/cop/rspec_cops.rb".freeze, "lib/rubocop/rspec.rb".freeze, "lib/rubocop/rspec/align_let_brace.rb".freeze, "lib/rubocop/rspec/concept.rb".freeze, "lib/rubocop/rspec/config_formatter.rb".freeze, "lib/rubocop/rspec/corrector/move_node.rb".freeze, "lib/rubocop/rspec/description_extractor.rb".freeze, "lib/rubocop/rspec/empty_line_separation.rb".freeze, "lib/rubocop/rspec/example.rb".freeze, "lib/rubocop/rspec/example_group.rb".freeze, "lib/rubocop/rspec/factory_bot.rb".freeze, "lib/rubocop/rspec/final_end_location.rb".freeze, "lib/rubocop/rspec/hook.rb".freeze, "lib/rubocop/rspec/inject.rb".freeze, "lib/rubocop/rspec/language.rb".freeze, "lib/rubocop/rspec/language/node_pattern.rb".freeze, "lib/rubocop/rspec/node.rb".freeze, "lib/rubocop/rspec/top_level_describe.rb".freeze, "lib/rubocop/rspec/top_level_group.rb".freeze, "lib/rubocop/rspec/variable.rb".freeze, "lib/rubocop/rspec/version.rb".freeze, "lib/rubocop/rspec/wording.rb".freeze] s.homepage = "https://github.com/rubocop-hq/rubocop-rspec".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.4.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Code style checking for RSpec files".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 0.87".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 3.4".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.7".freeze]) s.add_development_dependency(%q.freeze, ["< 0.18".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end