Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Requirements

You will need the following gems:

  • json
  • base64

Your ruby needs to built with openssl, you can test it is working with the following oneliner.

ruby -r openssl -e 'puts OpenSSL::OPENSSL_VERSION'