guialbuk / stone-ecommerce-ruby

Ruby library for integrating with the Stone payment web services.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stone-ecommerce-ruby Build Status

Stone Gem Download

https://rubygems.org/gems/stone_ecommerce

$ gem install stone_ecommerce
require 'stone_ecommerce'

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:

$ gem install rubygems-update
$ update_rubygems
$ gem update --system

Required Gems

$ 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:

$ gem install bundler
$ bundle install

Running tests with bundle exec:

$ bundle exec rspec spec/integration/gateway_spec.rb

Running tests with rake:

$ rake

Code Examples

You can access all the code examples HERE, the Wiki page!

About

Ruby library for integrating with the Stone payment web services.

License:Apache License 2.0


Languages

Language:Ruby 100.0%