RubyGems Navigation menu

manufacturable 1.3.1

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.3.1 - August 29, 2020 (314.5 KB)
顯示所有版本(共 16)

Development 相依性套件 (5):

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

擁有者:

Pushed by:

作者:

  • Alan Ridlehoover, Fito von Zastrow

SHA 256 checksum:

e3a185bf611e65eeacfa3937657632a5649c3436e591935f35bc73707c45ebff

總下載次數 19,446

這個版本 1,281

License:

MIT

Ruby 版本需求: >= 2.3.0

相關連結: