Sha256: 41b7d1e61e8cca8bb8f6b4d5f6f70295904b6a88fb367976360162d29c1e98c9
Contents?: true
Size: 207 Bytes
Versions: 1
Compression:
Stored size: 207 Bytes
Contents
module Ziya module Version MAJOR = 2 MINOR = 0 TINY = 8 # Returns the version string for the library. def self.version [ MAJOR, MINOR, TINY].join( "." ) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
derailed-ziya-2.0.8 | lib/ziya/version.rb |