RubyGems Navigation menu

manufacturable 2.0.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.5KB)
  2. 2.1.0 - April 13, 2022 (12.5KB)
  3. 2.0.0 - September 06, 2021 (12.5KB)
  4. 1.6.0 - September 06, 2021 (12.5KB)
  5. 1.5.1 - September 05, 2021 (12.5KB)
全てのバージョンを表示(全16件)

Development依存関係 (5):

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

所有者:

プッシュ者:

作者:

  • Alan Ridlehoover, Fito von Zastrow

SHA 256チェックサム:

132088c479142b47104c7813d17ec52ee9dd3e3fc645a043a819c3282618c2d8

累計ダウンロード数 18,131

このバージョンのみ 1,499

ライセンス:

MIT

必要なRubyのバージョン: >= 2.3.0

リンク: