Sha256: 4b0f8ba78fb57b58601b4239e409d44b00f1335d7ec2926d7cbbdbaf94da62ad

Contents?: true

Size: 285 Bytes

Versions: 2

Compression:

Stored size: 285 Bytes

Contents

# frozen_string_literal: true

require_relative 'cryptomate_api/configuration'
require_relative 'cryptomate_api/base'

Dir[File.join(__dir__, 'cryptomate_api/{management,mpc,nft}/**/*.rb')].sort.each { |file| require file }

module CryptomateApi
  class Error < StandardError; end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cryptomate_api-0.1.4 lib/cryptomate_api.rb
cryptomate_api-0.1.3 lib/cryptomate_api.rb