Module: CapistranoGitFlow

Defined in:
lib/capistrano/gitflow/version.rb,
lib/capistrano/gitflow/helpers/helper.rb

Overview

Returns the version of the currently loaded Rails as a Gem::Version

Defined Under Namespace

Modules: Helper, VERSION

Class Method Summary collapse

Class Method Details

.gem_versionObject



2
3
4
# File 'lib/capistrano/gitflow/version.rb', line 2

def self.gem_version
  Gem::Version.new CapistranoGitFlow::VERSION::STRING
end