Sha256: 73837a4fb4714cfb7804f2da0f57abf2c56275c78a1880b3fd24d8bd7a91383a
Contents?: true
Size: 1009 Bytes
Versions: 1
Compression:
Stored size: 1009 Bytes
Contents
[![Gem Version](https://badge.fury.io/rb/micro_service-client.svg)](http://badge.fury.io/rb/micro_service-client) [![Build Status](https://travis-ci.org/butchmarshall/ruby-micro_service-client.svg?branch=master)](https://travis-ci.org/butchmarshall/ruby-micro_service-client) # MicroService::Client ActiveRecord MicroService implementation that persists the details of client installations. ## Installation Add this line to your application's Gemfile: ```ruby gem 'micro_service-client' ``` And then execute: $ bundle Or install it yourself as: $ gem install micro_service-client then run ```ruby rails generate micro_service:client:active_record ``` ## Usage To the ActiveRecord model: ```ruby MicroService::Client.new(...) ``` ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/butchmarshall/ruby-micro_service-client. ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
micro_service-client-0.0.1 | README.md |