Sha256: 3af285e3ead543122cec20a0b2dc8a6742c74807b81aae7ee3c13b8261b12f90

Contents?: true

Size: 329 Bytes

Versions: 1

Compression:

Stored size: 329 Bytes

Contents

# -*- coding: utf-8 -*-
#
# Copyright 2013 whiteleaf. All rights reserved.
#

Version = "1.4.2.rc2"

cv_path = File.expand_path(File.join(File.dirname(__FILE__), "../commitversion"))
if File.exists?(cv_path)
  CommitVersion = File.read(cv_path)
else
  CommitVersion = `git describe --always`.strip + "(develop)"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
narou-1.4.2.rc2 lib/version.rb