Sha256: ca7c8e94fedcca02c91fbedffc5f66db193c2e3ebdc67886e7148b32631bbaa2
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 = 6 TINY = 1 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.6.1 | lib/mini_magick/version.rb |