Name | Lines of code | Maintainability | Test coverage |
.github/workflows/ruby.yml | |||
.gitignore | |||
.rspec | |||
.travis.yml | |||
CODE_OF_CONDUCT.md | |||
Gemfile | |||
LICENSE.txt | |||
README.md | |||
Rakefile | |||
assets/factory.png | |||
bin/console | |||
bin/setup | |||
lib/manufacturable.rb | 35 | A 0 mins | A 100% |
lib/manufacturable/builder.rb | 57 | A 0 mins | A 100% |
lib/manufacturable/config.rb | 23 | A 0 mins | A 100% |
lib/manufacturable/dispatcher.rb | 16 | A 0 mins | |
lib/manufacturable/factory.rb | 26 | A 0 mins | A 100% |
lib/manufacturable/injector.rb | 21 | A 0 mins | A 100% |
lib/manufacturable/item.rb | 27 | A 0 mins | A 100% |
lib/manufacturable/object_factory.rb | 6 | A 0 mins | A 100% |
lib/manufacturable/railtie.rb | 17 | A 0 mins | A 100% |
lib/manufacturable/registrar.rb | 63 | A 0 mins | A 100% |
lib/manufacturable/simple_registrar.rb | 26 | A 0 mins | A 100% |
lib/manufacturable/version.rb | 3 | A 0 mins | |
manufacturable.gemspec |