Sha256: 95fdb255556b586a79cecc9cb960c6c35602f5fd620450486f48b52fb11eafba

Contents?: true

Size: 326 Bytes

Versions: 1

Compression:

Stored size: 326 Bytes

Contents

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

Version = "1.5.10"

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