Sha256: bedeb7cf2f20863ec089bdc30a86c54bcdda3f4c5962cbb80f58dbcba7e1d3b4

Contents?: true

Size: 1.07 KB

Versions: 19

Compression:

Stored size: 1.07 KB

Contents

# Services

[![Gem Version](https://badge.fury.io/rb/services.png)](http://badge.fury.io/rb/services)
[![Build Status](https://secure.travis-ci.org/krautcomputing/services.png)](http://travis-ci.org/krautcomputing/services)
[![Dependency Status](https://gemnasium.com/krautcomputing/services.png)](https://gemnasium.com/krautcomputing/services)
[![Code Climate](https://codeclimate.com/github/krautcomputing/services.png)](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

Version Path
services-0.3.4 README.md
services-0.2.14 README.md
services-0.2.13 README.md
services-0.2.12 README.md
services-0.2.11 README.md
services-0.2.10 README.md
services-0.2.9 README.md
services-0.2.8 README.md
services-0.2.7 README.md
services-0.2.6 README.md
services-0.2.5 README.md
services-0.2.4 README.md
services-0.2.2 README.md
services-0.2.1 README.md
services-0.1.7 README.md
services-0.1.2 README.md
services-0.1.0 README.md
services-0.0.2 README.md
services-0.0.1 README.md