https://rubygems.org/gems/stone_ecommerce
$ gem install stone_ecommercerequire 'stone_ecommerce'Ruby DevKit is required.
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$ gem install rest-client
$ gem install rspec
$ gem install nori
$ gem install gyoku
$ gem install nokogiri
$ gem install ffi
$ gem install bundlerRun the following commands to install gems:
$ gem install bundler
$ bundle installRunning tests with bundle exec:
$ bundle exec rspec spec/integration/gateway_spec.rbRunning tests with rake:
$ rakeYou can access all the code examples HERE, the Wiki page!