Sha256: b29602ae50696de6cc48359981941e8cc44886c8330894e2efbe6b31d38a65c4

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 = 5
    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.5 lib/capistrano/gitflow/version.rb