Sha256: 9e6d9d4d6393f383947ff83be27f04c2eb92c4bea775f3e42b9124ba11a47472
Contents?: true
Size: 256 Bytes
Versions: 1
Compression:
Stored size: 256 Bytes
Contents
# frozen_string_literal: true module Mobility def self.gem_version Gem::Version.new VERSION::STRING end module VERSION MAJOR = 1 MINOR = 3 TINY = 0 PRE = "rc2" STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mobility-1.3.0.rc2 | lib/mobility/version.rb |