Sha256: c8f3b47ada6373f0483b3daf595084af69b6b714d950630d3189e2d4361ad1cd
Contents?: true
Size: 927 Bytes
Versions: 1
Compression:
Stored size: 927 Bytes
Contents
# SmartCore::Operation · [![Gem Version](https://badge.fury.io/rb/smart_operation.svg)](https://badge.fury.io/rb/smart_operation) [![Build Status](https://travis-ci.org/smart-rb/smart_operation.svg?branch=master)](https://travis-ci.org/smart-rb/smart_operation) Smart implementation of the most-used programming pattern - Service Object. ## Installation ```ruby gem 'smart_operation' ``` ```shell bundle install # --- or --- gem install smart_types ``` ```ruby require 'smart_core/operation' ``` --- ## Contributing - Fork it ( https://github.com/smart-rb/smart_operation ) - Create your feature branch (`git checkout -b feature/my-new-feature`) - Commit your changes (`git commit -am '[feature_context] 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)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
smart_operation-0.0.0 | README.md |