Sha256: 7ea70f93b55f57b6d65f34341a6f427d6b379701db0c82028458b793e06dbb86
Contents?: true
Size: 202 Bytes
Versions: 1
Compression:
Stored size: 202 Bytes
Contents
module Rupy #Just a simple way to keep track of the gem version. module VERSION MAJOR = 0 MINOR = 4 TINY = 2 STRING = [MAJOR, MINOR, TINY].join('.') end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rupy-0.4.2 | lib/rupy/version.rb |