项目作者: libercapital

项目描述 :
Assina.me Backend Ruby SDK.
高级语言: Ruby
项目地址: git://github.com/libercapital/certificadora-sdk-ruby.git
创建时间: 2017-12-11T09:44:50Z
项目社区:https://github.com/libercapital/certificadora-sdk-ruby

开源协议:MIT License

下载


Assina.me Ruby SDK

Install

This SDK can be found on RubyGems.

Gemfile

Install by editing your Gemfile and adding the line below:

  1. gem 'assiname', '~> 0.1.0'

Install

Install by runnging the command below:

  1. gem install assiname

Bugs and feature requests

Found a Bug? Have a feature request? Please open a new issue.

Before opening any issue, please search for existing issues and read the Issue Guidelines, written by Nicolas Gallagher.

Versioning

This SDK will be maintained under the Semantic Versioning guidelines as much as possible.

Releases will be numbered with the following format:

<major>.<minor>.<patch>

And constructed using the following guidelines:

  • Breaking backward compatibility bumps the major (and resets the minor and patch)
  • New additions without breaking backward compatibility bumps the minor (and resets the patch)
  • Bug fixes and misc changes bumps the patch

For more information on SemVer, please visit http://semver.org/.

License

Read License for more licensing information.