# -*- encoding: utf-8 -*- # stub: factory_bot-with 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "factory_bot-with".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-with/blob/main/CHANGELOG.md", "homepage_uri" => "https://github.com/yubrot/factory_bot-with", "rubygems_mfa_required" => "true", "source_code_uri" => "https://github.com/yubrot/factory_bot-with" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["yubrot".freeze] s.bindir = "exe".freeze s.date = "2024-11-27" s.description = "FactoryBot extension that wraps FactoryBot::Syntax::Methods to make it a little easier to use".freeze s.email = ["yubrot@gmail.com".freeze] s.files = [".github/workflows/main.yml".freeze, ".gitignore".freeze, ".solargraph.yml".freeze, "CHANGELOG.md".freeze, "CODE_OF_CONDUCT.md".freeze, "LICENSE.txt".freeze, "README.md".freeze, "lib/factory_bot/with.rb".freeze, "lib/factory_bot/with/assoc_info.rb".freeze, "lib/factory_bot/with/methods.rb".freeze, "lib/factory_bot/with/proxy.rb".freeze, "lib/factory_bot/with/version.rb".freeze] s.homepage = "https://github.com/yubrot/factory_bot-with".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 3.2.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "FactoryBot extension that wraps FactoryBot::Syntax::Methods to make it a little easier to use".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 6.0".freeze]) end