Sha256: d9d2bd80bc31b7b9f53f12af85d3351dba1862355acfea0600c270859f5c7b3d
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 = 1 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.1.alpha | lib/active_storage/gem_version.rb |