Sha256: b2a186554f1610a88166eeefb73305afe78fbdc74471cd4d3c20c528c440a0f7
Contents?: true
Size: 1.04 KB
Versions: 1
Compression:
Stored size: 1.04 KB
Contents
# SoarConfiguredFactory [![Build Status](http://soar-ci.dev.auto-h.net:8080/job/soar_configured_factory/badge/icon)](http://soar-ci.dev.auto-h.net:8080/job/soar_configured_factory) This gem provides the thread worker that workers in the SOAR architecture can extend from for threading purposes. ```ruby class MyConfiguredFactory < SoarConfiguredFactory::ConfiguredFactory end @factory = MyConfiguredFactory.new ``` ## Installation Add this line to your application's Gemfile: ```ruby gem 'soar_configured_factory' ``` And then execute: $ bundle Or install it yourself as: $ gem install soar_configured_factory ## Testing Run the rspec test tests: $ bundle exec rspec -cfd spec ## Usage ## Detailed example ## Contributing Bug reports and feature requests are welcome by email to barney dot de dot villiers at hetzner dot co dot za. This gem is sponsored by Hetzner (Pty) Ltd (http://hetzner.co.za) ## Notes ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
soar_configured_factory-0.1.0 | README.md |