RubyGems Navigation menu

manufacturable 1.4.0

Manufacturable is a factory that builds self-registering objects. It leverages self-registration to move factory setup from case statements, hashes, and configuration files to a simple DSL within the instantiable classes themselves. Giving classes the responsibility of registering themselves with the factory does two things. It allows the factory to be extended without modification. And, it leaves the factory with only one responsibility: building objects.

Gemfile:
= 复制到剪贴板 已复制!

安装:
=

版本列表:

  1. 2.2.0 - April 20, 2022 (13.5 KB)
  2. 2.1.0 - April 13, 2022 (12.5 KB)
  3. 2.0.0 - September 06, 2021 (12.5 KB)
  4. 1.6.0 - September 06, 2021 (12.5 KB)
  5. 1.5.1 - September 05, 2021 (12.5 KB)
  6. 1.4.0 - September 10, 2020 (314.5 KB)
显示所有版本 (共 16 个)

Development 依赖 (5):

bundler ~> 2.0
rake ~> 12.0
rspec ~> 3.0
simplecov ~> 0.17.0

业主:

推送:

作者:

  • Alan Ridlehoover, Fito von Zastrow

SHA 256 校验和:

be9935ca7193fac4654c91fab120e81493cff699d3d32580794de13341d30e88

下载总量 19,543

这个版本 1,313

许可:

MIT

需要的 Ruby 版本: >= 2.3.0

链接: