Siege
Software architecture principles realized as a code.
Installation
gem 'siege'
$ bundle install
# --- or ---
$ gem install 'siege'
require 'siege'
Contributing
- Fork it ( https://github.com/0exp/siege/fork )
- Create your feature branch (
git checkout -b feature/my-new-feature
) - Commit your changes (
git commit -am '[my-new-featre] Add some feature'
) - Push to the branch (
git push origin feature/my-new-feature
) - Create new Pull Request
License
Released under MIT License.