itsNikolay / ruby-sdk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tinypass

A Ruby implementation of the Tinypass API, also available for Java, PHP, and .NET.

Installation

Add this line to your application's Gemfile:

gem 'tinypass'

And then execute:

$ bundle

Manual installation is also possible with:

$ gem install tinypass

For usage instructions please see the Tinypass Developer Documentation.

Requirements

  • Ruby 1.9.2 or above.

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

About

License:GNU General Public License v2.0


Languages

Language:Ruby 100.0%