Sha256: c7810ef929a4a33887ce9bdb19d397321471fb47515029548bbebcff47882f5f
Contents?: true
Size: 1.71 KB
Versions: 0
Compression: gzip
Compressed size: 691 Bytes
Stored size: 691 Bytes
Contents
--- !ruby/object:Gem::Specification name: factrey version: !ruby/object:Gem::Version version: 0.3.0 platform: ruby authors: - yubrot autorequire: bindir: exe cert_chain: [] date: 2024-07-30 00:00:00.000000000 Z dependencies: [] description: | Factrey provides a declarative DSL to represent the creation plan of objects, for FactoryBot::Blueprint. The name Factrey is derived from the words factory and tree. email: - yubrot@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - LICENSE.txt - README.md - lib/factrey.rb - lib/factrey/blueprint.rb - lib/factrey/blueprint/instantiator.rb - lib/factrey/blueprint/node.rb - lib/factrey/blueprint/type.rb - lib/factrey/dsl.rb - lib/factrey/dsl/let.rb - lib/factrey/dsl/on.rb - lib/factrey/ref.rb - lib/factrey/ref/builder.rb - lib/factrey/ref/defer.rb - lib/factrey/ref/resolver.rb - lib/factrey/ref/shorthand_methods.rb - lib/factrey/version.rb homepage: https://github.com/yubrot/factory_bot-blueprint licenses: - MIT metadata: homepage_uri: https://github.com/yubrot/factory_bot-blueprint source_code_uri: https://github.com/yubrot/factory_bot-blueprint changelog_uri: https://github.com/yubrot/factory_bot-blueprint/blob/main/CHANGELOG.md rubygems_mfa_required: 'true' post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 3.1.0 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.5.11 signing_key: specification_version: 4 summary: Provides a declarative DSL to represent the creation plan of objects test_files: []