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