Sha256: 2f5a6be41be2e0b65e509a16c21753f7513471341abc7a7672f033f6bc62a570
Contents?: true
Size: 230 Bytes
Versions: 1
Compression:
Stored size: 230 Bytes
Contents
# frozen_string_literal: false module Smartcloud VERSION = "0.5.0".freeze def self.version @@version ||= VERSION end def self.smartcloud_major_version @smartcloud_major_version ||= VERSION.split(".").first.to_i end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
smartcloud-0.5.0 | lib/smartcloud/version.rb |