Sha256: a5530cf8c34edb26f2959f0ff9fe79951b6619ddc19282b4210a0202912bb50b
Contents?: true
Size: 1.27 KB
Versions: 5
Compression:
Stored size: 1.27 KB
Contents
# mundipagg-one-ruby [![Build Status](https://travis-ci.org/mundipagg/mundipagg-one-ruby.svg?branch=master)](https://travis-ci.org/mundipagg/mundipagg-one-ruby) ### Mundipagg Gem Download https://rubygems.org/gems/mundipagg_sdk ```ruby $ gem install mundipagg_sdk ``` ```ruby require 'mundipagg_sdk' ``` Ruby DevKit is required. ### About Windows The recommended Windows version of Ruby is Ruby 2.1. For gems work correctly it'll be necessary run the following commands: ```ruby $ gem install rubygems-update $ update_rubygems $ gem update --system ``` ### Required Gems ```ruby $ gem install rest-client $ gem install rspec $ gem install nori $ gem install gyoku $ gem install nokogiri $ gem install ffi $ gem install bundler ``` ### Bundler Run the following commands to install gems: Rode os seguintes comandos para instalar as gems: ```ruby $ gem install bundler $ bundle install ``` Running tests with `bundle exec`: Rodando testes com `bundle exec`: ```ruby $ bundle exec rspec spec/integration/gateway_spec.rb ``` Running tests with `rake`: Rodando testes com `rake`: ```ruby $ rake ``` ## Code Examples You can access all the code examples [HERE, the Wiki page!](https://github.com/mundipagg/mundipagg-one-ruby/wiki)
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
mundipagg_sdk-1.3.0 | README.md |
mundipagg_sdk-1.2.4 | README.md |
mundipagg_sdk-1.2.3 | README.md |
mundipagg_sdk-1.2.3rc | README.md |
mundipagg_sdk-1.0.2 | README.md |