Sha256: 7cdf11d265267db2e90601c40b18a1a3736284f2749a1157681c3a715adb5315
Contents?: true
Size: 983 Bytes
Versions: 5
Compression:
Stored size: 983 Bytes
Contents
# Universign A ruby client for the Universign XML-RPC api. Note : VERY EXPERIMENTAL AND INCOMPLETE ## Installation Add this line to your application's Gemfile: ```ruby gem 'universign' ``` And then execute: $ bundle Or install it yourself as: $ gem install universign ## Usage ### Test See [test.rb](https://github.com/mgtf/universign/blob/master/spec/test.rb) ### Configuration options ```ruby Universign.configure do |config| config.user = '<usually your email>' config.password = '<password>' config.language = 'fr' end ``` ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/mgtf/universign. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct. ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
universign-0.2.4 | README.md |
universign-0.2.3 | README.md |
universign-0.2.1 | README.md |
universign-0.2.0 | README.md |
universign-0.1.0 | README.md |