Skip to content
ofetisov edited this page Sep 27, 2016 · 3 revisions

The Judopay gem supports Ruby 1.9.3 and above (including 2.0.x and 2.1.x).

Dependencies

These will all be automatically installed for you when you install the Judopay gem.

virtus

https://github.com/solnic/virtus Provides a common API for defining attributes on a model

httpclient

https://github.com/nahi/httpclient HTTP client adaptor used by Faraday

activemodel

https://github.com/rails/rails/tree/master/activemodel Provides pre-request validation of user input

faraday

https://github.com/lostisland/faraday Simple, but flexible HTTP client library

rash

https://github.com/tcocca/rash Extension to Hashie::Mash to convert all keys in the hash to underscore

addressable

https://github.com/sporkmonger/addressable Used for generation of URIs

Clone this wiki locally