Sha256: 9e2a4cfe99d9c8a556f4d54fc1a30ca3b50b021f22885062a8e6f169fdd6c6e9
Contents?: true
Size: 163 Bytes
Versions: 1
Compression:
Stored size: 163 Bytes
Contents
module Penguin module VERSION MAJOR = 0 MINOR = 0 PATCH = 1 PRE = "beta1" STRING = [MAJOR, MINOR, PATCH, PRE].compact.join(".") end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
penguin-0.0.1.beta1 | lib/penguin/version.rb |