Sha256: 670afc313a106f267fba03ec916b0626226ec8b552b2062bf6a2f6749038c097
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 = 4 PATCH = 1 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.4.1 | lib/coinmarketcap_free/version.rb |