Sha256: 046d0a1c526375f05612f23c620475423041d0d03cf77f8d1c6c5a98f3252899
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 = 0 TINY = 4 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.0.4 | lib/mini_magick/version.rb |