Sha256: 6a55698b72b84df6a0e6cb9e3c4530f1379fef613e4b536516179ea5968dd175

Contents?: true

Size: 1.71 KB

Versions: 0

Compression: gzip

Compressed size: 690 Bytes

Stored size: 690 Bytes

Contents

--- !ruby/object:Gem::Specification
name: factrey
version: !ruby/object:Gem::Version
  version: 0.1.0
platform: ruby
authors:
- yubrot
autorequire:
bindir: exe
cert_chain: []
date: 2024-07-22 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: []

Package Spec version

factrey-0.1.0