Sha256: 7036078c03df15c5c6854b8e12543f60df4d26a8146a68c8838ce9705bf66e1a
Contents?: true
Size: 364 Bytes
Versions: 1
Compression:
Stored size: 364 Bytes
Contents
# Returns the version of the currently loaded gem as a <tt>Gem::Version</tt> module CapistranoMulticonfigParallel def self.gem_version Gem::Version.new VERSION::STRING end # module used for generating the version module VERSION MAJOR = 0 MINOR = 0 TINY = 1 PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
capistrano_multiconfig_parallel-0.0.1 | lib/capistrano_multiconfig_parallel/version.rb |