Sha256: b1488354117914cc57af4e7a080c304d019efd481e91603d85bd888384114745
Contents?: true
Size: 327 Bytes
Versions: 1
Compression:
Stored size: 327 Bytes
Contents
# -*- coding: utf-8 -*- # # Copyright 2013 whiteleaf. All rights reserved. # Version = "1.3.5.1" 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.3.5.1 | lib/version.rb |