Sha256: f24b1f8296db13f1a29765dfe18ba5b5ce0cefb963d69b1968db996b0cb05fc9
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 = 1 MINOR = 2 TINY = 6 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-1.2.6 | lib/capistrano_multiconfig_parallel/version.rb |