# Siege Software architecture principles realized as a code. ## Installation ```ruby gem 'siege' ``` ```shell $ bundle install # --- or --- $ gem install 'siege' ``` ```ruby 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. ## Authors [Rustam Ibragimov](https://github.com/0exp)