# -*- encoding: utf-8 -*- # stub: rubocop-rspec 3.0.3 ruby lib Gem::Specification.new do |s| s.name = "rubocop-rspec".freeze s.version = "3.0.3".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/rubocop-rspec/blob/master/CHANGELOG.md", "documentation_uri" => "https://docs.rubocop.org/rubocop-rspec/", "rubygems_mfa_required" => "true" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["John Backus".freeze, "Ian MacLeod".freeze, "Nils Gemeinhardt".freeze] s.date = "2024-07-12" s.description = "Code style checking for RSpec files.\nA 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, "config/obsoletion.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_empty.rb".freeze, "lib/rubocop/cop/rspec/be_eq.rb".freeze, "lib/rubocop/cop/rspec/be_eql.rb".freeze, "lib/rubocop/cop/rspec/be_nil.rb".freeze, "lib/rubocop/cop/rspec/before_after_all.rb".freeze, "lib/rubocop/cop/rspec/change_by_zero.rb".freeze, "lib/rubocop/cop/rspec/class_check.rb".freeze, "lib/rubocop/cop/rspec/contain_exactly.rb".freeze, "lib/rubocop/cop/rspec/context_method.rb".freeze, "lib/rubocop/cop/rspec/context_wording.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/duplicated_metadata.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/empty_metadata.rb".freeze, "lib/rubocop/cop/rspec/empty_output.rb".freeze, "lib/rubocop/cop/rspec/eq.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/excessive_docstring_spacing.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_in_let.rb".freeze, "lib/rubocop/cop/rspec/expect_output.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/identical_equality_assertion.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/indexed_let.rb".freeze, "lib/rubocop/cop/rspec/instance_spy.rb".freeze, "lib/rubocop/cop/rspec/instance_variable.rb".freeze, "lib/rubocop/cop/rspec/is_expected_specify.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/match_array.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/metadata_style.rb".freeze, "lib/rubocop/cop/rspec/missing_example_group_argument.rb".freeze, "lib/rubocop/cop/rspec/missing_expectation_target_method.rb".freeze, "lib/rubocop/cop/rspec/mixin/comments_help.rb".freeze, "lib/rubocop/cop/rspec/mixin/empty_line_separation.rb".freeze, "lib/rubocop/cop/rspec/mixin/file_help.rb".freeze, "lib/rubocop/cop/rspec/mixin/final_end_location.rb".freeze, "lib/rubocop/cop/rspec/mixin/inside_example_group.rb".freeze, "lib/rubocop/cop/rspec/mixin/location_help.rb".freeze, "lib/rubocop/cop/rspec/mixin/metadata.rb".freeze, "lib/rubocop/cop/rspec/mixin/namespace.rb".freeze, "lib/rubocop/cop/rspec/mixin/skip_or_pending.rb".freeze, "lib/rubocop/cop/rspec/mixin/top_level_group.rb".freeze, "lib/rubocop/cop/rspec/mixin/variable.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/no_expectation_example.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/pending_without_reason.rb".freeze, "lib/rubocop/cop/rspec/predicate_matcher.rb".freeze, "lib/rubocop/cop/rspec/receive_counts.rb".freeze, "lib/rubocop/cop/rspec/receive_messages.rb".freeze, "lib/rubocop/cop/rspec/receive_never.rb".freeze, "lib/rubocop/cop/rspec/redundant_around.rb".freeze, "lib/rubocop/cop/rspec/redundant_predicate_matcher.rb".freeze, "lib/rubocop/cop/rspec/remove_const.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/repeated_include_example.rb".freeze, "lib/rubocop/cop/rspec/repeated_subject_call.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/skip_block_inside_example.rb".freeze, "lib/rubocop/cop/rspec/sort_metadata.rb".freeze, "lib/rubocop/cop/rspec/spec_file_path_format.rb".freeze, "lib/rubocop/cop/rspec/spec_file_path_suffix.rb".freeze, "lib/rubocop/cop/rspec/stubbed_mock.rb".freeze, "lib/rubocop/cop/rspec/subject_declaration.rb".freeze, "lib/rubocop/cop/rspec/subject_stub.rb".freeze, "lib/rubocop/cop/rspec/undescriptive_literals_description.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_double_reference.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/cop/generator.rb".freeze, "lib/rubocop/rspec/corrector/move_node.rb".freeze, "lib/rubocop/rspec/description_extractor.rb".freeze, "lib/rubocop/rspec/example.rb".freeze, "lib/rubocop/rspec/example_group.rb".freeze, "lib/rubocop/rspec/hook.rb".freeze, "lib/rubocop/rspec/inject.rb".freeze, "lib/rubocop/rspec/language.rb".freeze, "lib/rubocop/rspec/node.rb".freeze, "lib/rubocop/rspec/shared_contexts/default_rspec_language_config_context.rb".freeze, "lib/rubocop/rspec/version.rb".freeze, "lib/rubocop/rspec/wording.rb".freeze] s.homepage = "https://github.com/rubocop/rubocop-rspec".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.7.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, ["~> 1.61".freeze]) end