# -*- encoding: utf-8 -*- # stub: rubocop-factory_bot 2.26.1 ruby lib Gem::Specification.new do |s| s.name = "rubocop-factory_bot".freeze s.version = "2.26.1".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-factory_bot/blob/master/CHANGELOG.md", "documentation_uri" => "https://docs.rubocop.org/rubocop-factory_bot/", "rubygems_mfa_required" => "true" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["John Backus".freeze, "Ian MacLeod".freeze, "Phil Pirozhkov".freeze, "Maxim Krizhanovsky".freeze, "Andrew Bromwich".freeze] s.date = "2024-06-11" s.description = "Code style checking for factory_bot files.\nA plugin for the RuboCop code style enforcing & linting tool.\n".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-factory_bot.rb".freeze, "lib/rubocop/cop/factory_bot/association_style.rb".freeze, "lib/rubocop/cop/factory_bot/attribute_defined_statically.rb".freeze, "lib/rubocop/cop/factory_bot/consistent_parentheses_style.rb".freeze, "lib/rubocop/cop/factory_bot/create_list.rb".freeze, "lib/rubocop/cop/factory_bot/excessive_create_list.rb".freeze, "lib/rubocop/cop/factory_bot/factory_association_with_strategy.rb".freeze, "lib/rubocop/cop/factory_bot/factory_class_name.rb".freeze, "lib/rubocop/cop/factory_bot/factory_name_style.rb".freeze, "lib/rubocop/cop/factory_bot/id_sequence.rb".freeze, "lib/rubocop/cop/factory_bot/mixin/configurable_explicit_only.rb".freeze, "lib/rubocop/cop/factory_bot/redundant_factory_option.rb".freeze, "lib/rubocop/cop/factory_bot/syntax_methods.rb".freeze, "lib/rubocop/cop/factory_bot_cops.rb".freeze, "lib/rubocop/factory_bot/config_formatter.rb".freeze, "lib/rubocop/factory_bot/cop/generator.rb".freeze, "lib/rubocop/factory_bot/description_extractor.rb".freeze, "lib/rubocop/factory_bot/factory_bot.rb".freeze, "lib/rubocop/factory_bot/language.rb".freeze, "lib/rubocop/factory_bot/version.rb".freeze] s.homepage = "https://github.com/rubocop/rubocop-factory_bot".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 factory_bot files".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.61".freeze]) end