Sha256: 909beffe29e8d1416bff2dfd38bbc8450954fd0f331f21f3b1084153133a5ba3
Contents?: true
Size: 331 Bytes
Versions: 1
Compression:
Stored size: 331 Bytes
Contents
module CapistranoGitFlow # Returns the version of the currently loaded Rails as a <tt>Gem::Version</tt> def self.gem_version Gem::Version.new CapistranoGitFlow::VERSION::STRING end module VERSION MAJOR = 1 MINOR = 5 TINY = 2 PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
capistrano-gitflow-1.5.2 | lib/capistrano/gitflow/version.rb |