Sha256: 305bdf808a1a8df4ad77b7a7ec4c19cb658c2122209cc94a56d582c6dc427311
Contents?: true
Size: 488 Bytes
Versions: 1
Compression:
Stored size: 488 Bytes
Contents
require "rubygems" unless $LOAD_PATH.include?(File.expand_path(File.dirname(__FILE__))) $LOAD_PATH.unshift(File.expand_path(File.dirname(__FILE__))) end require "features2cards/platform" require "features2cards/cli" module Features2Cards#:nodoc: class VERSION #:nodoc: MAJOR = 0 MINOR = 3 TINY = 0 PATCH = 0 # Set to nil for official release STRING = [MAJOR, MINOR, TINY, PATCH].compact.join('.') STABLE_STRING = [MAJOR, MINOR, TINY].join('.') end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
brynary-features2cards-0.3.0.0 | lib/features2cards.rb |