Sha256: d6cb02397d5a391f4d88c359ebe836d25e2d5b6be00258ca1a3763fc9cff7458
Contents?: true
Size: 365 Bytes
Versions: 1
Compression:
Stored size: 365 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 = 17 TINY = 0 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.17.0 | lib/capistrano_multiconfig_parallel/version.rb |