The README has a usage example as follows
require "trade-client"
client = Coinfloor::CFClient.new("wss://api.coinfloor.co.uk", ID, "PASSWORD", "API_KEY")
require "trade-client"
Did not work for me. I had to change the hyphen to an underscore as below
require "trade_client"