Sha256: 504ed483dfe65c921818d1bef78af9daf733ac509848cb10b0ba89e9f7b554c6
Contents?: true
Size: 260 Bytes
Versions: 1
Compression:
Stored size: 260 Bytes
Contents
module MiniMagick ## # @return [Gem::Version] # def self.version Gem::Version.new VERSION::STRING end module VERSION MAJOR = 4 MINOR = 5 TINY = 0 PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mini_magick-4.5.0 | lib/mini_magick/version.rb |