Sha256: bedeb7cf2f20863ec089bdc30a86c54bcdda3f4c5962cbb80f58dbcba7e1d3b4
Contents?: true
Size: 1.07 KB
Versions: 19
Compression:
Stored size: 1.07 KB
Contents
# Services [](http://badge.fury.io/rb/services) [](http://travis-ci.org/krautcomputing/services) [](https://gemnasium.com/krautcomputing/services) [](https://codeclimate.com/github/krautcomputing/services) Services is a opinionated set of modules that can be used to implement the use cases (or services, contexts, whatchamacallit) of a Ruby application. ## Requirements Ruby >= 2.0 ## Installation Add this line to your application's Gemfile: gem 'services' And then execute: $ bundle Or install it yourself as: $ gem install services ## Usage Coming soon... ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
Version data entries
19 entries across 19 versions & 1 rubygems