Sha256: 55ca5ff4da103a4893cb84ec0c95c013f9afb3db5e80bb93083331d77d1ca9c9
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 = 9 TINY = 5 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.9.5 | lib/mini_magick/version.rb |