Sha256: b67d584f5708af196a262bf193db9bdf33f804301d450e9c24b42954ed60375a
Contents?: true
Size: 225 Bytes
Versions: 1
Compression:
Stored size: 225 Bytes
Contents
module Bowline module Version #:nodoc: MAJOR = 0 MINOR = 3 TINY = 0 STRING = [MAJOR, MINOR, TINY].join('.') CODENAME = "If you can meet with Triumph and Disaster".freeze end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
maccman-bowline-0.3.0 | lib/bowline/version.rb |