Sha256: b5e8d63ea62c0b7182a969bf46b0b92c959d9d49f384bc04cb475afe166068a5
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 = 4 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.4 | lib/capistrano/gitflow/version.rb |