Sha256: bf61fc1c7156ccc874d45813ba01455e6c25c4e52c20381228aa68aeefbc9d10
Contents?: true
Size: 245 Bytes
Versions: 1
Compression:
Stored size: 245 Bytes
Contents
# frozen_string_literal: true # Get data from Coinmarketcap API without requiring an API key. module CoinmarketcapFree MAJOR = 0 MINOR = 3 PATCH = 0 private_constant :MAJOR, :MINOR, :PATCH VERSION = "#{MAJOR}.#{MINOR}.#{PATCH}" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
coinmarketcap_free-0.3.0 | lib/coinmarketcap_free/version.rb |