Sha256: 93cafaf8d9bb3a4e5eb8bc605169527d037517aed391983e7d018fd4de23a934

Contents?: true

Size: 325 Bytes

Versions: 1

Compression:

Stored size: 325 Bytes

Contents

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

Version = "1.6.3"

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.6.3 lib/version.rb