Sha256: a8823fdb8b090891f8708bfcde02fee6e41600a4eb4a2ec22597f24515404c8e
Contents?: true
Size: 225 Bytes
Versions: 1
Compression:
Stored size: 225 Bytes
Contents
module Bowline module Version #:nodoc: MAJOR = 0 MINOR = 3 TINY = 7 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.7 | lib/bowline/version.rb |