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