This is still under development and not an official library of Gatecoin. Use at your own risk!
gem build nl-gatecoin.gemspec
gem install nl-gatecoin-X.X.X.gem
source 'https://rubygems.org'
gem 'httparty'
gem 'nl-gatecoin'
require 'nl-gatecoin'
g = Gatecoin.new
puts g.get_Balance_Balances_HKD
require 'nl-gatecoin'
g = Gatecoin.new
puts g.post_Trade_Orders(code: "BTCHKD", way: "Bid", amount: "0.01", price: "100")
require 'nl-gatecoin'
g = Gatecoin.new
puts g.pubget_MarketDepth_BTCHKD