# -*- encoding: utf-8 -*- # stub: factory_bot-blueprint 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "factory_bot-blueprint".freeze s.version = "0.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "changelog_uri" => "https://github.com/yubrot/factory_bot-blueprint/blob/main/CHANGELOG.md", "homepage_uri" => "https://github.com/yubrot/factory_bot-blueprint", "rubygems_mfa_required" => "true", "source_code_uri" => "https://github.com/yubrot/factory_bot-blueprint" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["yubrot".freeze] s.bindir = "exe".freeze s.date = "2024-07-22" s.description = "FactoryBot::Blueprint is a FactoryBot extension for building structured objects using a declarative DSL.\nOn the DSL, the factories defined in FactoryBot can be used without any additional configuration.\n".freeze s.email = ["yubrot@gmail.com".freeze] s.files = ["LICENSE.txt".freeze, "README.md".freeze, "lib/factory_bot/blueprint.rb".freeze, "lib/factory_bot/blueprint/dsl.rb".freeze, "lib/factory_bot/blueprint/version.rb".freeze] s.homepage = "https://github.com/yubrot/factory_bot-blueprint".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 3.1.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "FactoryBot extension for building structured objects using a declarative DSL".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 6.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.1.0".freeze]) end