Sha256: a4cde0844fc584af5936049c88ed11910e351d383a4a2662a903d4af810605fb
Contents?: true
Size: 327 Bytes
Versions: 1
Compression:
Stored size: 327 Bytes
Contents
module Awetestlib VERSION = "1.2.4" VERSION_DATE = "2016-07-19" if Dir.exists?('.git') require 'git' git = Git.open(Dir.pwd) branch = git.current_branch commit = git.gblob(branch).log(5).first BRANCH = branch SHA = commit.sha SHA_DATE = commit.date end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
awetestlib-1.2.4-x86-mingw32 | lib/version.rb |