Sha256: 939a0052c2bcfd3d9d11e99ef602e0934f5654a6ee51bb565a4dc654249f2c7b
Contents?: true
Size: 325 Bytes
Versions: 1
Compression:
Stored size: 325 Bytes
Contents
module ActiveStorage # Returns the version of the currently loaded Active Storage as a <tt>Gem::Version</tt> def self.gem_version Gem::Version.new VERSION::STRING end module VERSION MAJOR = 0 MINOR = 1 TINY = 0 PRE = "alpha" STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
activestorage_legacy-0.1 | lib/active_storage/gem_version.rb |